Skip to content

Console Output

Branch indexing
 > git rev-parse --is-inside-work-tree # 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 config --get remote.origin.url # timeout=10
using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org
 > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/14-upgrade-generated-code-to-thrift-0-13-0
Seen branch in repository origin/master
Seen 2 remote branches
Obtained core/Jenkinsfile from ee7ede57590a4071991dc21dae0cd7810044ade4
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Created Pod: hawk/hawk-master-302-9238q-51gsc-qdfqt
[Normal][hawk/hawk-master-302-9238q-51gsc-qdfqt][Scheduled] Successfully assigned hawk-master-302-9238q-51gsc-qdfqt to osnode-9.eclipse.org
[Normal][hawk/hawk-master-302-9238q-51gsc-qdfqt][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "m2-repo" 
[Normal][hawk/hawk-master-302-9238q-51gsc-qdfqt][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "jenkins-home" 
[Normal][hawk/hawk-master-302-9238q-51gsc-qdfqt][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][hawk/hawk-master-302-9238q-51gsc-qdfqt][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" 
[Normal][hawk/hawk-master-302-9238q-51gsc-qdfqt][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-security-xml" 
[Normal][hawk/hawk-master-302-9238q-51gsc-qdfqt][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-xml" 
[Normal][hawk/hawk-master-302-9238q-51gsc-qdfqt][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-tm47h" 
[Normal][hawk/hawk-master-302-9238q-51gsc-qdfqt][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][hawk/hawk-master-302-9238q-51gsc-qdfqt][Created] Created container
[Normal][hawk/hawk-master-302-9238q-51gsc-qdfqt][Started] Started container
[Normal][hawk/hawk-master-302-9238q-51gsc-qdfqt][Pulled] Container image "maven:3.6.3-jdk-8" already present on machine
[Normal][hawk/hawk-master-302-9238q-51gsc-qdfqt][Created] Created container
[Normal][hawk/hawk-master-302-9238q-51gsc-qdfqt][Started] Started container
Agent hawk-master-302-9238q-51gsc-qdfqt is provisioned from template hawk_master_302-9238q-51gsc
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/hawk/job/master/302/"
    runUrl: "job/hawk/job/master/302/"
  labels:
    jenkins: "slave"
    jenkins/label: "hawk_master_302-9238q"
  name: "hawk-master-302-9238q-51gsc-qdfqt"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.hawk.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "hawk-master-302-9238q-51gsc-qdfqt"
    - name: "JENKINS_NAME"
      value: "hawk-master-302-9238q-51gsc-qdfqt"
    - 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.2.1"
    name: "jnlp"
    resources:
      requests:
        cpu: "100m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    env:
    - name: "MAVEN_OPTS"
      value: "-Duser.home=/home/jenkins -Xmx512m -Xms256m"
    - name: "HOME"
      value: "/home/jenkins"
    image: "maven:3.6.3-jdk-8"
    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
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - emptyDir: {}
    name: "m2-repo"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "jenkins-home"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on hawk-master-302-9238q-51gsc-qdfqt in /home/jenkins/agent/workspace/hawk_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
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
using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org
 > git fetch --no-tags --force --progress -- https://gitlab.eclipse.org/eclipse/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Fetching without tags
 > 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 remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipse/hawk/hawk.git
using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org
 > git fetch --no-tags --force --progress -- https://gitlab.eclipse.org/eclipse/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision ee7ede57590a4071991dc21dae0cd7810044ade4 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ee7ede57590a4071991dc21dae0cd7810044ade4 # timeout=10
Commit message: "junit4.parameterizedsuite: add source"
 > git rev-list --no-walk 069fa4381efe52303d28ebfe435e75b1f0b9d3c1 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Tycho)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ mvn --version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /usr/share/maven
Java version: 1.8.0_252, vendor: Oracle Corporation, runtime: /usr/local/openjdk-8/jre
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.12.1.el7.x86_64", arch: "amd64", family: "unix"
[Pipeline] sh
+ which java
/usr/local/openjdk-8/bin/java
[Pipeline] sh
+ echo /usr/local/openjdk-8
/usr/local/openjdk-8
[Pipeline] sh
+ cd core
+ mvn -B --quiet install -DfailIfNoTests=false -P jenkins,signjars --toolchains jenkins-toolchains.xml
Dec 01, 2020 7:07:47 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Dec 01, 2020 7:07:47 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Dec 01, 2020 7:07:57 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Dec 01, 2020 7:07:57 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Dec 01, 2020 7:08:02 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Dec 01, 2020 7:08:02 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Dec 01, 2020 7:08:20 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Dec 01, 2020 7:08:20 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Dec 01, 2020 7:08:23 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Dec 01, 2020 7:08:23 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Dec 01, 2020 7:08:25 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Dec 01, 2020 7:08:25 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Dec 01, 2020 7:08:26 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Dec 01, 2020 7:08:26 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Dec 01, 2020 7:08:29 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Dec 01, 2020 7:08:29 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Dec 01, 2020 7:08:31 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Dec 01, 2020 7:08:31 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Dec 01, 2020 7:08:36 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Dec 01, 2020 7:08:36 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Dec 01, 2020 7:08:40 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Dec 01, 2020 7:08:40 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Dec 01, 2020 7:08:54 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Dec 01, 2020 7:08:54 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Running org.eclipse.hawk.backend.tests.BackendTestSuite
Starting database plocal:/tmp/junit1795160108789194094
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/junit8832900466721309992
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/junit1856813095915025687
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/junit447957360004461987
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/junit2076604852813482498
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/junit3808620196810523121
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/junit4268284766541290908
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/junit6149262116987167953
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/junit7161544837132118944
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/junit1800945249867619832
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/junit1982091397279842887
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/junit5381414008063895497
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/junit7210984756362006041
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/junit6185359095007495102
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/junit7489290905289861668
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/junit5618462391271235078
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/junit7886870536929912766
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/junit5799885600574220899
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/junit2547194196580358627
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/junit71825869794463327
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/junit5230648866323744779
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/junit1798404434050550644
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/junit7081374243631809617
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/junit4787786035077600527
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/junit2186256711736831408
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/junit5003355726480115510
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/junit3723335731709364257
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/junit2073955887314122594
set up properties for V_hawkIndexStore: []
Starting database plocal:/tmp/junit903281471116449507
set up properties for V_hawkIndexStore: []
Starting database plocal:/tmp/junit903281471116449507
Starting database plocal:/tmp/junit3838184671261963691
set up properties for V_hawkIndexStore: []
Starting database plocal:/tmp/junit6568928403907977109
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/junit5299943817184251220
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/junit4793209573178680199
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/junit3453037531081330548
set up properties for V_hawkIndexStore: []
set up properties for V_metamodel: []
Starting database plocal:/tmp/junit761458407014796446
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/junit6060063659234812589
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/junit5161962444608628333
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/junit6471803169248825086
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/junit5412390563664240609
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/junit3310197660722376101
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/junit4539344341906855019
set up properties for V_hawkIndexStore: []
set up properties for V_metamodel: []
Starting database plocal:/tmp/junit1628659953586382115
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: 414.084 s - in org.eclipse.hawk.backend.tests.BackendTestSuite
addThenReuseIterable[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 13.485 s
getMultipleMatches[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 9.906 s
invalidIndexNames[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 16.404 s
doubleExact[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 11.999 s
removeByFullKey[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 8.592 s
removeByNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 8.88 s
removeByFieldNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 12.138 s
indexNodeDeletionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 8.432 s
integerRanges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 8.525 s
integerExact[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 10.829 s
indexKeyAdditionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 7.766 s
removeByNodeMultipleIndicesRemoveAll[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 10.956 s
removeByNodeMultipleIndicesRemoveOne[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 12.175 s
addPreservesPriorValue[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 7.391 s
addNullMap[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 8.354 s
query[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 9.033 s
removeByNode3Arg[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 8.868 s
removeByFullKeyInt[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 13.791 s
nodeDelete[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 10.169 s
queryWithPipes[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 10.113 s
addNullValue[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 7.107 s
removeByValueNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 9.22 s
indexDeletionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 8.353 s
deleteRecreate[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 7.954 s
floatingRanges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 8.27 s
removeByFullKeyDouble[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 9.305 s
indexKeyRemovalRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 7.885 s
testStartTransaction[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 9.874 s
testStartDelete[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 12.281 s
testStartShutdown[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 7.798 s
twoNodesBatchRemoveRel[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 7.65 s
oneNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 10.493 s
oneNodeProperty[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 8.58 s
oneNodeRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 6.702 s
oneNodeRemoveRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 10.385 s
escapeInvalidClassCharacters[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 13.08 s
escapeInvalidCharactersEdges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 12.529 s
escapeInvalidFieldCharacters[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 9.438 s
twoNodesBatch[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 9.632 s
oneNodeRemove[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 10.886 s
oneNodeBatch[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 7.822 s
threeNodesRemoveMiddle[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 10.845 s

Results:

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

Running org.eclipse.hawk.integration.tests.IntegrationTestSuite
Starting database plocal:/tmp/junit4838320540096754819/test_set0[OrientDB]
Dec 01, 2020 7:18:58 PM com.orientechnologies.common.log.OLogManager log
INFO: Auto configuration of disk cache size.
Dec 01, 2020 7:18:58 PM com.orientechnologies.common.log.OLogManager log
INFO: Disk cache size is directly set by the user to the 300 mb
Dec 01, 2020 7:18:58 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.
Dec 01, 2020 7:18:58 PM com.orientechnologies.common.log.OLogManager log
INFO: Lowering memory chunk size from 1,073,741,824B to 314,572,800B.
Dec 01, 2020 7:19:00 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_set0[OrientDB]}} Storage 'plocal:/tmp/junit4838320540096754819/test_set0[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:19:09.258 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:19:09.418 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:19:09.418 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:19:09.421 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:19:09.421 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:19:09.423 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:19:09.423 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:19:09.425 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:19:09.426 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:19:09.426 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
updating indexer: 
19:19:09.427 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:19:09.427 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
19:19:09.428 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 2 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
19:19:09.906 [main] INFO  o.e.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]
19:19:09.906 [main] INFO  o.e.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]
19:19:09.906 [main] INFO  o.e.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
19:19:09.906 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:19:09.906 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:19:09.930 [main] WARN  o.e.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
19:19:11.033 [main] WARN  o.e.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)]
19:19:11.373 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
19:19:11.381 [main] WARN  o.e.h.g.u.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
19:19:11.413 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
19:19:11.437 [main] WARN  o.e.h.g.u.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
19:19:11.437 [main] WARN  o.e.h.g.u.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
19:19:11.439 [main] WARN  o.e.h.g.u.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
19:19:11.439 [main] WARN  o.e.h.g.u.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
19:19:11.508 [main] WARN  o.e.h.g.u.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
19:19:11.511 [main] WARN  o.e.h.g.u.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
19:19:11.511 [main] WARN  o.e.h.g.u.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
19:19:11.511 [main] WARN  o.e.h.g.u.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
19:19:11.511 [main] WARN  o.e.h.g.u.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
19:19:11.511 [main] WARN  o.e.h.g.u.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
19:19:11.511 [main] WARN  o.e.h.g.u.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
19:19:11.511 [main] WARN  o.e.h.g.u.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
19:19:11.513 [main] WARN  o.e.h.g.u.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
19:19:11.513 [main] WARN  o.e.h.g.u.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
19:19:11.514 [main] WARN  o.e.h.g.u.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
19:19:11.514 [main] WARN  o.e.h.g.u.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[]
19:19:11.514 [main] WARN  o.e.h.g.u.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
19:19:11.514 [main] WARN  o.e.h.g.u.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
19:19:11.514 [main] WARN  o.e.h.g.u.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
19:19:11.515 [main] WARN  o.e.h.g.u.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
19:19:11.515 [main] WARN  o.e.h.g.u.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
19:19:11.515 [main] WARN  o.e.h.g.u.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
19:19:11.517 [main] WARN  o.e.h.g.u.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
19:19:11.518 [main] WARN  o.e.h.g.u.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
19:19:11.518 [main] WARN  o.e.h.g.u.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
19:19:11.518 [main] WARN  o.e.h.g.u.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
19:19:11.518 [main] WARN  o.e.h.g.u.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
19:19:11.519 [main] WARN  o.e.h.g.u.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
19:19:11.520 [main] WARN  o.e.h.g.u.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
19:19:11.520 [main] WARN  o.e.h.g.u.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
19:19:11.520 [main] WARN  o.e.h.g.u.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
19:19:11.520 [main] WARN  o.e.h.g.u.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
19:19:11.522 [main] WARN  o.e.h.g.u.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
19:19:11.528 [main] WARN  o.e.h.g.u.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
19:19:11.528 [main] WARN  o.e.h.g.u.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
19:19:11.529 [main] WARN  o.e.h.g.u.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
19:19:11.530 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
19:19:11.531 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
19:19:11.630 [main] WARN  o.e.h.g.u.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
19:19:11.710 [main] WARN  o.e.h.g.u.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
19:19:11.711 [main] WARN  o.e.h.g.u.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
19:19:11.714 [main] WARN  o.e.h.g.u.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
19:19:12.147 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~2 sec)
19:19:12.147 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:19:12.563 [main] INFO  o.e.h.c.r.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
19:19:12.567 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:19:12.568 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:19:13.023 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:19:13.025 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:19:13.025 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:19:16.110 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
19:19:16.115 [pool-3-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:19:16.116 [pool-3-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:19:16.116 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:19:17.672 [pool-3-thread-1] DEBUG o.e.h.g.u.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)]
19:19:21.358 [pool-3-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl
19:19:56.461 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding nodes: 50001 38 sec (38 sec total) to /set0.xmi
19:20:05.605 [pool-3-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69680 NODES AND 69680 M->MM REFERENCES! (took ~126922sec)
19:20:05.606 [pool-3-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
19:20:18.614 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding references: 50035 13 sec (13 sec total) to /set0.xmi
19:20:22.254 [pool-3-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69806 REFERENCES! (took ~16 sec)
19:20:22.254 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
66s202ms [pure insertion]
marking any relevant derived attributes for update...19:20:22.255 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s3ms
19:20:22.258 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms
19:20:22.258 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:20:22.259 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:21:09.420 [pool-3-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:21:09.420 [pool-3-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~47.161s
attempting to resolve any uninitialized derived attributes...
19:21:09.421 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:21:09.421 [pool-3-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:21:09.421 [pool-3-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:21:09.421 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
47s168ms [proxy update]
19:21:09.426 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:21:09.427 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		69680
d elems		0
time		~116s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 69680
relevant graph size: 69680
validated changes... true
19:21:34.468 [pool-3-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 141 s 899 ms
19:21:34.721 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:21:34.722 [main] INFO  o.e.h.c.r.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
19:21:34.725 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:21:34.725 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:21:35.448 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:21:35 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_set0[OrientDB]}} Storage 'plocal:/tmp/junit4838320540096754819/test_set0[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit7647458438409963603/test_tree[OrientDB]
Dec 01, 2020 7:21:36 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_tree[OrientDB]}} Storage 'plocal:/tmp/junit7647458438409963603/test_tree[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:21:42.625 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:21:42.630 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:21:42.630 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:21:42.630 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:21:42.630 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:21:42.630 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:21:42.630 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:21:42.631 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:21:42.631 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:21:42.631 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:21:42.631 [pool-4-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:21:42.632 [pool-4-thread-1] INFO  o.e.h.c.r.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
19:21:42.634 [pool-4-thread-1] INFO  o.e.h.c.r.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
19:21:42.645 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:21:42.645 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:21:42.649 [main] WARN  o.e.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
19:21:43.700 [main] WARN  o.e.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)]
19:21:43.906 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
19:21:43.909 [main] WARN  o.e.h.g.u.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
19:21:43.910 [main] WARN  o.e.h.g.u.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
19:21:43.910 [main] WARN  o.e.h.g.u.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
19:21:43.910 [main] WARN  o.e.h.g.u.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
19:21:43.910 [main] WARN  o.e.h.g.u.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
19:21:43.911 [main] WARN  o.e.h.g.u.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
19:21:43.911 [main] WARN  o.e.h.g.u.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
19:21:43.912 [main] WARN  o.e.h.g.u.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
19:21:43.912 [main] WARN  o.e.h.g.u.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
19:21:43.912 [main] WARN  o.e.h.g.u.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
19:21:43.913 [main] WARN  o.e.h.g.u.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
19:21:43.913 [main] WARN  o.e.h.g.u.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
19:21:43.913 [main] WARN  o.e.h.g.u.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
19:21:43.915 [main] WARN  o.e.h.g.u.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
19:21:43.915 [main] WARN  o.e.h.g.u.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
19:21:43.915 [main] WARN  o.e.h.g.u.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
19:21:43.915 [main] WARN  o.e.h.g.u.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
19:21:43.915 [main] WARN  o.e.h.g.u.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
19:21:43.915 [main] WARN  o.e.h.g.u.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
19:21:43.915 [main] WARN  o.e.h.g.u.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
19:21:43.916 [main] WARN  o.e.h.g.u.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
19:21:43.916 [main] WARN  o.e.h.g.u.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[]
19:21:43.916 [main] WARN  o.e.h.g.u.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
19:21:43.916 [main] WARN  o.e.h.g.u.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
19:21:43.917 [main] WARN  o.e.h.g.u.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
19:21:43.917 [main] WARN  o.e.h.g.u.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
19:21:43.918 [main] WARN  o.e.h.g.u.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
19:21:43.918 [main] WARN  o.e.h.g.u.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
19:21:43.918 [main] WARN  o.e.h.g.u.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
19:21:43.918 [main] WARN  o.e.h.g.u.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
19:21:43.919 [main] WARN  o.e.h.g.u.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
19:21:43.919 [main] WARN  o.e.h.g.u.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
19:21:43.919 [main] WARN  o.e.h.g.u.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
19:21:44.010 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~1 sec)
19:21:44.010 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:21:44.251 [main] INFO  o.e.h.c.r.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
19:21:44.258 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:21:44.258 [pool-4-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:21:44.262 [pool-4-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:21:44.263 [pool-4-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:21:44.263 [pool-4-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:21:44.273 [pool-4-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
19:21:44.274 [pool-4-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:21:44.274 [pool-4-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:21:44.275 [pool-4-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:21:45.820 [pool-4-thread-1] DEBUG o.e.h.g.u.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)]
19:21:46.719 [pool-4-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
19:21:46.719 [pool-4-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
19:21:46.725 [pool-4-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:21:46.725 [pool-4-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
2s453ms [pure insertion]
marking any relevant derived attributes for update...19:21:46.726 [pool-4-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:21:46.726 [pool-4-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:21:46.726 [pool-4-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:21:46.726 [pool-4-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:21:46.761 [pool-4-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:21:46.762 [pool-4-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.036s
attempting to resolve any uninitialized derived attributes...
19:21:46.762 [pool-4-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:21:46.762 [pool-4-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:21:46.762 [pool-4-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:21:46.762 [pool-4-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s36ms [proxy update]
19:21:46.763 [pool-4-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:21:46.763 [pool-4-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~2s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
19:21:46.766 [pool-4-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 508 ms
19:21:46.826 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:21:46.826 [main] INFO  o.e.h.c.r.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
19:21:46.830 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:21:46.830 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:21:47.220 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:21:47 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_tree[OrientDB]}} Storage 'plocal:/tmp/junit7647458438409963603/test_tree[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit6807130092467070599/test_treeWithSpaces[OrientDB]
Dec 01, 2020 7:21:48 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_treeWithSpaces[OrientDB]}} Storage 'plocal:/tmp/junit6807130092467070599/test_treeWithSpaces[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:21:54.369 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:21:54.372 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:21:54.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:21:54.373 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:21:54.373 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:21:54.373 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:21:54.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:21:54.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:21:54.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:21:54.374 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:21:54.374 [pool-5-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:21:54.374 [pool-5-thread-1] INFO  o.e.h.c.r.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
19:21:54.375 [pool-5-thread-1] INFO  o.e.h.c.r.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
19:21:54.382 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:21:54.382 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:21:54.384 [main] WARN  o.e.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
19:21:55.563 [main] WARN  o.e.h.g.u.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
19:21:55.563 [main] WARN  o.e.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)]
19:21:55.851 [main] WARN  o.e.h.g.u.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
19:21:55.852 [main] WARN  o.e.h.g.u.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[]
19:21:55.852 [main] WARN  o.e.h.g.u.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
19:21:55.852 [main] WARN  o.e.h.g.u.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
19:21:55.852 [main] WARN  o.e.h.g.u.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
19:21:55.852 [main] WARN  o.e.h.g.u.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
19:21:55.853 [main] WARN  o.e.h.g.u.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
19:21:55.854 [main] WARN  o.e.h.g.u.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
19:21:55.854 [main] WARN  o.e.h.g.u.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
19:21:55.855 [main] WARN  o.e.h.g.u.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
19:21:55.855 [main] WARN  o.e.h.g.u.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
19:21:55.856 [main] WARN  o.e.h.g.u.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
19:21:55.857 [main] WARN  o.e.h.g.u.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
19:21:55.857 [main] WARN  o.e.h.g.u.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
19:21:55.857 [main] WARN  o.e.h.g.u.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
19:21:55.857 [main] WARN  o.e.h.g.u.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
19:21:55.857 [main] WARN  o.e.h.g.u.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
19:21:55.857 [main] WARN  o.e.h.g.u.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
19:21:55.857 [main] WARN  o.e.h.g.u.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
19:21:55.857 [main] WARN  o.e.h.g.u.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
19:21:55.857 [main] WARN  o.e.h.g.u.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
19:21:55.857 [main] WARN  o.e.h.g.u.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
19:21:55.858 [main] WARN  o.e.h.g.u.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
19:21:55.858 [main] WARN  o.e.h.g.u.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
19:21:55.858 [main] WARN  o.e.h.g.u.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
19:21:55.858 [main] WARN  o.e.h.g.u.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
19:21:55.859 [main] WARN  o.e.h.g.u.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
19:21:55.859 [main] WARN  o.e.h.g.u.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
19:21:55.859 [main] WARN  o.e.h.g.u.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
19:21:55.859 [main] WARN  o.e.h.g.u.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
19:21:55.859 [main] WARN  o.e.h.g.u.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
19:21:55.859 [main] WARN  o.e.h.g.u.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
19:21:55.862 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
19:21:55.873 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~1 sec)
19:21:55.873 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:21:56.192 [main] INFO  o.e.h.c.r.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
19:21:56.199 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:21:56.200 [pool-5-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:21:56.203 [pool-5-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:21:56.205 [pool-5-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:21:56.205 [pool-5-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:21:56.208 [pool-5-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model...
19:21:56.210 [pool-5-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:21:56.210 [pool-5-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:21:56.210 [pool-5-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:21:57.674 [pool-5-thread-1] DEBUG o.e.h.g.u.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)]
19:21:58.865 [pool-5-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
19:21:58.865 [pool-5-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model
19:21:58.865 [pool-5-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:21:58.865 [pool-5-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model.
2s657ms [pure insertion]
marking any relevant derived attributes for update...19:21:58.865 [pool-5-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:21:58.866 [pool-5-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:21:58.866 [pool-5-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:21:58.866 [pool-5-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:21:58.868 [pool-5-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:21:58.868 [pool-5-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
19:21:58.868 [pool-5-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:21:58.868 [pool-5-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:21:58.868 [pool-5-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:21:58.868 [pool-5-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s3ms [proxy update]
19:21:58.869 [pool-5-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:21:58.869 [pool-5-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1
d elems		0
time		~2s
validating changes...
validating file UPDATED for /tree%20with%20spaces/space%20tree.model
changed resource size: 1
relevant graph size: 1
validated changes... true
19:21:58.871 [pool-5-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 670 ms
19:21:58.890 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:21:58.890 [main] INFO  o.e.h.c.r.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
19:21:58.893 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:21:58.893 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:21:59.153 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:21:59 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_treeWithSpaces[OrientDB]}} Storage 'plocal:/tmp/junit6807130092467070599/test_treeWithSpaces[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit8941976327707435349/test_treeCrossResourceContainment[OrientDB]
Dec 01, 2020 7:22:00 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_treeCrossResourceContainment[OrientDB]}} Storage 'plocal:/tmp/junit8941976327707435349/test_treeCrossResourceContainment[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:22:06.223 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:22:06.228 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:22:06.228 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:22:06.228 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:22:06.228 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:22:06.229 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:22:06.229 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:22:06.229 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:22:06.229 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:22:06.230 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:22:06.230 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:22:06.231 [pool-6-thread-1] INFO  o.e.h.c.r.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
19:22:06.232 [pool-6-thread-1] INFO  o.e.h.c.r.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
19:22:06.242 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:22:06.242 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:22:06.244 [main] WARN  o.e.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
19:22:07.482 [main] WARN  o.e.h.g.u.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
19:22:07.482 [main] WARN  o.e.h.g.u.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
19:22:07.482 [main] WARN  o.e.h.g.u.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
19:22:07.482 [main] WARN  o.e.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)]
19:22:07.693 [main] WARN  o.e.h.g.u.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
19:22:07.693 [main] WARN  o.e.h.g.u.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
19:22:07.694 [main] WARN  o.e.h.g.u.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
19:22:07.694 [main] WARN  o.e.h.g.u.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
19:22:07.694 [main] WARN  o.e.h.g.u.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
19:22:07.694 [main] WARN  o.e.h.g.u.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
19:22:07.694 [main] WARN  o.e.h.g.u.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
19:22:07.694 [main] WARN  o.e.h.g.u.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
19:22:07.695 [main] WARN  o.e.h.g.u.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
19:22:07.695 [main] WARN  o.e.h.g.u.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
19:22:07.695 [main] WARN  o.e.h.g.u.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
19:22:07.695 [main] WARN  o.e.h.g.u.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
19:22:07.695 [main] WARN  o.e.h.g.u.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
19:22:07.695 [main] WARN  o.e.h.g.u.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
19:22:07.695 [main] WARN  o.e.h.g.u.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
19:22:07.695 [main] WARN  o.e.h.g.u.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
19:22:07.696 [main] WARN  o.e.h.g.u.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
19:22:07.696 [main] WARN  o.e.h.g.u.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
19:22:07.696 [main] WARN  o.e.h.g.u.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
19:22:07.697 [main] WARN  o.e.h.g.u.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
19:22:07.697 [main] WARN  o.e.h.g.u.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
19:22:07.698 [main] WARN  o.e.h.g.u.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
19:22:07.698 [main] WARN  o.e.h.g.u.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
19:22:07.698 [main] WARN  o.e.h.g.u.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
19:22:07.698 [main] WARN  o.e.h.g.u.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
19:22:07.699 [main] WARN  o.e.h.g.u.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
19:22:07.699 [main] WARN  o.e.h.g.u.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
19:22:07.700 [main] WARN  o.e.h.g.u.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
19:22:07.700 [main] WARN  o.e.h.g.u.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
19:22:07.700 [main] WARN  o.e.h.g.u.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[]
19:22:07.741 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
19:22:07.754 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~1 sec)
19:22:07.755 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:22:07.978 [main] INFO  o.e.h.c.r.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
19:22:07.983 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:22:07.984 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:22:07.988 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:22:07.989 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:22:07.990 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:22:07.994 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /child.model...
19:22:07.996 [pool-6-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:22:07.996 [pool-6-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:22:07.996 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /child.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:22:08.929 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /child.model
set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)]
19:22:09.119 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
19:22:09.120 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /child.model
19:22:09.791 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:22:09.791 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /child.model.
1s798ms [pure insertion]
marking any relevant derived attributes for update...19:22:09.791 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:22:09.792 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:22:09.794 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
19:22:09.795 [pool-6-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:22:09.795 [pool-6-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:22:09.795 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
19:22:09.796 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
19:22:10.428 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
19:22:10.428 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
19:22:10.434 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:22:10.435 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s641ms [pure insertion]
marking any relevant derived attributes for update...19:22:10.435 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:22:10.435 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:22:10.435 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:22:10.435 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:22:10.464 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/2 proxy references (0 sec total)
19:22:10.470 [pool-6-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs
19:22:10.470 [pool-6-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.035s
attempting to resolve any uninitialized derived attributes...
19:22:10.470 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:22:10.470 [pool-6-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:22:10.470 [pool-6-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:22:10.470 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s35ms [proxy update]
19:22:10.471 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:22:10.471 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	2
deleted		0
changed		2
loaded		2
c elems		3
d elems		0
time		~2s
validating changes...
validating file UPDATED for /child.model
validating file UPDATED for /root.model
changed resource size: 3
relevant graph size: 3
validated changes... true
19:22:10.474 [pool-6-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 489 ms
19:22:10.523 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:22:10.523 [main] INFO  o.e.h.c.r.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
19:22:10.526 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:22:10.526 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:22:10.889 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:22:10 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_treeCrossResourceContainment[OrientDB]}} Storage 'plocal:/tmp/junit8941976327707435349/test_treeCrossResourceContainment[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit4723123395763605877/test_derivedEdgeCollection[OrientDB]
Dec 01, 2020 7:22:12 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_derivedEdgeCollection[OrientDB]}} Storage 'plocal:/tmp/junit4723123395763605877/test_derivedEdgeCollection[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:22:18.009 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:22:18.013 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:22:18.013 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:22:18.013 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:22:18.013 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:22:18.013 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:22:18.013 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:22:18.013 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:22:18.014 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:22:18.014 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:22:18.014 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:22:18.014 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:22:18.015 [pool-7-thread-1] INFO  o.e.h.c.r.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
19:22:18.026 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:22:18.026 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:22:18.028 [main] WARN  o.e.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
19:22:19.035 [main] WARN  o.e.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)]
19:22:19.280 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
19:22:19.282 [main] WARN  o.e.h.g.u.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
19:22:19.282 [main] WARN  o.e.h.g.u.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
19:22:19.283 [main] WARN  o.e.h.g.u.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
19:22:19.284 [main] WARN  o.e.h.g.u.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
19:22:19.284 [main] WARN  o.e.h.g.u.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
19:22:19.284 [main] WARN  o.e.h.g.u.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
19:22:19.285 [main] WARN  o.e.h.g.u.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
19:22:19.285 [main] WARN  o.e.h.g.u.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
19:22:19.285 [main] WARN  o.e.h.g.u.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
19:22:19.285 [main] WARN  o.e.h.g.u.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
19:22:19.287 [main] WARN  o.e.h.g.u.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
19:22:19.292 [main] WARN  o.e.h.g.u.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
19:22:19.292 [main] WARN  o.e.h.g.u.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
19:22:19.292 [main] WARN  o.e.h.g.u.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
19:22:19.292 [main] WARN  o.e.h.g.u.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
19:22:19.292 [main] WARN  o.e.h.g.u.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
19:22:19.292 [main] WARN  o.e.h.g.u.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
19:22:19.292 [main] WARN  o.e.h.g.u.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
19:22:19.292 [main] WARN  o.e.h.g.u.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
19:22:19.292 [main] WARN  o.e.h.g.u.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
19:22:19.293 [main] WARN  o.e.h.g.u.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
19:22:19.293 [main] WARN  o.e.h.g.u.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
19:22:19.293 [main] WARN  o.e.h.g.u.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
19:22:19.293 [main] WARN  o.e.h.g.u.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
19:22:19.293 [main] WARN  o.e.h.g.u.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
19:22:19.293 [main] WARN  o.e.h.g.u.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
19:22:19.293 [main] WARN  o.e.h.g.u.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
19:22:19.293 [main] WARN  o.e.h.g.u.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[]
19:22:19.294 [main] WARN  o.e.h.g.u.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
19:22:19.294 [main] WARN  o.e.h.g.u.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
19:22:19.295 [main] WARN  o.e.h.g.u.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
19:22:19.295 [main] WARN  o.e.h.g.u.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
19:22:19.295 [main] WARN  o.e.h.g.u.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
19:22:19.482 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~1 sec)
19:22:19.482 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:22:19.744 [main] INFO  o.e.h.c.r.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
19:22:19.749 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:22:19.750 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:22:19.754 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:22:19.755 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:22:19.756 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:22:19.759 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
19:22:19.761 [pool-7-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:22:19.761 [pool-7-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:22:19.761 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:22:20.779 [pool-7-thread-1] DEBUG o.e.h.g.u.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)]
19:22:21.706 [pool-7-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec)
19:22:21.706 [pool-7-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
19:22:21.712 [pool-7-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
19:22:21.712 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
1s954ms [pure insertion]
marking any relevant derived attributes for update...19:22:21.712 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:22:21.712 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:22:21.712 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:22:21.713 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:22:21.743 [pool-7-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:22:21.744 [pool-7-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.031s
attempting to resolve any uninitialized derived attributes...
19:22:21.744 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:22:21.744 [pool-7-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:22:21.744 [pool-7-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:22:21.744 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s31ms [proxy update]
19:22:21.744 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:22:21.745 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:22:21.745 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 995 ms
19:22:21.745 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::descendants...
19:22:21.745 [pool-7-thread-1] INFO  o.e.h.g.u.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;
19:22:21.747 [pool-7-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants
19:22:21.747 [pool-7-thread-1] WARN  o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute
set up properties for V_derivedattribute: []
19:22:21.912 [pool-7-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten;
19:22:21.917 [pool-7-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper
19:22:23.857 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (1 s, 1 s total)
19:22:23.857 [pool-7-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 2.11s
19:22:23.857 [pool-7-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::descendants.
19:22:23.883 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:22:23.883 [main] INFO  o.e.h.c.r.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
19:22:23.888 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:22:23.888 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:22:24.152 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:22:24 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_derivedEdgeCollection[OrientDB]}} Storage 'plocal:/tmp/junit4723123395763605877/test_derivedEdgeCollection[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit1260588569007657874/test_deriveThenAdd[OrientDB]
Dec 01, 2020 7:22:26 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_deriveThenAdd[OrientDB]}} Storage 'plocal:/tmp/junit1260588569007657874/test_deriveThenAdd[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:22:32.894 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:22:32.902 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:22:32.902 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:22:32.902 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:22:32.902 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:22:32.902 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:22:32.902 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:22:32.902 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:22:32.903 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:22:32.903 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:22:32.903 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:22:32.903 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:22:32.904 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
19:22:32.911 [main] INFO  o.e.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
19:22:32.911 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:22:32.911 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:22:32.912 [main] WARN  o.e.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
19:22:34.035 [main] WARN  o.e.h.g.u.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
19:22:34.036 [main] WARN  o.e.h.g.u.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
19:22:34.036 [main] WARN  o.e.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)]
19:22:34.217 [main] WARN  o.e.h.g.u.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
19:22:34.217 [main] WARN  o.e.h.g.u.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
19:22:34.217 [main] WARN  o.e.h.g.u.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
19:22:34.217 [main] WARN  o.e.h.g.u.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
19:22:34.217 [main] WARN  o.e.h.g.u.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
19:22:34.219 [main] WARN  o.e.h.g.u.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
19:22:34.219 [main] WARN  o.e.h.g.u.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
19:22:34.219 [main] WARN  o.e.h.g.u.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
19:22:34.219 [main] WARN  o.e.h.g.u.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
19:22:34.219 [main] WARN  o.e.h.g.u.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
19:22:34.219 [main] WARN  o.e.h.g.u.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
19:22:34.220 [main] WARN  o.e.h.g.u.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
19:22:34.220 [main] WARN  o.e.h.g.u.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
19:22:34.221 [main] WARN  o.e.h.g.u.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
19:22:34.221 [main] WARN  o.e.h.g.u.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
19:22:34.222 [main] WARN  o.e.h.g.u.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
19:22:34.222 [main] WARN  o.e.h.g.u.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
19:22:34.224 [main] WARN  o.e.h.g.u.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
19:22:34.224 [main] WARN  o.e.h.g.u.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[]
19:22:34.224 [main] WARN  o.e.h.g.u.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
19:22:34.224 [main] WARN  o.e.h.g.u.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
19:22:34.225 [main] WARN  o.e.h.g.u.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
19:22:34.225 [main] WARN  o.e.h.g.u.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
19:22:34.225 [main] WARN  o.e.h.g.u.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
19:22:34.225 [main] WARN  o.e.h.g.u.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
19:22:34.225 [main] WARN  o.e.h.g.u.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
19:22:34.226 [main] WARN  o.e.h.g.u.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
19:22:34.226 [main] WARN  o.e.h.g.u.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
19:22:34.226 [main] WARN  o.e.h.g.u.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
19:22:34.226 [main] WARN  o.e.h.g.u.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
19:22:34.226 [main] WARN  o.e.h.g.u.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
19:22:34.254 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore
19:22:34.315 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~1 sec)
19:22:34.315 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:22:34.316 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs...
19:22:34.316 [main] INFO  o.e.h.g.u.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;
19:22:34.317 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs.
19:22:35.050 [main] INFO  o.e.h.c.r.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
19:22:35.053 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:22:35.053 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:22:35.056 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:22:35.057 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:22:35.058 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:22:35.060 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
19:22:35.062 [pool-8-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:22:35.062 [pool-8-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:22:35.062 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:22:36.034 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)]
set up properties for V_derivedattribute: []
19:22:37.667 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:22:37.667 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
19:22:38.278 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:22:38.279 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
3s219ms [pure insertion]
marking any relevant derived attributes for update...19:22:38.279 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:22:38.279 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:22:38.282 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
19:22:38.282 [pool-8-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:22:38.282 [pool-8-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:22:38.282 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
19:22:38.282 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
19:22:38.285 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:22:38.285 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
19:22:38.288 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:22:38.288 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s7ms [pure insertion]
marking any relevant derived attributes for update...19:22:38.289 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:22:38.289 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:22:38.290 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
19:22:38.291 [pool-8-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:22:38.291 [pool-8-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:22:38.291 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
19:22:38.310 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
19:22:38.313 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:22:38.313 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
19:22:38.314 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:22:38.314 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s24ms [pure insertion]
marking any relevant derived attributes for update...19:22:38.314 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:22:38.314 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:22:38.314 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:22:38.314 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:22:38.319 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
19:22:38.336 [pool-8-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
19:22:38.336 [pool-8-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.022s
attempting to resolve any uninitialized derived attributes...
19:22:38.336 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:22:38.336 [pool-8-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:22:38.337 [pool-8-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size;
19:22:39.793 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 6/6 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (1 s, 1 s total)
19:22:39.793 [pool-8-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:22:39.794 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s480ms [proxy update]
19:22:39.794 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:22:39.795 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:22:39.795 [pool-8-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 742 ms
19:22:39.804 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:22:39.804 [main] INFO  o.e.h.c.r.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
19:22:39.807 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:22:39.808 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:22:40.060 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:22:40 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_deriveThenAdd[OrientDB]}} Storage 'plocal:/tmp/junit1260588569007657874/test_deriveThenAdd[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit5402941692672061842/test_derivedEdgeSingle[OrientDB]
Dec 01, 2020 7:22:41 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_derivedEdgeSingle[OrientDB]}} Storage 'plocal:/tmp/junit5402941692672061842/test_derivedEdgeSingle[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:22:45.944 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:22:45.957 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:22:45.958 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:22:45.958 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:22:45.958 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:22:45.959 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:22:45.959 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:22:45.959 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:22:45.960 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:22:45.960 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:22:45.960 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:22:45.961 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:22:45.961 [pool-9-thread-1] INFO  o.e.h.c.r.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
19:22:46.013 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:22:46.013 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:22:46.016 [main] WARN  o.e.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
19:22:46.893 [main] WARN  o.e.h.g.u.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
19:22:46.893 [main] WARN  o.e.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)]
19:22:47.070 [main] WARN  o.e.h.g.u.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
19:22:47.070 [main] WARN  o.e.h.g.u.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[]
19:22:47.070 [main] WARN  o.e.h.g.u.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
19:22:47.070 [main] WARN  o.e.h.g.u.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
19:22:47.070 [main] WARN  o.e.h.g.u.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
19:22:47.071 [main] WARN  o.e.h.g.u.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
19:22:47.071 [main] WARN  o.e.h.g.u.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
19:22:47.071 [main] WARN  o.e.h.g.u.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
19:22:47.071 [main] WARN  o.e.h.g.u.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
19:22:47.071 [main] WARN  o.e.h.g.u.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
19:22:47.071 [main] WARN  o.e.h.g.u.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
19:22:47.071 [main] WARN  o.e.h.g.u.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
19:22:47.072 [main] WARN  o.e.h.g.u.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
19:22:47.072 [main] WARN  o.e.h.g.u.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
19:22:47.072 [main] WARN  o.e.h.g.u.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
19:22:47.072 [main] WARN  o.e.h.g.u.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
19:22:47.073 [main] WARN  o.e.h.g.u.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
19:22:47.073 [main] WARN  o.e.h.g.u.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
19:22:47.073 [main] WARN  o.e.h.g.u.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
19:22:47.073 [main] WARN  o.e.h.g.u.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
19:22:47.073 [main] WARN  o.e.h.g.u.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
19:22:47.073 [main] WARN  o.e.h.g.u.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
19:22:47.074 [main] WARN  o.e.h.g.u.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
19:22:47.074 [main] WARN  o.e.h.g.u.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
19:22:47.074 [main] WARN  o.e.h.g.u.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
19:22:47.074 [main] WARN  o.e.h.g.u.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
19:22:47.074 [main] WARN  o.e.h.g.u.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
19:22:47.074 [main] WARN  o.e.h.g.u.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
19:22:47.074 [main] WARN  o.e.h.g.u.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
19:22:47.074 [main] WARN  o.e.h.g.u.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
19:22:47.075 [main] WARN  o.e.h.g.u.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
19:22:47.075 [main] WARN  o.e.h.g.u.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
19:22:47.078 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
19:22:47.085 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~1 sec)
19:22:47.086 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:22:47.317 [main] INFO  o.e.h.c.r.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
19:22:47.321 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:22:47.321 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:22:47.324 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:22:47.324 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:22:47.325 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:22:47.327 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
19:22:47.328 [pool-9-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:22:47.328 [pool-9-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:22:47.328 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:22:48.308 [pool-9-thread-1] DEBUG o.e.h.g.u.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)]
19:22:49.182 [pool-9-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec)
19:22:49.182 [pool-9-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
19:22:49.187 [pool-9-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
19:22:49.187 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
1s860ms [pure insertion]
marking any relevant derived attributes for update...19:22:49.187 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:22:49.188 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:22:49.188 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:22:49.188 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:22:49.189 [pool-9-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:22:49.190 [pool-9-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
19:22:49.190 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:22:49.190 [pool-9-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:22:49.190 [pool-9-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:22:49.190 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
19:22:49.190 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:22:49.191 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:22:49.191 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 870 ms
19:22:49.191 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant...
19:22:49.192 [pool-9-thread-1] INFO  o.e.h.g.u.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;
19:22:49.194 [pool-9-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant
19:22:49.194 [pool-9-thread-1] WARN  o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute
set up properties for V_derivedattribute: []
19:22:49.374 [pool-9-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten.sortBy(t|t.label).last;
19:22:50.732 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (1 s, 1 s total)
19:22:50.732 [pool-9-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 1.538s
19:22:50.732 [pool-9-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant.
19:22:50.750 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:22:50.750 [main] INFO  o.e.h.c.r.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
19:22:50.753 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:22:50.753 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:22:50.965 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:22:51 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_derivedEdgeSingle[OrientDB]}} Storage 'plocal:/tmp/junit5402941692672061842/test_derivedEdgeSingle[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit2795256059585594642/test_addThenIndex[OrientDB]
Dec 01, 2020 7:22:51 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_addThenIndex[OrientDB]}} Storage 'plocal:/tmp/junit2795256059585594642/test_addThenIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:22:56.807 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:22:56.811 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:22:56.811 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:22:56.811 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:22:56.811 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:22:56.812 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:22:56.812 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:22:56.812 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:22:56.812 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:22:56.813 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:22:56.813 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:22:56.813 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:22:56.813 [pool-10-thread-1] INFO  o.e.h.c.r.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
19:22:56.830 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:22:56.830 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:22:56.832 [main] WARN  o.e.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
19:22:57.847 [main] WARN  o.e.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)]
19:22:58.057 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore
19:22:58.059 [main] WARN  o.e.h.g.u.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
19:22:58.060 [main] WARN  o.e.h.g.u.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
19:22:58.060 [main] WARN  o.e.h.g.u.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
19:22:58.060 [main] WARN  o.e.h.g.u.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
19:22:58.061 [main] WARN  o.e.h.g.u.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
19:22:58.061 [main] WARN  o.e.h.g.u.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
19:22:58.061 [main] WARN  o.e.h.g.u.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
19:22:58.061 [main] WARN  o.e.h.g.u.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
19:22:58.061 [main] WARN  o.e.h.g.u.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
19:22:58.061 [main] WARN  o.e.h.g.u.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
19:22:58.062 [main] WARN  o.e.h.g.u.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
19:22:58.062 [main] WARN  o.e.h.g.u.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
19:22:58.062 [main] WARN  o.e.h.g.u.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
19:22:58.062 [main] WARN  o.e.h.g.u.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
19:22:58.062 [main] WARN  o.e.h.g.u.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
19:22:58.062 [main] WARN  o.e.h.g.u.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
19:22:58.063 [main] WARN  o.e.h.g.u.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
19:22:58.063 [main] WARN  o.e.h.g.u.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
19:22:58.063 [main] WARN  o.e.h.g.u.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
19:22:58.063 [main] WARN  o.e.h.g.u.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
19:22:58.063 [main] WARN  o.e.h.g.u.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
19:22:58.063 [main] WARN  o.e.h.g.u.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
19:22:58.063 [main] WARN  o.e.h.g.u.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
19:22:58.063 [main] WARN  o.e.h.g.u.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
19:22:58.063 [main] WARN  o.e.h.g.u.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
19:22:58.063 [main] WARN  o.e.h.g.u.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
19:22:58.064 [main] WARN  o.e.h.g.u.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
19:22:58.064 [main] WARN  o.e.h.g.u.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
19:22:58.064 [main] WARN  o.e.h.g.u.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
19:22:58.064 [main] WARN  o.e.h.g.u.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
19:22:58.064 [main] WARN  o.e.h.g.u.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[]
19:22:58.064 [main] WARN  o.e.h.g.u.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
19:22:58.064 [main] WARN  o.e.h.g.u.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
19:22:58.073 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~1 sec)
19:22:58.073 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:22:58.289 [main] INFO  o.e.h.c.r.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
19:22:58.292 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:22:58.293 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:22:58.293 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id...
19:22:58.293 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id
19:22:58.294 [main] INFO  o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id.
19:22:58.296 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:22:58.297 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:22:58.297 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:22:58.300 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
19:22:58.358 [pool-10-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:22:58.358 [pool-10-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:22:58.358 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:22:59.294 [pool-10-thread-1] DEBUG o.e.h.g.u.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)]
19:23:00.935 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:23:00.936 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
19:23:01.890 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:23:01.890 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
3s591ms [pure insertion]
marking any relevant derived attributes for update...19:23:01.890 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:23:01.890 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:23:01.893 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
19:23:01.893 [pool-10-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:23:01.893 [pool-10-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:23:01.893 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
19:23:01.893 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
19:23:01.896 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:23:01.896 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
19:23:01.899 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:23:01.899 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s6ms [pure insertion]
marking any relevant derived attributes for update...19:23:01.899 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:23:01.899 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:23:01.900 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
19:23:01.901 [pool-10-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:23:01.901 [pool-10-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:23:01.901 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
19:23:01.923 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
19:23:01.924 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:23:01.924 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
19:23:01.926 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:23:01.926 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s26ms [pure insertion]
marking any relevant derived attributes for update...19:23:01.926 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:23:01.926 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:23:01.926 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:23:01.926 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:23:01.929 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
19:23:01.944 [pool-10-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
19:23:01.945 [pool-10-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.019s
attempting to resolve any uninitialized derived attributes...
19:23:01.945 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:23:01.945 [pool-10-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:23:01.945 [pool-10-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:23:01.945 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s19ms [proxy update]
19:23:01.945 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:23:01.946 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:23:01.946 [pool-10-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 653 ms
indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer)
19:23:01.955 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:23:01.955 [main] INFO  o.e.h.c.r.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
19:23:01.958 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:23:01.958 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:23:02.408 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:23:02 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_addThenIndex[OrientDB]}} Storage 'plocal:/tmp/junit2795256059585594642/test_addThenIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit7525597793393151550/test_lookupWithIndex[OrientDB]
Dec 01, 2020 7:23:03 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_lookupWithIndex[OrientDB]}} Storage 'plocal:/tmp/junit7525597793393151550/test_lookupWithIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:23:08.660 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:23:08.665 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:23:08.665 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:23:08.665 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:23:08.665 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:23:08.665 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:23:08.665 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:23:08.665 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:23:08.666 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:23:08.666 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:23:08.666 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:23:08.667 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:23:08.667 [pool-11-thread-1] INFO  o.e.h.c.r.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
19:23:08.678 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:23:08.678 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:23:08.680 [main] WARN  o.e.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
19:23:10.062 [main] WARN  o.e.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)]
19:23:10.281 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore
19:23:10.330 [main] WARN  o.e.h.g.u.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
19:23:10.330 [main] WARN  o.e.h.g.u.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
19:23:10.330 [main] WARN  o.e.h.g.u.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
19:23:10.330 [main] WARN  o.e.h.g.u.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
19:23:10.330 [main] WARN  o.e.h.g.u.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
19:23:10.330 [main] WARN  o.e.h.g.u.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
19:23:10.331 [main] WARN  o.e.h.g.u.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
19:23:10.331 [main] WARN  o.e.h.g.u.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
19:23:10.332 [main] WARN  o.e.h.g.u.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
19:23:10.332 [main] WARN  o.e.h.g.u.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
19:23:10.332 [main] WARN  o.e.h.g.u.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
19:23:10.333 [main] WARN  o.e.h.g.u.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
19:23:10.333 [main] WARN  o.e.h.g.u.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
19:23:10.333 [main] WARN  o.e.h.g.u.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
19:23:10.333 [main] WARN  o.e.h.g.u.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
19:23:10.333 [main] WARN  o.e.h.g.u.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
19:23:10.333 [main] WARN  o.e.h.g.u.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
19:23:10.333 [main] WARN  o.e.h.g.u.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
19:23:10.333 [main] WARN  o.e.h.g.u.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
19:23:10.334 [main] WARN  o.e.h.g.u.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
19:23:10.334 [main] WARN  o.e.h.g.u.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
19:23:10.334 [main] WARN  o.e.h.g.u.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
19:23:10.334 [main] WARN  o.e.h.g.u.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
19:23:10.334 [main] WARN  o.e.h.g.u.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
19:23:10.334 [main] WARN  o.e.h.g.u.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
19:23:10.335 [main] WARN  o.e.h.g.u.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
19:23:10.335 [main] WARN  o.e.h.g.u.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
19:23:10.335 [main] WARN  o.e.h.g.u.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
19:23:10.335 [main] WARN  o.e.h.g.u.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
19:23:10.335 [main] WARN  o.e.h.g.u.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
19:23:10.335 [main] WARN  o.e.h.g.u.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[]
19:23:10.335 [main] WARN  o.e.h.g.u.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
19:23:10.336 [main] WARN  o.e.h.g.u.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
19:23:10.391 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~1 sec)
19:23:10.391 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:23:10.391 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id...
19:23:10.392 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id
19:23:10.393 [main] INFO  o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id.
19:23:10.673 [main] INFO  o.e.h.c.r.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
19:23:10.676 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:23:10.676 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:23:10.685 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:23:10.686 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:23:10.686 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:23:10.689 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
19:23:10.690 [pool-11-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:23:10.690 [pool-11-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:23:10.690 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:23:11.661 [pool-11-thread-1] DEBUG o.e.h.g.u.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)]
19:23:13.210 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:23:13.210 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
19:23:13.912 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:23:13.912 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
3s224ms [pure insertion]
marking any relevant derived attributes for update...19:23:13.912 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:23:13.913 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:23:13.915 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
19:23:13.915 [pool-11-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:23:13.915 [pool-11-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:23:13.915 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
19:23:13.916 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
19:23:13.918 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:23:13.918 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
19:23:13.921 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:23:13.921 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s6ms [pure insertion]
marking any relevant derived attributes for update...19:23:13.921 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:23:13.922 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:23:13.924 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
19:23:13.924 [pool-11-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:23:13.924 [pool-11-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:23:13.924 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
19:23:13.945 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
19:23:13.947 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:23:13.947 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
19:23:13.948 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:23:13.948 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s24ms [pure insertion]
marking any relevant derived attributes for update...19:23:13.948 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:23:13.948 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:23:13.948 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:23:13.948 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:23:13.952 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
19:23:13.966 [pool-11-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
19:23:13.967 [pool-11-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.018s
attempting to resolve any uninitialized derived attributes...
19:23:13.967 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:23:13.967 [pool-11-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:23:13.967 [pool-11-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:23:13.967 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s19ms [proxy update]
19:23:13.967 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:23:13.968 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:23:13.968 [pool-11-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 292 ms
indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer)
19:23:13.974 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:23:13.975 [main] INFO  o.e.h.c.r.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
19:23:14.008 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:23:14.008 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:23:14.407 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:23:14 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_lookupWithIndex[OrientDB]}} Storage 'plocal:/tmp/junit7525597793393151550/test_lookupWithIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit148975125800455258/test_lookupWithoutIndex[OrientDB]
Dec 01, 2020 7:23:15 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_lookupWithoutIndex[OrientDB]}} Storage 'plocal:/tmp/junit148975125800455258/test_lookupWithoutIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:23:19.950 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:23:19.955 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:23:19.955 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:23:19.955 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:23:19.955 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:23:19.955 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:23:19.955 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:23:19.956 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:23:19.956 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:23:19.956 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:23:19.956 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:23:19.957 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:23:19.957 [pool-12-thread-1] INFO  o.e.h.c.r.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
19:23:19.971 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:23:19.971 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:23:19.974 [main] WARN  o.e.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
19:23:20.874 [main] WARN  o.e.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)]
19:23:21.119 [main] WARN  o.e.h.g.u.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
19:23:21.119 [main] WARN  o.e.h.g.u.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
19:23:21.119 [main] WARN  o.e.h.g.u.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
19:23:21.119 [main] WARN  o.e.h.g.u.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
19:23:21.119 [main] WARN  o.e.h.g.u.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
19:23:21.119 [main] WARN  o.e.h.g.u.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
19:23:21.119 [main] WARN  o.e.h.g.u.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
19:23:21.120 [main] WARN  o.e.h.g.u.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
19:23:21.120 [main] WARN  o.e.h.g.u.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
19:23:21.120 [main] WARN  o.e.h.g.u.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
19:23:21.120 [main] WARN  o.e.h.g.u.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
19:23:21.120 [main] WARN  o.e.h.g.u.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
19:23:21.120 [main] WARN  o.e.h.g.u.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
19:23:21.120 [main] WARN  o.e.h.g.u.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
19:23:21.120 [main] WARN  o.e.h.g.u.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
19:23:21.120 [main] WARN  o.e.h.g.u.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
19:23:21.120 [main] WARN  o.e.h.g.u.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[]
19:23:21.120 [main] WARN  o.e.h.g.u.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
19:23:21.120 [main] WARN  o.e.h.g.u.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
19:23:21.120 [main] WARN  o.e.h.g.u.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
19:23:21.121 [main] WARN  o.e.h.g.u.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
19:23:21.121 [main] WARN  o.e.h.g.u.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
19:23:21.121 [main] WARN  o.e.h.g.u.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
19:23:21.121 [main] WARN  o.e.h.g.u.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
19:23:21.122 [main] WARN  o.e.h.g.u.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
19:23:21.122 [main] WARN  o.e.h.g.u.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
19:23:21.123 [main] WARN  o.e.h.g.u.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
19:23:21.123 [main] WARN  o.e.h.g.u.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
19:23:21.124 [main] WARN  o.e.h.g.u.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
19:23:21.124 [main] WARN  o.e.h.g.u.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
19:23:21.124 [main] WARN  o.e.h.g.u.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
19:23:21.124 [main] WARN  o.e.h.g.u.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
19:23:21.125 [main] WARN  o.e.h.g.u.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
19:23:21.133 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore
19:23:21.202 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~1 sec)
19:23:21.202 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:23:21.450 [main] INFO  o.e.h.c.r.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
19:23:21.452 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:23:21.452 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:23:21.455 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:23:21.457 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:23:21.457 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:23:21.459 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
19:23:21.461 [pool-12-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:23:21.461 [pool-12-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:23:21.461 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:23:22.297 [pool-12-thread-1] DEBUG o.e.h.g.u.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)]
19:23:22.951 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:23:22.951 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
19:23:23.566 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:23:23.566 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
2s107ms [pure insertion]
marking any relevant derived attributes for update...19:23:23.566 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:23:23.566 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:23:23.569 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
19:23:23.569 [pool-12-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:23:23.569 [pool-12-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:23:23.569 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
19:23:23.570 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
19:23:23.571 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:23:23.571 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
19:23:23.574 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:23:23.574 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:23:23.574 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:23:23.574 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:23:23.576 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
19:23:23.576 [pool-12-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:23:23.576 [pool-12-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:23:23.576 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
19:23:23.604 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
19:23:23.606 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:23:23.606 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
19:23:23.607 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:23:23.607 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s31ms [pure insertion]
marking any relevant derived attributes for update...19:23:23.607 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:23:23.608 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:23:23.608 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:23:23.608 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:23:23.613 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
19:23:23.630 [pool-12-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
19:23:23.631 [pool-12-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.023s
attempting to resolve any uninitialized derived attributes...
19:23:23.631 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:23:23.631 [pool-12-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:23:23.631 [pool-12-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:23:23.631 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s23ms [proxy update]
19:23:23.631 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:23:23.632 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:23:23.632 [pool-12-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 180 ms
19:23:23.639 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:23:23.640 [main] INFO  o.e.h.c.r.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
19:23:23.642 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:23:23.642 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:23:24.092 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:23:24 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_lookupWithoutIndex[OrientDB]}} Storage 'plocal:/tmp/junit148975125800455258/test_lookupWithoutIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit5621103632498280185/test_eContainersIsUpdatedRoot[OrientDB]
Dec 01, 2020 7:23:24 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_eContainersIsUpdatedRoot[OrientDB]}} Storage 'plocal:/tmp/junit5621103632498280185/test_eContainersIsUpdatedRoot[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:23:29.556 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:23:29.559 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:23:29.559 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:23:29.559 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:23:29.559 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:23:29.559 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:23:29.560 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:23:29.560 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:23:29.560 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:23:29.560 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:23:29.560 [pool-13-thread-1] INFO  o.e.h.c.r.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
19:23:29.562 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
19:23:29.563 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
19:23:29.571 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:23:29.571 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:23:29.573 [main] WARN  o.e.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
19:23:30.578 [main] WARN  o.e.h.g.u.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
19:23:30.579 [main] WARN  o.e.h.g.u.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
19:23:30.579 [main] WARN  o.e.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)]
19:23:30.826 [main] WARN  o.e.h.g.u.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
19:23:30.826 [main] WARN  o.e.h.g.u.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
19:23:30.826 [main] WARN  o.e.h.g.u.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
19:23:30.826 [main] WARN  o.e.h.g.u.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
19:23:30.826 [main] WARN  o.e.h.g.u.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
19:23:30.826 [main] WARN  o.e.h.g.u.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
19:23:30.826 [main] WARN  o.e.h.g.u.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
19:23:30.826 [main] WARN  o.e.h.g.u.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
19:23:30.827 [main] WARN  o.e.h.g.u.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
19:23:30.827 [main] WARN  o.e.h.g.u.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
19:23:30.827 [main] WARN  o.e.h.g.u.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
19:23:30.827 [main] WARN  o.e.h.g.u.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
19:23:30.827 [main] WARN  o.e.h.g.u.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
19:23:30.827 [main] WARN  o.e.h.g.u.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
19:23:30.827 [main] WARN  o.e.h.g.u.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
19:23:30.828 [main] WARN  o.e.h.g.u.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
19:23:30.829 [main] WARN  o.e.h.g.u.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
19:23:30.829 [main] WARN  o.e.h.g.u.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
19:23:30.829 [main] WARN  o.e.h.g.u.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
19:23:30.830 [main] WARN  o.e.h.g.u.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
19:23:30.830 [main] WARN  o.e.h.g.u.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
19:23:30.830 [main] WARN  o.e.h.g.u.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
19:23:30.830 [main] WARN  o.e.h.g.u.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[]
19:23:30.830 [main] WARN  o.e.h.g.u.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
19:23:30.830 [main] WARN  o.e.h.g.u.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
19:23:30.830 [main] WARN  o.e.h.g.u.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
19:23:30.831 [main] WARN  o.e.h.g.u.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
19:23:30.831 [main] WARN  o.e.h.g.u.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
19:23:30.831 [main] WARN  o.e.h.g.u.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
19:23:30.831 [main] WARN  o.e.h.g.u.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
19:23:30.831 [main] WARN  o.e.h.g.u.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
19:23:30.839 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~1 sec)
19:23:30.839 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:23:30.839 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/XMLType.ecore to store
19:23:30.844 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:23:30.845 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:23:30.850 [main] WARN  o.e.h.g.u.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
19:23:30.850 [main] WARN  o.e.h.g.u.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
19:23:30.850 [main] WARN  o.e.h.g.u.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
19:23:30.850 [main] WARN  o.e.h.g.u.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
19:23:30.850 [main] WARN  o.e.h.g.u.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
19:23:30.850 [main] WARN  o.e.h.g.u.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
19:23:30.850 [main] WARN  o.e.h.g.u.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
19:23:30.850 [main] WARN  o.e.h.g.u.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
19:23:30.850 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
19:23:30.851 [main] WARN  o.e.h.g.u.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
19:23:30.851 [main] WARN  o.e.h.g.u.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
19:23:30.851 [main] WARN  o.e.h.g.u.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
19:23:30.851 [main] WARN  o.e.h.g.u.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
19:23:30.851 [main] WARN  o.e.h.g.u.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
19:23:30.851 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.852 [main] WARN  o.e.h.g.u.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
19:23:30.853 [main] WARN  o.e.h.g.u.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[]
19:23:30.853 [main] WARN  o.e.h.g.u.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
19:23:30.853 [main] WARN  o.e.h.g.u.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
19:23:30.853 [main] WARN  o.e.h.g.u.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
19:23:30.853 [main] WARN  o.e.h.g.u.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
19:23:30.853 [main] WARN  o.e.h.g.u.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
19:23:30.853 [main] WARN  o.e.h.g.u.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
19:23:30.853 [main] WARN  o.e.h.g.u.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
19:23:30.853 [main] WARN  o.e.h.g.u.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
19:23:30.853 [main] WARN  o.e.h.g.u.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
19:23:30.853 [main] WARN  o.e.h.g.u.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
19:23:30.853 [main] WARN  o.e.h.g.u.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
19:23:30.853 [main] WARN  o.e.h.g.u.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
19:23:30.853 [main] WARN  o.e.h.g.u.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[]
19:23:30.853 [main] WARN  o.e.h.g.u.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
19:23:30.853 [main] WARN  o.e.h.g.u.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
19:23:30.924 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
19:23:30.925 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:23:30.925 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/Tree.ecore to store
19:23:30.926 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:23:30.926 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:23:30.928 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
19:23:30.931 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
19:23:30.931 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:23:31.204 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit7860212430127021448/:org.eclipse.hawk.localfolder.LocalFolder:false
19:23:31.210 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:23:31.210 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:23:31.215 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:23:31.217 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:23:31.217 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:23:31.240 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
19:23:31.241 [pool-13-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:23:31.241 [pool-13-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:23:31.241 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:23:32.646 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)]
19:23:33.606 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
19:23:33.606 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
19:23:34.201 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:23:34.201 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
2s962ms [pure insertion]
marking any relevant derived attributes for update...19:23:34.201 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:23:34.202 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:23:34.222 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childAA.xmi...
19:23:34.223 [pool-13-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:23:34.223 [pool-13-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:23:34.223 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childAA.xmi...
19:23:34.327 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childAA.xmi
19:23:34.329 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
19:23:34.329 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childAA.xmi
19:23:34.329 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:23:34.329 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childAA.xmi.
0s107ms [pure insertion]
marking any relevant derived attributes for update...19:23:34.329 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:23:34.330 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:23:34.349 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childB.xmi...
19:23:34.349 [pool-13-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:23:34.349 [pool-13-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:23:34.349 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childB.xmi...
19:23:34.350 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childB.xmi
19:23:34.351 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
19:23:34.352 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childB.xmi
19:23:34.352 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:23:34.352 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childB.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:23:34.352 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:23:34.352 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:23:34.422 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childA.xmi...
19:23:34.422 [pool-13-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:23:34.422 [pool-13-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:23:34.422 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childA.xmi...
19:23:34.423 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childA.xmi
19:23:34.424 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
19:23:34.424 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childA.xmi
19:23:34.424 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:23:34.424 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childA.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:23:34.425 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:23:34.425 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:23:34.425 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:23:34.425 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:23:34.428 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/6 proxy references (0 sec total)
19:23:34.507 [pool-13-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs
19:23:34.507 [pool-13-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.082s
attempting to resolve any uninitialized derived attributes...
19:23:34.507 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:23:34.507 [pool-13-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:23:34.507 [pool-13-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:23:34.507 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s82ms [proxy update]
19:23:34.507 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:23:34.508 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	4
deleted		0
changed		4
loaded		4
c elems		4
d elems		0
time		~3s
validating changes...
validating file UPDATED for /root.xmi
validating file UPDATED for /childAA.xmi
validating file UPDATED for /childB.xmi
validating file UPDATED for /childA.xmi
changed resource size: 4
relevant graph size: 4
validated changes... true
19:23:34.511 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 301 ms
19:23:34.512 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers...
19:23:34.512 [main] INFO  o.e.h.g.u.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);
19:23:34.536 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers
19:23:34.536 [main] WARN  o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute
set up properties for V_derivedattribute: []
19:23:34.782 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
19:23:36.866 [main] INFO  o.e.h.c.r.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (2 s, 2 s total)
19:23:36.867 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 2.332s
19:23:36.867 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::allContainers.
19:23:36.875 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:23:36.879 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:23:36.879 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:23:36.879 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:23:36.899 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
19:23:36.900 [pool-13-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:23:36.900 [pool-13-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
19:23:36.901 [pool-13-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
19:23:36.901 [pool-13-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
19:23:36.901 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /root.xmi...
19:23:36.902 [pool-13-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
19:23:36.908 [pool-13-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.006s
19:23:36.951 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
19:23:38.020 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
19:23:38.020 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
19:23:38.021 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:23:38.021 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /root.xmi.
1s122ms [pure insertion]
marking any relevant derived attributes for update...19:23:38.021 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s5ms
19:23:38.026 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s5ms
19:23:38.026 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:23:38.026 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:23:38.027 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total)
19:23:38.082 [pool-13-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs
19:23:38.083 [pool-13-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.057s
attempting to resolve any uninitialized derived attributes...
19:23:38.083 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:23:38.083 [pool-13-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:23:38.084 [pool-13-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
19:23:38.092 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
19:23:38.092 [pool-13-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:23:38.092 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
19:23:38.092 [pool-13-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
19:23:38.100 [pool-13-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers
0s140ms [proxy update]
19:23:38.166 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:23:38.166 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		3
d elems		2
time		~1s
validating changes...
validating file UPDATED for /root.xmi
changed resource size: 1
relevant graph size: 1
validated changes... true
19:23:38.168 [pool-13-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 293 ms
19:23:38.175 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:23:38.176 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit7860212430127021448/:org.eclipse.hawk.localfolder.LocalFolder:false
19:23:38.178 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:23:38.178 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:23:38.708 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:23:38 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_eContainersIsUpdatedRoot[OrientDB]}} Storage 'plocal:/tmp/junit5621103632498280185/test_eContainersIsUpdatedRoot[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit7005919691427387837/test_queryEnumValues[OrientDB]
Dec 01, 2020 7:23:40 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_queryEnumValues[OrientDB]}} Storage 'plocal:/tmp/junit7005919691427387837/test_queryEnumValues[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:23:47.239 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:23:47.242 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:23:47.242 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:23:47.242 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:23:47.242 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:23:47.242 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:23:47.242 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:23:47.242 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:23:47.243 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:23:47.243 [pool-14-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:23:47.243 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:23:47.243 [pool-14-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:23:47.243 [pool-14-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
19:23:47.254 [main] INFO  o.e.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
19:23:47.254 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:23:47.254 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:23:47.256 [main] WARN  o.e.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
19:23:48.512 [main] WARN  o.e.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)]
19:23:48.771 [main] WARN  o.e.h.g.u.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
19:23:48.772 [main] WARN  o.e.h.g.u.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
19:23:48.772 [main] WARN  o.e.h.g.u.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
19:23:48.772 [main] WARN  o.e.h.g.u.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
19:23:48.772 [main] WARN  o.e.h.g.u.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
19:23:48.772 [main] WARN  o.e.h.g.u.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
19:23:48.772 [main] WARN  o.e.h.g.u.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[]
19:23:48.773 [main] WARN  o.e.h.g.u.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
19:23:48.773 [main] WARN  o.e.h.g.u.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
19:23:48.773 [main] WARN  o.e.h.g.u.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
19:23:48.773 [main] WARN  o.e.h.g.u.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
19:23:48.773 [main] WARN  o.e.h.g.u.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
19:23:48.773 [main] WARN  o.e.h.g.u.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
19:23:48.773 [main] WARN  o.e.h.g.u.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
19:23:48.774 [main] WARN  o.e.h.g.u.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
19:23:48.774 [main] WARN  o.e.h.g.u.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
19:23:48.775 [main] WARN  o.e.h.g.u.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
19:23:48.775 [main] WARN  o.e.h.g.u.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
19:23:48.776 [main] WARN  o.e.h.g.u.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
19:23:48.776 [main] WARN  o.e.h.g.u.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
19:23:48.776 [main] WARN  o.e.h.g.u.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
19:23:48.776 [main] WARN  o.e.h.g.u.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
19:23:48.776 [main] WARN  o.e.h.g.u.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
19:23:48.776 [main] WARN  o.e.h.g.u.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
19:23:48.776 [main] WARN  o.e.h.g.u.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
19:23:48.776 [main] WARN  o.e.h.g.u.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
19:23:48.776 [main] WARN  o.e.h.g.u.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
19:23:48.777 [main] WARN  o.e.h.g.u.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
19:23:48.777 [main] WARN  o.e.h.g.u.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
19:23:48.777 [main] WARN  o.e.h.g.u.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
19:23:48.777 [main] WARN  o.e.h.g.u.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
19:23:48.777 [main] WARN  o.e.h.g.u.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
19:23:48.778 [main] WARN  o.e.h.g.u.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
19:23:48.827 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore
19:23:48.827 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: ColoredTree::Color will be handled as its instance type NULL_INSTANCE_TYPE
19:23:48.964 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~1 sec)
19:23:48.964 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:23:49.275 [main] INFO  o.e.h.c.r.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
19:23:49.277 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:23:49.277 [pool-14-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:23:49.279 [pool-14-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:23:49.280 [pool-14-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:23:49.280 [pool-14-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:23:49.282 [pool-14-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /colored-tree.model...
19:23:49.283 [pool-14-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:23:49.284 [pool-14-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:23:49.284 [pool-14-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /colored-tree.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:23:50.725 [pool-14-thread-1] DEBUG o.e.h.g.u.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)]
19:23:51.692 [pool-14-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:23:51.692 [pool-14-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /colored-tree.model
19:23:51.696 [pool-14-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
19:23:51.696 [pool-14-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /colored-tree.model.
2s414ms [pure insertion]
marking any relevant derived attributes for update...19:23:51.696 [pool-14-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:23:51.696 [pool-14-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:23:51.696 [pool-14-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:23:51.696 [pool-14-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:23:51.698 [pool-14-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:23:51.698 [pool-14-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
19:23:51.698 [pool-14-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:23:51.698 [pool-14-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:23:51.698 [pool-14-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:23:51.698 [pool-14-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
19:23:51.698 [pool-14-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:23:51.698 [pool-14-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:23:51.699 [pool-14-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 421 ms
19:23:51.703 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:23:51.703 [main] INFO  o.e.h.c.r.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
19:23:51.706 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:23:51.706 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:23:52.336 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:23:52 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_queryEnumValues[OrientDB]}} Storage 'plocal:/tmp/junit7005919691427387837/test_queryEnumValues[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit6602523161529629911/test_metamodels[OrientDB]
Dec 01, 2020 7:23:53 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_metamodels[OrientDB]}} Storage 'plocal:/tmp/junit6602523161529629911/test_metamodels[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:23:59.767 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:23:59.771 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:23:59.771 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:23:59.771 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:23:59.771 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:23:59.771 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:23:59.771 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:23:59.771 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:23:59.772 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:23:59.772 [pool-15-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:23:59.773 [pool-15-thread-1] INFO  o.e.h.c.r.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...
19:23:59.773 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
changed resource size: 0
relevant graph size: 0
validated changes... true
19:23:59.773 [pool-15-thread-1] INFO  o.e.h.c.r.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
19:23:59.814 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:23:59.815 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:23:59.820 [main] WARN  o.e.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
19:24:00.962 [main] WARN  o.e.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)]
19:24:01.145 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
19:24:01.146 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
19:24:01.151 [main] WARN  o.e.h.g.u.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
19:24:01.189 [main] WARN  o.e.h.g.u.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
19:24:01.189 [main] WARN  o.e.h.g.u.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
19:24:01.189 [main] WARN  o.e.h.g.u.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
19:24:01.190 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
19:24:01.190 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
19:24:01.193 [main] WARN  o.e.h.g.u.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
19:24:01.196 [main] WARN  o.e.h.g.u.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
19:24:01.198 [main] WARN  o.e.h.g.u.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
19:24:01.209 [main] WARN  o.e.h.g.u.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
19:24:01.307 [main] WARN  o.e.h.g.u.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
19:24:01.307 [main] WARN  o.e.h.g.u.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
19:24:01.307 [main] WARN  o.e.h.g.u.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
19:24:01.307 [main] WARN  o.e.h.g.u.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
19:24:01.308 [main] WARN  o.e.h.g.u.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
19:24:01.308 [main] WARN  o.e.h.g.u.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
19:24:01.308 [main] WARN  o.e.h.g.u.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
19:24:01.308 [main] WARN  o.e.h.g.u.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
19:24:01.308 [main] WARN  o.e.h.g.u.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
19:24:01.309 [main] WARN  o.e.h.g.u.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
19:24:01.309 [main] WARN  o.e.h.g.u.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
19:24:01.309 [main] WARN  o.e.h.g.u.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
19:24:01.309 [main] WARN  o.e.h.g.u.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
19:24:01.309 [main] WARN  o.e.h.g.u.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
19:24:01.309 [main] WARN  o.e.h.g.u.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
19:24:01.309 [main] WARN  o.e.h.g.u.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
19:24:01.309 [main] WARN  o.e.h.g.u.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
19:24:01.309 [main] WARN  o.e.h.g.u.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
19:24:01.309 [main] WARN  o.e.h.g.u.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
19:24:01.309 [main] WARN  o.e.h.g.u.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
19:24:01.310 [main] WARN  o.e.h.g.u.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[]
19:24:01.310 [main] WARN  o.e.h.g.u.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
19:24:01.310 [main] WARN  o.e.h.g.u.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
19:24:01.310 [main] WARN  o.e.h.g.u.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
19:24:01.310 [main] WARN  o.e.h.g.u.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
19:24:01.310 [main] WARN  o.e.h.g.u.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
19:24:01.310 [main] WARN  o.e.h.g.u.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
19:24:01.310 [main] WARN  o.e.h.g.u.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
19:24:01.310 [main] WARN  o.e.h.g.u.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
19:24:01.310 [main] WARN  o.e.h.g.u.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
19:24:01.310 [main] WARN  o.e.h.g.u.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
19:24:01.310 [main] WARN  o.e.h.g.u.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
19:24:01.310 [main] WARN  o.e.h.g.u.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
19:24:01.339 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~1 sec)
19:24:01.339 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:24:01.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:24:01.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:24:01.414 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:24:01.414 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:24:01.787 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:24:01 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_metamodels[OrientDB]}} Storage 'plocal:/tmp/junit6602523161529629911/test_metamodels[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit7525030605505125961/test_elephantResolve[OrientDB]
Dec 01, 2020 7:24:02 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_elephantResolve[OrientDB]}} Storage 'plocal:/tmp/junit7525030605505125961/test_elephantResolve[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:24:07.307 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:24:07.311 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:24:07.311 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory
19:24:07.311 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:24:07.311 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:24:07.311 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:24:07.312 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:24:07.312 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:24:07.312 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:24:07.312 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:24:07.312 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:24:07.313 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:24:07.313 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
19:24:07.707 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02)
19:24:07.707 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00)
19:24:07.707 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage)
19:24:07.707 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00)
19:24:07.707 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00)
19:24:07.707 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Standard(modelio://Modeliosoft.Standard/2.0.00)
Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store
19:24:07.707 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:24:07.707 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:24:07.730 [main] WARN  o.e.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
19:24:08.584 [main] WARN  o.e.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)]
19:24:08.769 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
19:24:08.769 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
19:24:08.769 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
19:24:08.803 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
19:24:08.829 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00
19:24:08.830 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
19:24:08.830 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
19:24:09.171 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
19:24:09.171 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
19:24:09.171 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
19:24:09.746 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
19:24:09.747 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
19:24:09.771 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~2 sec)
19:24:09.771 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:24:10.754 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit7525030605505125961/:org.eclipse.hawk.localfolder.LocalFolder:false
19:24:10.758 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:24:10.758 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:24:11.540 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:24:11.541 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:24:11.541 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:24:11.557 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml...
19:24:11.559 [pool-16-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:11.559 [pool-16-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:11.559 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:24:12.560 [pool-16-thread-1] DEBUG o.e.h.g.u.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)]
19:24:13.323 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
19:24:13.323 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
19:24:13.963 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:24:13.963 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml.
2s408ms [pure insertion]
marking any relevant derived attributes for update...19:24:13.964 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:13.964 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:13.964 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:24:13.964 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:24:13.971 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total)
19:24:13.979 [pool-16-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 2 proxy ref lists left after resolving 2 refs
19:24:13.979 [pool-16-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.015s
attempting to resolve any uninitialized derived attributes...
19:24:13.979 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:24:13.979 [pool-16-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:24:13.979 [pool-16-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:24:13.979 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s15ms [proxy update]
19:24:13.979 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:24:13.980 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:24:13.980 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 222 ms
19:24:13.983 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:24:15.158 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:24:15.159 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:24:15.159 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:24:15.164 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
19:24:15.164 [pool-16-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:15.164 [pool-16-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:15.164 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
19:24:15.165 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
19:24:15.333 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
19:24:15.333 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
19:24:15.349 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
19:24:15.350 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml.
0s186ms [pure insertion]
marking any relevant derived attributes for update...19:24:15.350 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:15.350 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:15.354 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
19:24:15.354 [pool-16-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:15.354 [pool-16-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:15.354 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
19:24:15.355 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
19:24:15.436 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec)
19:24:15.436 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
19:24:15.439 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
19:24:15.439 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml.
0s85ms [pure insertion]
marking any relevant derived attributes for update...19:24:15.439 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:15.439 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:15.439 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:24:15.439 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:24:15.546 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/17 proxy references (0 sec total)
19:24:15.618 [pool-16-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 5 proxy ref lists left after resolving 12 refs
19:24:15.618 [pool-16-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.179s
attempting to resolve any uninitialized derived attributes...
19:24:15.618 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:24:15.618 [pool-16-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:24:15.618 [pool-16-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:24:15.618 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s179ms [proxy update]
19:24:15.618 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:24:15.619 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:24:15.620 [pool-16-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 636 ms
19:24:15.621 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:24:15.621 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit7525030605505125961/:org.eclipse.hawk.localfolder.LocalFolder:false
19:24:15.624 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:24:15.624 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:24:16.132 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:24:16 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_elephantResolve[OrientDB]}} Storage 'plocal:/tmp/junit7525030605505125961/test_elephantResolve[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit372888982894766972/test_zoo[OrientDB]
Dec 01, 2020 7:24:17 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit372888982894766972/test_zoo[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:24:22.091 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:24:22.093 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:24:22.093 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory
19:24:22.093 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:24:22.093 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:24:22.093 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:24:22.093 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:24:22.093 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:24:22.094 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:24:22.094 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:24:22.094 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:24:22.094 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:24:22.094 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store
19:24:22.146 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:24:22.146 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:24:22.211 [main] WARN  o.e.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
19:24:23.279 [main] WARN  o.e.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)]
19:24:23.512 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
19:24:23.512 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
19:24:23.512 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
19:24:23.562 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
19:24:23.639 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00
19:24:23.639 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
19:24:23.639 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
19:24:23.933 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
19:24:23.933 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
19:24:23.934 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
19:24:24.345 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
19:24:24.345 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
19:24:24.463 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~2 sec)
19:24:24.464 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:24:24.707 [main] INFO  o.e.h.c.r.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
19:24:24.711 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:24:24.711 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:24:25.028 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:24:25.035 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 10/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.035 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 20/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.036 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 30/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.037 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 40/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.037 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 50/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.038 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 60/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.039 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 70/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.039 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 80/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.040 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 90/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.040 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 100/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.041 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 110/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.041 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 120/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.042 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 130/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.043 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 140/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.043 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 150/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.044 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 160/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.044 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 170/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.045 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 180/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.045 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 190/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.046 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 200/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.106 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 210/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.107 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 220/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.107 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 230/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.108 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 240/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.108 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 250/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.109 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 260/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.109 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 270/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.110 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 280/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.110 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 290/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.110 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 300/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:25.111 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:24:25.111 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:24:25.111 [pool-17-thread-1] INFO  o.e.h.c.r.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)
19:24:25.114 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml...
19:24:25.115 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:25.115 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:25.115 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:24:26.083 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml
set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)]
19:24:26.892 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:24:26.892 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml
19:24:27.429 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.429 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml.
2s315ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.429 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.429 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.431 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml...
19:24:27.431 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.431 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.431 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml...
19:24:27.432 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml
19:24:27.435 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:27.435 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml
19:24:27.435 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.435 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.435 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.435 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.437 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml...
19:24:27.437 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.437 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.437 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml...
19:24:27.462 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml
19:24:27.475 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec)
19:24:27.475 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml
19:24:27.477 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.477 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml.
0s40ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.477 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.477 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.478 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml...
19:24:27.478 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.478 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.478 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml...
19:24:27.479 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml
19:24:27.481 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:27.481 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml
19:24:27.482 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.482 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.482 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.482 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.482 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml...
19:24:27.482 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.482 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.483 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml...
19:24:27.483 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml
19:24:27.484 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:24:27.485 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml
19:24:27.506 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.506 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml.
0s24ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.506 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.506 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.507 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml...
19:24:27.508 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.508 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.508 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml...
19:24:27.512 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml
19:24:27.515 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:27.515 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml
19:24:27.516 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.516 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.516 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.516 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.517 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml...
19:24:27.517 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.517 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.517 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml...
19:24:27.517 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml
19:24:27.520 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:27.520 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml
19:24:27.521 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.521 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.521 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.521 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.522 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml...
19:24:27.522 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.522 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.522 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml...
19:24:27.523 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml
19:24:27.525 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:27.525 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml
19:24:27.526 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.526 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.526 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.526 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.527 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml...
19:24:27.527 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.527 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.527 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml...
19:24:27.528 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml
19:24:27.535 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
19:24:27.535 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml
19:24:27.608 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
19:24:27.608 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml.
0s81ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.608 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.608 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.610 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml...
19:24:27.611 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.611 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.611 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml...
19:24:27.611 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml
19:24:27.621 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~20sec)
19:24:27.621 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml
19:24:27.628 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
19:24:27.628 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml.
0s18ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.628 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:24:27.629 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:24:27.632 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
19:24:27.632 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.632 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.632 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
19:24:27.633 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
19:24:27.725 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
19:24:27.726 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
19:24:27.736 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
19:24:27.736 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml.
0s104ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.736 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.736 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.737 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml...
19:24:27.737 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.737 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.737 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml...
19:24:27.737 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml
19:24:27.739 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:27.739 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml
19:24:27.740 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.740 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.740 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.740 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.741 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml...
19:24:27.741 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.741 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.741 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml...
19:24:27.741 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml
19:24:27.743 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:27.743 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml
19:24:27.743 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.743 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.743 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.743 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.744 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml...
19:24:27.744 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.744 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.744 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml...
19:24:27.744 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml
19:24:27.746 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:27.746 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml
19:24:27.747 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.747 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.747 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.747 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.747 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml...
19:24:27.748 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.748 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.748 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml...
19:24:27.748 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml
19:24:27.750 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:27.750 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml
19:24:27.750 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.750 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.750 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.750 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.751 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml...
19:24:27.751 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.751 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.751 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml...
19:24:27.752 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml
19:24:27.754 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:27.754 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml
19:24:27.754 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.754 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.754 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.754 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.755 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml...
19:24:27.755 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.755 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.755 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml...
19:24:27.755 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml
19:24:27.757 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:27.757 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml
19:24:27.758 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.758 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.758 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.758 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.758 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml...
19:24:27.758 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.758 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.758 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml...
19:24:27.759 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml
19:24:27.806 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:27.806 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml
19:24:27.807 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.807 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml.
0s49ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.807 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.807 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.807 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml...
19:24:27.808 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.808 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.808 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml...
19:24:27.808 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml
19:24:27.810 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:27.810 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml
19:24:27.810 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.810 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.810 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.810 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.811 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml...
19:24:27.811 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.811 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.811 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml...
19:24:27.811 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml
19:24:27.814 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:27.814 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml
19:24:27.814 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.814 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.814 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.814 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.815 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml...
19:24:27.815 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.815 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.815 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml...
19:24:27.815 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml
19:24:27.817 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:27.817 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml
19:24:27.817 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.817 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:27.817 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.817 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.818 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml...
19:24:27.818 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.818 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.818 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml...
19:24:27.818 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml
19:24:27.820 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:27.820 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml
19:24:27.821 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.821 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:27.821 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.821 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.821 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml...
19:24:27.821 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.821 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.821 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml...
19:24:27.822 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml
19:24:27.824 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:27.824 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml
19:24:27.824 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.824 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.824 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.824 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.825 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml...
19:24:27.825 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.825 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.825 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml...
19:24:27.825 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml
19:24:27.827 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:27.827 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml
19:24:27.828 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.828 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:27.828 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.828 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.829 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml...
19:24:27.829 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.829 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.829 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml...
19:24:27.829 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml
19:24:27.881 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:24:27.882 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml
19:24:27.882 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.882 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml.
0s53ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.882 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.882 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.883 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml...
19:24:27.883 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.883 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.883 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml...
19:24:27.883 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml
19:24:27.885 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:27.885 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml
19:24:27.886 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:27.886 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:27.886 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:27.886 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:27.887 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml...
19:24:27.887 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:27.887 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:27.887 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml...
19:24:27.888 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml
19:24:28.537 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
19:24:28.537 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml
19:24:28.538 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.538 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml.
0s651ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.538 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.538 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.539 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml...
19:24:28.540 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.540 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.540 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml...
19:24:28.540 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml
19:24:28.543 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:28.544 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml
19:24:28.544 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.544 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.544 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.544 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.545 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml...
19:24:28.545 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.545 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.545 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml...
19:24:28.546 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml
19:24:28.580 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:28.581 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml
19:24:28.581 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.581 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml.
0s36ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.581 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.581 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.582 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml...
19:24:28.583 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.583 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.583 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml...
19:24:28.583 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml
19:24:28.587 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
19:24:28.587 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml
19:24:28.591 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:24:28.591 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.591 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.591 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.592 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml...
19:24:28.592 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.592 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.592 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml...
19:24:28.593 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml
19:24:28.598 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
19:24:28.598 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml
19:24:28.605 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:24:28.605 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml.
0s13ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.605 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.605 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.606 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml...
19:24:28.606 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.606 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.606 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml...
19:24:28.607 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml
19:24:28.631 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:28.631 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml
19:24:28.632 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.632 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml.
0s26ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.632 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.632 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.633 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml...
19:24:28.633 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.633 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.633 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml...
19:24:28.634 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml
19:24:28.638 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
19:24:28.638 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml
19:24:28.643 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:24:28.643 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.643 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.643 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.644 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml...
19:24:28.644 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.644 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.644 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml...
19:24:28.644 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml
19:24:28.648 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:28.648 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml
19:24:28.648 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.648 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.648 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.648 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.649 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml...
19:24:28.649 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.649 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.649 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml...
19:24:28.650 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml
19:24:28.653 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:28.653 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml
19:24:28.654 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.654 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.654 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.654 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.655 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml...
19:24:28.655 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.655 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.655 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml...
19:24:28.655 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml
19:24:28.681 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:24:28.681 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml
19:24:28.682 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.682 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml.
0s27ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.682 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.682 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.683 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml...
19:24:28.683 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.683 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.683 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml...
19:24:28.683 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml
19:24:28.687 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:28.687 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml
19:24:28.688 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:28.688 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.689 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.689 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.689 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml...
19:24:28.689 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.689 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.690 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml...
19:24:28.690 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml
19:24:28.732 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:28.732 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml
19:24:28.733 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.733 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml.
0s44ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.733 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.733 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.735 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml...
19:24:28.735 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.735 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.735 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml...
19:24:28.735 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml
19:24:28.738 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:28.738 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml
19:24:28.742 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.742 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.742 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.742 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.743 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml...
19:24:28.743 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.743 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.743 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml...
19:24:28.743 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml
19:24:28.746 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:28.746 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml
19:24:28.746 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.746 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.746 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.746 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.747 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml...
19:24:28.747 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.747 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.747 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml...
19:24:28.747 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml
19:24:28.749 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:28.749 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml
19:24:28.750 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.750 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.750 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.750 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.751 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml...
19:24:28.751 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.751 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.751 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml...
19:24:28.751 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml
19:24:28.754 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:28.754 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml
19:24:28.754 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.754 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.754 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.754 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.755 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml...
19:24:28.755 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.755 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.755 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml...
19:24:28.755 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml
19:24:28.783 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:28.783 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml
19:24:28.783 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.784 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml.
0s29ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.784 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.784 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.784 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml...
19:24:28.784 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.784 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.784 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml...
19:24:28.785 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml
19:24:28.789 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:28.789 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml
19:24:28.789 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.789 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.789 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.789 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.790 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml...
19:24:28.790 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.790 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.790 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml...
19:24:28.791 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml
19:24:28.815 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
19:24:28.815 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml
19:24:28.822 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:24:28.822 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml.
0s32ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.822 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.822 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.823 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml...
19:24:28.823 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.823 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.823 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml...
19:24:28.832 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml
19:24:28.835 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:28.835 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml
19:24:28.836 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.836 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml.
0s13ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.836 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.836 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.838 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml...
19:24:28.838 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.838 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.838 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml...
19:24:28.838 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml
19:24:28.844 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
19:24:28.844 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml
19:24:28.845 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:24:28.845 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.845 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.846 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.847 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml...
19:24:28.847 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.847 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.847 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml...
19:24:28.847 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml
19:24:28.850 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:28.850 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml
19:24:28.850 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.850 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.850 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:24:28.851 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:24:28.851 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml...
19:24:28.851 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.851 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.851 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml...
19:24:28.852 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml
19:24:28.855 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
19:24:28.855 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml
19:24:28.856 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:24:28.856 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.856 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:24:28.857 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:24:28.857 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml...
19:24:28.857 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.857 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.857 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml...
19:24:28.858 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml
19:24:28.907 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:28.907 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml
19:24:28.907 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.907 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml.
0s51ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.908 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.908 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.909 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml...
19:24:28.909 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.909 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.909 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml...
19:24:28.909 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml
19:24:28.911 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:28.911 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml
19:24:28.911 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.912 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.912 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.912 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.912 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml...
19:24:28.912 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.912 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.912 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml...
19:24:28.913 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml
19:24:28.914 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:24:28.914 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml
19:24:28.915 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.915 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.915 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.915 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.917 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml...
19:24:28.917 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.917 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.917 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml...
19:24:28.917 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml
19:24:28.922 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
19:24:28.922 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml
19:24:28.923 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.923 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.923 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.923 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.924 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml...
19:24:28.924 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.924 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.924 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml...
19:24:28.925 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml
19:24:28.929 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:28.929 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml
19:24:28.930 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:28.930 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...19:24:28.930 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:28.930 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:28.931 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml...
19:24:28.931 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:28.931 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:28.931 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml...
19:24:28.932 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml
19:24:29.006 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:29.006 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml
19:24:29.007 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:29.007 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml.
0s76ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.007 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.007 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.008 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml...
19:24:29.008 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.009 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.009 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml...
19:24:29.009 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml
19:24:29.036 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:29.036 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml
19:24:29.037 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:29.037 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml.
0s29ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.037 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.037 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.038 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml...
19:24:29.038 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.038 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.038 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml...
19:24:29.039 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml
19:24:29.041 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:29.041 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml
19:24:29.042 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:29.042 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.042 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.042 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.043 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml...
19:24:29.043 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.043 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.043 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml...
19:24:29.044 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml
19:24:29.046 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.046 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml
19:24:29.047 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.047 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.047 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.047 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.047 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml...
19:24:29.047 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.047 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.047 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml...
19:24:29.048 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml
19:24:29.050 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.050 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml
19:24:29.050 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.050 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.050 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.050 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.051 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml...
19:24:29.051 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.051 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.051 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml...
19:24:29.052 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml
19:24:29.054 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.054 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml
19:24:29.054 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.054 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.054 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:24:29.055 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:24:29.056 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml...
19:24:29.056 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.056 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.056 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml...
19:24:29.057 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml
19:24:29.059 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.059 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml
19:24:29.060 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.060 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.060 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.060 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.061 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml...
19:24:29.061 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.061 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.061 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml...
19:24:29.061 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml
19:24:29.086 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.086 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml
19:24:29.086 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.086 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml.
0s25ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.086 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.086 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.087 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml...
19:24:29.087 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.087 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.087 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml...
19:24:29.088 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml
19:24:29.090 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.090 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml
19:24:29.090 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.090 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.090 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.090 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.091 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml...
19:24:29.091 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.091 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.091 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml...
19:24:29.091 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml
19:24:29.094 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:29.094 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml
19:24:29.095 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:29.095 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.095 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.095 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.095 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml...
19:24:29.095 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.095 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.095 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml...
19:24:29.096 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml
19:24:29.110 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:24:29.110 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml
19:24:29.110 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.110 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml.
0s15ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.110 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.110 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.111 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml...
19:24:29.111 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.111 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.111 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml...
19:24:29.143 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml
19:24:29.146 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.146 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml
19:24:29.147 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.147 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml.
0s36ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.147 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.147 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.149 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml...
19:24:29.149 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.149 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.149 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml...
19:24:29.149 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml
19:24:29.168 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 8 NODES AND 8 M->MM REFERENCES! (took ~27sec)
19:24:29.168 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml
19:24:29.213 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec)
19:24:29.213 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml.
0s65ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.214 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.214 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.215 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml...
19:24:29.215 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.215 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.215 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml...
19:24:29.215 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml
19:24:29.219 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.219 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml
19:24:29.219 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.219 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.219 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.219 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.220 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml...
19:24:29.220 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.220 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.220 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml...
19:24:29.220 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml
19:24:29.224 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.224 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml
19:24:29.225 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.225 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.225 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.225 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.226 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml...
19:24:29.226 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.226 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.226 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml...
19:24:29.226 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml
19:24:29.262 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.262 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml
19:24:29.262 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.262 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml.
0s36ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.262 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:24:29.263 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:24:29.263 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml...
19:24:29.264 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.264 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.264 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml...
19:24:29.264 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml
19:24:29.267 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.267 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml
19:24:29.267 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.267 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.267 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.267 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.268 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml...
19:24:29.268 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.268 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.268 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml...
19:24:29.268 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml
19:24:29.271 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:29.271 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml
19:24:29.272 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:29.306 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml.
0s38ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.306 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.306 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.307 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml...
19:24:29.307 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.307 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.307 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml...
19:24:29.307 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml
19:24:29.321 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.321 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml
19:24:29.322 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.322 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml.
0s15ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.322 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.322 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.323 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml...
19:24:29.323 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.323 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.323 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml...
19:24:29.324 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml
19:24:29.326 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.326 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml
19:24:29.327 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.327 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.327 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.327 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.328 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml...
19:24:29.328 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.328 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.328 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml...
19:24:29.329 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml
19:24:29.331 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.331 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml
19:24:29.338 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.338 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.338 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.338 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.338 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml...
19:24:29.339 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.339 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.339 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml...
19:24:29.339 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml
19:24:29.341 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.341 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml
19:24:29.341 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.341 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.341 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:24:29.342 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:24:29.343 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml...
19:24:29.344 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.344 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.344 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml...
19:24:29.348 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml
19:24:29.410 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~5sec)
19:24:29.410 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml
19:24:29.430 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.430 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml.
0s87ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.430 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.430 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.432 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml...
19:24:29.432 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.432 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.432 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml...
19:24:29.433 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml
19:24:29.435 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:24:29.435 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml
19:24:29.435 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.436 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.436 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.436 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.438 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml...
19:24:29.438 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.439 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.439 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml...
19:24:29.439 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml
19:24:29.454 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 NODES AND 23 M->MM REFERENCES! (took ~69sec)
19:24:29.454 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml
19:24:29.513 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec)
19:24:29.513 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml.
0s75ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.513 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.513 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.514 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml...
19:24:29.515 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.515 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.515 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml...
19:24:29.515 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml
19:24:29.518 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.518 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml
19:24:29.518 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.518 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.518 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.518 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.519 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml...
19:24:29.520 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.520 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.520 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml...
19:24:29.520 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml
19:24:29.524 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.524 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml
19:24:29.525 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.525 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.525 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.525 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.526 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml...
19:24:29.526 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.526 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.526 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml...
19:24:29.527 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml
19:24:29.608 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:24:29.608 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml
19:24:29.609 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.609 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml.
0s83ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.609 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.609 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.610 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml...
19:24:29.610 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.610 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.610 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml...
19:24:29.611 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml
19:24:29.617 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
19:24:29.617 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml
19:24:29.618 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:24:29.618 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.618 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:24:29.619 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:24:29.619 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml...
19:24:29.619 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.620 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.620 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml...
19:24:29.620 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml
19:24:29.626 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.626 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml
19:24:29.627 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.627 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.627 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.627 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.628 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml...
19:24:29.628 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.628 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.628 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml...
19:24:29.629 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml
19:24:29.633 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
19:24:29.633 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml
19:24:29.657 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:29.657 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml.
0s29ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.658 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.658 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.708 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml...
19:24:29.708 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.708 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.708 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml...
19:24:29.709 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml
19:24:29.712 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.712 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml
19:24:29.735 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.735 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml.
0s27ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.735 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:24:29.736 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:24:29.737 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml...
19:24:29.737 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.737 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.737 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml...
19:24:29.806 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml
19:24:29.812 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
19:24:29.812 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml
19:24:29.814 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
19:24:29.814 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml.
0s77ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.814 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.814 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.815 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml...
19:24:29.815 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.815 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.815 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml...
19:24:29.815 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml
19:24:29.819 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
19:24:29.819 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml
19:24:29.820 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:24:29.820 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.820 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.820 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.820 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml...
19:24:29.820 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.821 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.821 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml...
19:24:29.821 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml
19:24:29.823 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.823 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml
19:24:29.823 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.823 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.823 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.823 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.824 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml...
19:24:29.824 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.824 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.824 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml...
19:24:29.824 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml
19:24:29.826 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.826 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml
19:24:29.826 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.826 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:29.826 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.826 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.827 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml...
19:24:29.827 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.827 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.827 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml...
19:24:29.827 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml
19:24:29.829 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.829 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml
19:24:29.829 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.829 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.829 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.829 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.830 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml...
19:24:29.830 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.830 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.830 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml...
19:24:29.830 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml
19:24:29.832 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.832 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml
19:24:29.832 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.832 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.832 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.832 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.833 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml...
19:24:29.833 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.833 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.833 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml...
19:24:29.833 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml
19:24:29.844 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:24:29.844 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml
19:24:29.844 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.844 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.844 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.844 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.845 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml...
19:24:29.845 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.845 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.845 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml...
19:24:29.859 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml
19:24:29.907 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.907 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml
19:24:29.907 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.907 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml.
0s62ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.907 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.907 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.909 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml...
19:24:29.909 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.909 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.909 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml...
19:24:29.909 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml
19:24:29.917 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
19:24:29.917 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml
19:24:29.923 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
19:24:29.923 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml.
0s14ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.923 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.923 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.924 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml...
19:24:29.924 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.924 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.924 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml...
19:24:29.924 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml
19:24:29.977 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:29.977 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml
19:24:29.977 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:29.977 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml.
0s54ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.978 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.978 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.978 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
19:24:29.978 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.978 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.978 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
19:24:29.979 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
19:24:29.996 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec)
19:24:29.996 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
19:24:29.998 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
19:24:29.998 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml.
0s20ms [pure insertion]
marking any relevant derived attributes for update...19:24:29.998 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:29.998 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:29.999 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml...
19:24:29.999 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:29.999 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:29.999 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml...
19:24:29.999 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml
19:24:30.027 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
19:24:30.027 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml
19:24:30.028 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:24:30.028 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml.
0s29ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.028 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.028 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.029 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml...
19:24:30.029 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.029 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.029 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml...
19:24:30.029 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml
19:24:30.031 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.031 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml
19:24:30.031 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.031 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.031 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.031 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.032 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml...
19:24:30.032 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.032 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.032 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml...
19:24:30.032 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml
19:24:30.041 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:24:30.041 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml
19:24:30.042 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.042 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.042 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.042 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.042 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 100/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (4 sec, 4 sec total)
19:24:30.043 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml...
19:24:30.043 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.043 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.043 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml...
19:24:30.043 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml
19:24:30.045 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.045 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml
19:24:30.045 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.045 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:30.045 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.045 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.045 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml...
19:24:30.045 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.046 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.046 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml...
19:24:30.046 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml
19:24:30.047 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.047 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml
19:24:30.048 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.048 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.048 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.048 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.049 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml...
19:24:30.049 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.049 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.049 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml...
19:24:30.049 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml
19:24:30.050 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.051 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml
19:24:30.063 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.063 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml.
0s14ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.063 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.063 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.064 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml...
19:24:30.064 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.064 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.064 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml...
19:24:30.064 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml
19:24:30.107 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.107 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml
19:24:30.107 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.107 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml.
0s44ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.108 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.108 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.108 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml...
19:24:30.108 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.108 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.108 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml...
19:24:30.128 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml
19:24:30.130 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.130 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml
19:24:30.130 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.130 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml.
0s22ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.130 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.130 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.131 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml...
19:24:30.131 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.131 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.131 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml...
19:24:30.131 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml
19:24:30.141 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:24:30.141 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml
19:24:30.142 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.142 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.142 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.142 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.143 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml...
19:24:30.143 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.143 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.143 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml...
19:24:30.143 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml
19:24:30.145 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.145 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml
19:24:30.145 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.145 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:30.145 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.145 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.146 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml...
19:24:30.146 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.146 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.146 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml...
19:24:30.146 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml
19:24:30.148 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.148 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml
19:24:30.148 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.148 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:30.148 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.148 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.149 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml...
19:24:30.149 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.149 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.149 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml...
19:24:30.149 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml
19:24:30.159 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:24:30.159 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml
19:24:30.159 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.159 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.159 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.159 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.160 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml...
19:24:30.160 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.160 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.160 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml...
19:24:30.160 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml
19:24:30.207 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.207 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml
19:24:30.228 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.228 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml.
0s68ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.228 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.228 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.229 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml...
19:24:30.229 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.229 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.229 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml...
19:24:30.229 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml
19:24:30.255 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.255 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml
19:24:30.255 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.255 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml.
0s26ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.255 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.255 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.256 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml...
19:24:30.256 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.256 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.256 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml...
19:24:30.256 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml
19:24:30.258 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.258 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml
19:24:30.258 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.258 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:30.258 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.258 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.259 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml...
19:24:30.259 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.259 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.259 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml...
19:24:30.259 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml
19:24:30.261 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:30.261 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml
19:24:30.262 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:30.262 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.262 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.262 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.262 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml...
19:24:30.262 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.263 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.263 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml...
19:24:30.263 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml
19:24:30.264 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.264 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml
19:24:30.265 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.265 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:30.265 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.265 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.265 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml...
19:24:30.265 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.265 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.265 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml...
19:24:30.266 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml
19:24:30.267 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.267 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml
19:24:30.268 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.268 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.268 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.268 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.268 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml...
19:24:30.268 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.268 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.268 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml...
19:24:30.268 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml
19:24:30.270 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.270 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml
19:24:30.270 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.270 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.270 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.270 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.271 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml...
19:24:30.271 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.271 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.271 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml...
19:24:30.271 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml
19:24:30.273 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.273 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml
19:24:30.273 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.273 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.273 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.273 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.274 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml...
19:24:30.274 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.274 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.274 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml...
19:24:30.274 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml
19:24:30.307 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.307 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml
19:24:30.307 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.307 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml.
0s33ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.307 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.307 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.308 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml...
19:24:30.308 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.308 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.308 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml...
19:24:30.308 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml
19:24:30.315 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec)
19:24:30.315 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml
19:24:30.347 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
19:24:30.347 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml.
0s39ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.347 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.347 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.348 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml...
19:24:30.348 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.348 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.348 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml...
19:24:30.348 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml
19:24:30.350 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.350 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml
19:24:30.350 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.350 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.350 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.350 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.351 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml...
19:24:30.351 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.351 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.351 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml...
19:24:30.351 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml
19:24:30.353 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.353 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml
19:24:30.353 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.353 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.353 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.353 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.354 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml...
19:24:30.354 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.354 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.354 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml...
19:24:30.354 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml
19:24:30.356 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.356 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml
19:24:30.356 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.356 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.356 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.356 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.357 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml...
19:24:30.357 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.357 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.357 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml...
19:24:30.358 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml
19:24:30.365 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
19:24:30.365 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml
19:24:30.371 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
19:24:30.371 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml.
0s14ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.371 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.371 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.406 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml...
19:24:30.406 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.407 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.407 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml...
19:24:30.424 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml
19:24:30.426 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.426 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml
19:24:30.427 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.427 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml.
0s21ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.427 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.427 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.428 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml...
19:24:30.428 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.428 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.428 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml...
19:24:30.428 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml
19:24:30.430 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.430 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml
19:24:30.430 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.430 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:30.430 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.430 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.431 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml...
19:24:30.431 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.431 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.431 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml...
19:24:30.432 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml
19:24:30.438 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~36sec)
19:24:30.438 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml
19:24:30.443 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec)
19:24:30.443 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.443 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.443 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.444 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml...
19:24:30.444 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.444 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.444 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml...
19:24:30.444 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml
19:24:30.446 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.446 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml
19:24:30.446 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.446 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:30.446 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.446 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.447 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml...
19:24:30.447 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.447 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.447 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml...
19:24:30.447 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml
19:24:30.481 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.481 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml
19:24:30.506 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.506 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml.
0s59ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.506 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.506 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.507 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml...
19:24:30.507 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.507 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.507 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml...
19:24:30.508 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml
19:24:30.509 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.509 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml
19:24:30.510 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.510 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.510 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.510 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.510 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml...
19:24:30.510 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.510 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.510 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml...
19:24:30.511 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml
19:24:30.512 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.512 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml
19:24:30.513 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.513 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.513 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.513 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.513 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml...
19:24:30.513 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.513 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.513 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml...
19:24:30.514 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml
19:24:30.515 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.515 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml
19:24:30.516 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.516 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.516 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.516 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.517 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml...
19:24:30.517 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.517 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.517 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml...
19:24:30.517 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml
19:24:30.527 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:24:30.527 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml
19:24:30.527 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.528 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.528 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.528 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.528 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml...
19:24:30.528 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.528 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.528 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml...
19:24:30.529 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml
19:24:30.531 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.531 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml
19:24:30.531 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.531 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:30.531 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.531 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.531 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml...
19:24:30.531 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.532 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.532 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml...
19:24:30.532 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml
19:24:30.606 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.606 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml
19:24:30.606 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.606 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml.
0s75ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.607 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:24:30.607 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:24:30.607 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml...
19:24:30.608 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.608 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.608 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml...
19:24:30.608 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml
19:24:30.627 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
19:24:30.627 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml
19:24:30.628 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:24:30.628 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml.
0s21ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.628 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:24:30.629 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:24:30.630 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml...
19:24:30.630 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.630 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.630 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml...
19:24:30.631 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml
19:24:30.637 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
19:24:30.637 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml
19:24:30.641 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
19:24:30.641 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.641 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:24:30.642 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:24:30.642 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml...
19:24:30.642 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.642 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.643 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml...
19:24:30.643 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml
19:24:30.645 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.645 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml
19:24:30.645 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.645 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.645 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.645 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.646 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml...
19:24:30.646 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.646 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.646 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml...
19:24:30.646 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml
19:24:30.648 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.648 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml
19:24:30.648 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.648 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.648 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.648 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.649 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml...
19:24:30.649 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.649 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.649 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml...
19:24:30.649 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml
19:24:30.651 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.651 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml
19:24:30.651 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.651 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:30.651 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.651 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.652 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml...
19:24:30.652 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.652 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.652 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml...
19:24:30.706 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml
19:24:30.708 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:24:30.708 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml
19:24:30.708 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.708 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml.
0s56ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.708 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.708 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.709 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml...
19:24:30.709 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.709 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.709 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml...
19:24:30.710 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml
19:24:30.711 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.711 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml
19:24:30.711 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.712 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.712 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.712 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.712 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml...
19:24:30.712 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.712 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.712 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml...
19:24:30.713 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml
19:24:30.714 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.714 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml
19:24:30.715 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.715 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.715 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.715 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.715 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml...
19:24:30.715 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.715 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.715 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml...
19:24:30.716 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml
19:24:30.717 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.717 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml
19:24:30.717 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.717 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:30.717 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.717 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.718 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml...
19:24:30.718 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.718 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.718 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml...
19:24:30.718 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml
19:24:30.720 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.720 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml
19:24:30.720 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.720 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:30.720 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.720 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.721 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml...
19:24:30.721 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.721 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.721 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml...
19:24:30.721 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml
19:24:30.723 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:30.724 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml
19:24:30.724 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:30.724 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.724 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.724 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.725 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml...
19:24:30.725 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.725 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.725 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml...
19:24:30.725 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml
19:24:30.727 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.727 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml
19:24:30.727 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.727 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:30.727 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.727 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.728 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml...
19:24:30.728 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.728 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.728 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml...
19:24:30.728 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml
19:24:30.731 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
19:24:30.731 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml
19:24:30.731 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:24:30.731 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.732 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.732 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.732 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml...
19:24:30.732 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.732 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.732 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml...
19:24:30.759 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml
19:24:30.761 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.761 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml
19:24:30.761 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.761 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml.
0s29ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.761 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.761 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.762 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml...
19:24:30.762 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.762 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.762 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml...
19:24:30.763 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml
19:24:30.806 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:30.806 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml
19:24:30.809 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:30.809 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml.
0s48ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.810 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.810 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.810 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml...
19:24:30.810 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.810 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.810 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml...
19:24:30.811 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml
19:24:30.813 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:30.813 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml
19:24:30.814 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:30.814 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.814 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.814 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.815 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml...
19:24:30.815 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.815 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.815 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml...
19:24:30.815 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml
19:24:30.817 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.817 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml
19:24:30.818 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.818 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.818 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.818 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.818 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml...
19:24:30.818 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.818 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.818 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml...
19:24:30.819 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml
19:24:30.820 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.820 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml
19:24:30.821 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.821 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.821 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.821 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.821 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml...
19:24:30.821 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.822 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.822 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml...
19:24:30.822 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml
19:24:30.824 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.824 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml
19:24:30.824 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.824 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.824 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.824 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.825 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml...
19:24:30.825 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.825 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.825 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml...
19:24:30.825 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml
19:24:30.827 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:30.827 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml
19:24:30.828 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:30.828 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.828 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.828 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.828 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml...
19:24:30.829 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.829 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.829 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml...
19:24:30.829 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml
19:24:30.831 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.831 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml
19:24:30.831 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.831 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.831 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.831 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.832 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml...
19:24:30.832 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.832 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.832 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml...
19:24:30.832 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml
19:24:30.835 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
19:24:30.835 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml
19:24:30.836 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:24:30.836 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.836 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.836 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.836 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml...
19:24:30.836 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.836 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.836 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml...
19:24:30.837 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml
19:24:30.861 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:24:30.861 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml
19:24:30.861 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.861 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml.
0s25ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.861 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.861 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.862 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml...
19:24:30.862 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.862 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.862 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml...
19:24:30.927 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml
19:24:30.929 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.929 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml
19:24:30.929 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.929 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml.
0s67ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.929 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.929 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.930 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml...
19:24:30.930 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.930 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.930 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml...
19:24:30.930 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml
19:24:30.932 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
19:24:30.932 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml
19:24:30.933 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:30.933 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.933 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.933 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.933 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml...
19:24:30.934 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.934 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.934 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml...
19:24:30.934 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml
19:24:30.935 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.935 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml
19:24:30.936 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.936 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.936 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.936 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.936 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml...
19:24:30.936 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.936 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.936 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml...
19:24:30.937 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml
19:24:30.938 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.938 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml
19:24:30.939 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.939 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.939 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.939 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.940 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml...
19:24:30.940 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.940 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.940 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml...
19:24:30.940 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml
19:24:30.943 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
19:24:30.943 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml
19:24:30.944 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:24:30.944 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.944 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.944 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.945 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml...
19:24:30.945 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.945 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.945 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml...
19:24:30.945 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml
19:24:30.947 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.947 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml
19:24:30.947 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.947 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:30.947 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.947 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.948 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml...
19:24:30.948 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.948 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.948 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml...
19:24:30.948 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml
19:24:30.950 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.950 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml
19:24:30.950 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:30.950 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:30.950 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:30.950 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:30.950 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml...
19:24:30.951 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:30.951 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:30.951 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml...
19:24:30.951 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml
19:24:30.952 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:30.952 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml
19:24:31.045 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.045 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml.
0s95ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.045 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.045 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.046 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml...
19:24:31.046 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.046 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.047 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml...
19:24:31.047 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml
19:24:31.054 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
19:24:31.054 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml
19:24:31.055 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:31.055 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.055 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.055 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.056 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml...
19:24:31.056 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.056 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.056 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml...
19:24:31.056 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml
19:24:31.059 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.059 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml
19:24:31.059 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.059 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.059 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.059 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.060 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml...
19:24:31.060 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.060 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.060 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml...
19:24:31.061 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml
19:24:31.064 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
19:24:31.064 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml
19:24:31.064 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:31.064 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.065 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.065 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.065 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml...
19:24:31.065 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.065 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.065 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml...
19:24:31.066 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml
19:24:31.068 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.068 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml
19:24:31.068 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.068 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.068 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.068 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.069 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml...
19:24:31.069 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.069 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.069 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml...
19:24:31.070 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml
19:24:31.098 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
19:24:31.098 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml
19:24:31.098 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.098 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml.
0s29ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.098 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.098 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.099 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml...
19:24:31.099 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.099 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.099 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml...
19:24:31.100 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml
19:24:31.102 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.102 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml
19:24:31.102 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.102 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.102 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.102 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.103 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml...
19:24:31.103 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.103 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.103 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml...
19:24:31.104 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml
19:24:31.108 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
19:24:31.108 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml
19:24:31.110 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:24:31.110 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.110 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.110 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.110 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml...
19:24:31.111 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.111 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.111 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml...
19:24:31.111 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml
19:24:31.113 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.113 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml
19:24:31.113 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.113 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.114 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.114 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.115 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml...
19:24:31.115 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.115 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.115 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml...
19:24:31.115 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml
19:24:31.148 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
19:24:31.148 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml
19:24:31.155 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
19:24:31.155 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml.
0s40ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.155 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:24:31.156 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:24:31.156 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml...
19:24:31.156 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.156 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.156 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml...
19:24:31.157 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml
19:24:31.158 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.158 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml
19:24:31.159 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.159 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.159 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.159 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.159 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml...
19:24:31.159 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.159 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.159 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml...
19:24:31.160 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml
19:24:31.161 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.161 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml
19:24:31.162 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.162 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.162 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.162 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.162 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml...
19:24:31.162 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.163 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.163 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml...
19:24:31.206 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml
19:24:31.208 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
19:24:31.208 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml
19:24:31.211 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.211 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml.
0s49ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.211 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:24:31.212 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:24:31.212 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml...
19:24:31.212 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.212 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.212 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml...
19:24:31.213 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml
19:24:31.214 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.214 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml
19:24:31.214 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.214 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:31.214 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.215 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.215 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml...
19:24:31.215 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.215 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.215 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml...
19:24:31.215 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml
19:24:31.217 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:24:31.217 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml
19:24:31.217 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.217 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:31.217 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.217 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.217 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml...
19:24:31.218 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.218 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.218 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml...
19:24:31.218 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml
19:24:31.219 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.219 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml
19:24:31.220 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.220 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.220 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.220 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.220 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml...
19:24:31.220 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.220 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.220 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml...
19:24:31.220 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml
19:24:31.221 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:24:31.221 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml
19:24:31.222 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.222 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.222 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.222 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.222 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml...
19:24:31.222 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.223 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.223 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml...
19:24:31.223 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml
19:24:31.226 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
19:24:31.226 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml
19:24:31.227 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:24:31.227 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.227 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.227 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.228 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml...
19:24:31.228 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.228 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.228 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml...
19:24:31.228 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml
19:24:31.229 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:24:31.229 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml
19:24:31.230 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.230 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:31.230 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.230 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.230 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml...
19:24:31.230 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.230 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.230 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml...
19:24:31.231 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml
19:24:31.306 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:31.306 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml
19:24:31.307 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:31.307 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml.
0s77ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.307 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.307 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.308 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml...
19:24:31.308 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.308 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.308 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml...
19:24:31.308 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml
19:24:31.336 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec)
19:24:31.336 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml
19:24:31.338 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
19:24:31.338 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml.
0s30ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.338 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.338 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.340 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml...
19:24:31.340 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.340 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.340 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml...
19:24:31.340 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml
19:24:31.346 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 13 NODES AND 13 M->MM REFERENCES! (took ~39sec)
19:24:31.346 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml
19:24:31.351 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec)
19:24:31.351 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.351 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.351 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.352 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml...
19:24:31.352 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.352 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.352 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml...
19:24:31.352 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml
19:24:31.354 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.354 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml
19:24:31.354 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.354 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:31.354 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.354 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.355 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml...
19:24:31.355 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.355 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.355 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml...
19:24:31.355 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml
19:24:31.357 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:31.357 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml
19:24:31.358 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:31.358 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:31.358 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.358 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.358 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml...
19:24:31.358 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.358 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.358 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml...
19:24:31.383 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml
19:24:31.384 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:24:31.384 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml
19:24:31.406 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.406 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml.
0s48ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.406 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.406 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.407 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml...
19:24:31.407 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.407 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.407 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml...
19:24:31.407 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml
19:24:31.422 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
19:24:31.423 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml
19:24:31.424 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:24:31.424 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml.
0s17ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.424 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.424 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.424 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml...
19:24:31.424 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.424 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.424 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml...
19:24:31.432 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml
19:24:31.434 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
19:24:31.434 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml
19:24:31.435 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:31.435 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.435 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.435 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.435 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml...
19:24:31.435 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.435 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.436 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml...
19:24:31.436 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml
19:24:31.437 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.437 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml
19:24:31.438 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.438 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.438 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.438 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.438 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml...
19:24:31.438 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.438 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.438 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml...
19:24:31.439 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml
19:24:31.440 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.440 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml
19:24:31.440 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.440 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.440 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.440 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.441 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml...
19:24:31.441 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.441 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.441 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml...
19:24:31.441 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml
19:24:31.443 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.443 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml
19:24:31.443 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.443 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.443 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.443 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.444 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml...
19:24:31.444 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.444 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.444 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml...
19:24:31.444 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml
19:24:31.446 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.446 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml
19:24:31.446 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.446 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:31.446 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.446 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.446 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml...
19:24:31.446 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.447 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.447 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml...
19:24:31.447 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml
19:24:31.448 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.448 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml
19:24:31.449 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.449 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.449 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.449 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.449 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml...
19:24:31.449 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.449 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.449 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml...
19:24:31.450 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml
19:24:31.451 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.451 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml
19:24:31.452 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.452 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.452 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.452 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.453 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml...
19:24:31.453 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.453 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.453 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml...
19:24:31.453 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml
19:24:31.507 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
19:24:31.507 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml
19:24:31.513 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
19:24:31.513 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml.
0s60ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.513 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.513 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.514 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml...
19:24:31.514 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.514 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.514 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml...
19:24:31.514 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml
19:24:31.519 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
19:24:31.519 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml
19:24:31.550 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
19:24:31.550 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml.
0s37ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.551 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.551 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.551 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml...
19:24:31.551 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.551 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.551 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml...
19:24:31.552 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml
19:24:31.553 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.553 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml
19:24:31.554 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.554 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.554 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.554 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.554 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 200/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (1 sec, 6 sec total)
19:24:31.554 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml...
19:24:31.554 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.554 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.554 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml...
19:24:31.555 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml
19:24:31.557 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:31.557 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml
19:24:31.559 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:31.559 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.559 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:24:31.560 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:24:31.560 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml...
19:24:31.560 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.560 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.560 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml...
19:24:31.561 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml
19:24:31.562 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.562 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml
19:24:31.562 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.562 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:31.562 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.562 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.563 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml...
19:24:31.563 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.563 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.563 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml...
19:24:31.564 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml
19:24:31.565 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.565 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml
19:24:31.566 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.566 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.566 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.566 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.566 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml...
19:24:31.566 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.566 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.566 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml...
19:24:31.567 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml
19:24:31.609 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.609 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml
19:24:31.609 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.609 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml.
0s43ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.610 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.610 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.610 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml...
19:24:31.610 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.610 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.610 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml...
19:24:31.610 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml
19:24:31.612 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.612 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml
19:24:31.612 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.612 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:31.612 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.612 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.613 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml...
19:24:31.613 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.613 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.613 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml...
19:24:31.613 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml
19:24:31.615 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:31.615 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml
19:24:31.616 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:31.616 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.616 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.616 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.617 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml...
19:24:31.617 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.617 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.617 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml...
19:24:31.617 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml
19:24:31.619 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.619 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml
19:24:31.619 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.619 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.619 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.619 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.619 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml...
19:24:31.619 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.619 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.620 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml...
19:24:31.620 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml
19:24:31.621 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.621 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml
19:24:31.622 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.622 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.622 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.622 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.622 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml...
19:24:31.622 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.622 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.622 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml...
19:24:31.623 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml
19:24:31.624 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.624 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml
19:24:31.625 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.625 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.625 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.625 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.625 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml...
19:24:31.625 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.625 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.625 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml...
19:24:31.626 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml
19:24:31.627 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.627 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml
19:24:31.627 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.627 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:31.627 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.627 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.628 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml...
19:24:31.628 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.628 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.628 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml...
19:24:31.629 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml
19:24:31.636 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
19:24:31.636 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml
19:24:31.641 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
19:24:31.642 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml.
0s14ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.642 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.642 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.642 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml...
19:24:31.643 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.643 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.643 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml...
19:24:31.667 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml
19:24:31.699 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
19:24:31.699 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml
19:24:31.704 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
19:24:31.704 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml.
0s62ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.704 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.704 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.705 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml...
19:24:31.705 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.705 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.705 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml...
19:24:31.706 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml
19:24:31.708 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.708 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml
19:24:31.708 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.708 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.708 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.708 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.709 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml...
19:24:31.709 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.709 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.709 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml...
19:24:31.709 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml
19:24:31.712 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
19:24:31.712 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml
19:24:31.712 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:31.712 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.712 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.712 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.713 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml...
19:24:31.713 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.713 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.713 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml...
19:24:31.713 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml
19:24:31.716 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
19:24:31.716 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml
19:24:31.717 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:24:31.717 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.717 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.717 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.718 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml...
19:24:31.718 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.718 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.718 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml...
19:24:31.718 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml
19:24:31.720 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.720 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml
19:24:31.720 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.720 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.720 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.720 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.721 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml...
19:24:31.721 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.721 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.721 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml...
19:24:31.745 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml
19:24:31.746 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.747 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml
19:24:31.747 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.747 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml.
0s26ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.747 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.747 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.747 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml...
19:24:31.748 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.748 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.748 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml...
19:24:31.748 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml
19:24:31.750 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:31.750 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml
19:24:31.751 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:31.751 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.751 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.751 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.751 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml...
19:24:31.751 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.751 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.751 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml...
19:24:31.751 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml
19:24:31.753 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.753 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml
19:24:31.753 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.753 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:31.753 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.753 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.754 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml...
19:24:31.754 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.754 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.754 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml...
19:24:31.754 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml
19:24:31.760 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec)
19:24:31.760 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml
19:24:31.762 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.762 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.762 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.762 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.763 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml...
19:24:31.763 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.763 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.763 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml...
19:24:31.763 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml
19:24:31.772 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:24:31.772 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml
19:24:31.828 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.828 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml.
0s65ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.828 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.828 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.829 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml...
19:24:31.829 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.829 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.829 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml...
19:24:31.829 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml
19:24:31.831 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.831 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml
19:24:31.832 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.832 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:31.832 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.832 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.832 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml...
19:24:31.832 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.832 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.832 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml...
19:24:31.833 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml
19:24:31.836 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~11sec)
19:24:31.836 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml
19:24:31.837 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:24:31.837 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.837 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.837 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.838 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml...
19:24:31.838 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.838 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.838 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml...
19:24:31.838 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml
19:24:31.840 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.840 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml
19:24:31.840 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.840 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:31.840 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.840 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.841 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml...
19:24:31.841 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.841 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.841 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml...
19:24:31.841 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml
19:24:31.843 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.843 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml
19:24:31.843 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.843 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:31.843 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:24:31.844 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:24:31.844 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml...
19:24:31.844 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.844 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.844 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml...
19:24:31.844 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml
19:24:31.846 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.846 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml
19:24:31.846 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.846 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:31.847 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.847 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.847 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml...
19:24:31.847 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.847 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.847 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml...
19:24:31.847 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml
19:24:31.850 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:31.850 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml
19:24:31.852 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:31.852 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.852 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.852 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.853 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml...
19:24:31.854 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.854 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.854 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml...
19:24:31.854 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml
19:24:31.880 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.880 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml
19:24:31.906 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.906 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml.
0s53ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.906 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.906 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.908 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml...
19:24:31.908 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.908 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.908 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml...
19:24:31.929 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml
19:24:31.932 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
19:24:31.932 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml
19:24:31.933 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:24:31.933 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml.
0s25ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.933 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:24:31.934 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:24:31.934 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml...
19:24:31.935 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.935 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.935 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml...
19:24:31.935 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml
19:24:31.937 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.937 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml
19:24:31.937 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.937 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.937 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.937 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.938 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml...
19:24:31.938 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.938 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.938 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml...
19:24:31.938 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml
19:24:31.948 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:24:31.948 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml
19:24:31.948 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.948 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.948 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.948 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.949 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml...
19:24:31.949 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.949 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.949 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml...
19:24:31.949 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml
19:24:31.951 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:31.951 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml
19:24:31.951 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:31.951 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:31.951 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:31.951 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:31.952 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml...
19:24:31.952 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:31.952 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:31.952 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml...
19:24:31.952 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml
19:24:32.151 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:24:32.151 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml
19:24:32.152 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.152 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml.
0s200ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.152 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.152 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.153 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml...
19:24:32.153 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.153 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.153 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml...
19:24:32.153 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml
19:24:32.156 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:32.156 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml
19:24:32.156 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:32.157 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.157 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.157 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.157 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml...
19:24:32.157 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.157 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.157 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml...
19:24:32.157 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml
19:24:32.159 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.159 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml
19:24:32.159 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.159 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:32.159 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.159 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.160 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml...
19:24:32.160 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.160 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.160 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml...
19:24:32.160 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml
19:24:32.162 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.162 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml
19:24:32.162 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.162 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:32.162 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.162 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.163 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml...
19:24:32.163 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.163 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.163 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml...
19:24:32.163 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml
19:24:32.165 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.165 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml
19:24:32.165 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.165 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:32.165 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.165 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.166 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml...
19:24:32.166 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.166 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.166 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml...
19:24:32.207 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml
19:24:32.209 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.209 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml
19:24:32.209 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.209 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml.
0s43ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.209 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.209 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.209 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml...
19:24:32.210 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.210 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.210 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml...
19:24:32.210 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml
19:24:32.212 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.212 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml
19:24:32.212 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.212 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.212 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.212 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.213 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml...
19:24:32.213 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.213 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.213 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml...
19:24:32.215 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml
19:24:32.216 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.217 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml
19:24:32.217 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.217 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.217 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.217 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.217 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml...
19:24:32.217 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.217 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.217 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml...
19:24:32.218 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml
19:24:32.219 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.220 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml
19:24:32.220 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.220 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.220 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.220 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.220 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml...
19:24:32.220 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.221 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.221 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml...
19:24:32.221 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml
19:24:32.223 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.223 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml
19:24:32.223 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.223 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.223 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.223 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.223 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml...
19:24:32.223 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.223 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.223 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml...
19:24:32.224 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml
19:24:32.225 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.226 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml
19:24:32.226 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.226 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.226 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.226 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.226 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml...
19:24:32.226 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.226 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.226 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml...
19:24:32.227 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml
19:24:32.230 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
19:24:32.230 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml
19:24:32.232 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:24:32.232 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.232 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.232 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.232 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml...
19:24:32.232 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.232 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.232 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml...
19:24:32.233 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml
19:24:32.284 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:32.284 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml
19:24:32.284 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:32.284 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml.
0s53ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.285 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.285 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.289 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml...
19:24:32.289 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.289 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.289 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml...
19:24:32.290 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml
19:24:32.292 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.292 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml
19:24:32.292 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.292 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.292 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.292 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.293 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml...
19:24:32.293 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.293 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.293 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml...
19:24:32.293 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml
19:24:32.295 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.295 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml
19:24:32.295 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.295 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.295 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.295 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.296 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml...
19:24:32.296 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.296 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.296 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml...
19:24:32.296 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml
19:24:32.306 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.306 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml
19:24:32.306 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.306 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.306 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.306 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.307 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml...
19:24:32.307 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.307 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.307 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml...
19:24:32.332 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml
19:24:32.334 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.334 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml
19:24:32.334 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.334 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml.
0s27ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.334 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.334 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.335 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml...
19:24:32.335 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.335 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.335 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml...
19:24:32.336 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml
19:24:32.338 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.338 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml
19:24:32.338 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.338 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.338 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.338 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.339 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml...
19:24:32.339 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.339 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.339 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml...
19:24:32.339 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml
19:24:32.342 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
19:24:32.342 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml
19:24:32.343 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:32.343 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.343 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.343 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.343 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml...
19:24:32.344 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.344 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.344 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml...
19:24:32.344 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml
19:24:32.345 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:24:32.345 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml
19:24:32.346 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.346 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.346 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.346 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.346 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml...
19:24:32.346 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.346 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.346 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml...
19:24:32.348 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml
19:24:32.352 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec)
19:24:32.352 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml
19:24:32.354 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
19:24:32.354 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.354 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.354 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.355 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml...
19:24:32.355 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.355 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.355 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml...
19:24:32.355 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml
19:24:32.357 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.357 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml
19:24:32.358 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.358 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.358 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.358 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.359 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml...
19:24:32.359 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.359 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.359 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml...
19:24:32.382 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml
19:24:32.406 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
19:24:32.406 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml
19:24:32.412 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
19:24:32.412 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml.
0s53ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.412 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.412 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.412 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml...
19:24:32.412 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.413 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.413 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml...
19:24:32.433 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml
19:24:32.436 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.436 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml
19:24:32.436 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.436 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml.
0s24ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.436 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.436 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.437 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml...
19:24:32.437 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.437 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.437 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml...
19:24:32.438 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml
19:24:32.511 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.511 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml
19:24:32.511 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.511 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml.
0s75ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.512 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.512 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.512 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml...
19:24:32.513 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.513 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.513 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml...
19:24:32.513 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml
19:24:32.543 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.543 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml
19:24:32.544 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.544 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml.
0s32ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.544 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.544 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.545 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml...
19:24:32.545 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.545 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.545 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml...
19:24:32.546 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml
19:24:32.568 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.568 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml
19:24:32.568 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.568 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml.
0s23ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.568 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.568 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.569 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml...
19:24:32.569 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.569 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.569 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml...
19:24:32.569 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml
19:24:32.571 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.571 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml
19:24:32.571 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.571 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:32.571 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.571 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.572 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml...
19:24:32.572 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.572 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.572 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml...
19:24:32.572 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml
19:24:32.574 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.574 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml
19:24:32.574 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.574 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:32.574 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.574 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.575 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml...
19:24:32.575 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.575 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.575 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml...
19:24:32.575 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml
19:24:32.577 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.577 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml
19:24:32.577 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.577 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.577 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.577 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.577 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml...
19:24:32.578 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.578 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.578 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml...
19:24:32.578 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml
19:24:32.581 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:24:32.581 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml
19:24:32.581 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.581 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.581 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.581 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.581 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml...
19:24:32.582 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.582 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.582 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml...
19:24:32.582 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml
19:24:32.583 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.583 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml
19:24:32.584 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.584 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.584 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.584 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.584 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml...
19:24:32.584 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.584 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.584 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml...
19:24:32.585 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml
19:24:32.608 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:32.608 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml
19:24:32.618 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:32.618 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml.
0s34ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.618 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.618 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.619 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml...
19:24:32.619 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.619 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.619 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml...
19:24:32.619 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml
19:24:32.621 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.621 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml
19:24:32.621 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.621 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:32.621 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.621 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.621 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml...
19:24:32.622 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.622 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.622 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml...
19:24:32.622 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml
19:24:32.624 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:32.624 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml
19:24:32.625 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:32.625 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.625 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.625 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.625 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml...
19:24:32.625 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.625 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.625 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml...
19:24:32.626 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml
19:24:32.628 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:32.628 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml
19:24:32.628 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:32.628 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.628 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.628 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.629 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml...
19:24:32.629 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.629 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.629 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml...
19:24:32.629 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml
19:24:32.631 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.631 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml
19:24:32.631 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.631 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.631 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.631 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.632 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml...
19:24:32.632 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.632 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.632 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml...
19:24:32.632 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml
19:24:32.634 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
19:24:32.634 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml
19:24:32.635 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.635 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.635 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.635 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.635 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml...
19:24:32.635 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.635 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.635 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml...
19:24:32.636 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml
19:24:32.638 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
19:24:32.638 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml
19:24:32.638 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:32.639 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.639 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.639 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.639 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml...
19:24:32.639 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.639 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.639 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml...
19:24:32.639 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml
19:24:32.641 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.641 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml
19:24:32.641 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.641 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.641 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.641 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.642 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml...
19:24:32.642 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.642 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.642 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml...
19:24:32.642 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml
19:24:32.644 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.644 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml
19:24:32.644 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.644 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:32.644 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.644 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.644 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml...
19:24:32.644 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.644 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.645 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml...
19:24:32.694 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml
19:24:32.695 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:24:32.695 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml
19:24:32.695 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.695 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml.
0s51ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.695 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.695 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.696 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml...
19:24:32.696 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.696 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.696 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml...
19:24:32.696 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml
19:24:32.698 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.698 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml
19:24:32.698 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.698 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.698 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.698 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.699 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml...
19:24:32.699 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.699 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.699 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml...
19:24:32.699 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml
19:24:32.706 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.706 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml
19:24:32.707 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.707 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.707 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.707 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.707 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml...
19:24:32.707 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.707 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.707 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml...
19:24:32.708 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml
19:24:32.709 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.709 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml
19:24:32.709 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.709 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:32.709 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.709 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.710 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml...
19:24:32.710 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.710 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.710 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml...
19:24:32.710 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml
19:24:32.712 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.712 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml
19:24:32.712 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.712 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:32.712 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.712 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.713 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml...
19:24:32.713 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.713 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.713 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml...
19:24:32.713 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml
19:24:32.715 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:32.715 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml
19:24:32.715 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:32.715 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.715 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:24:32.716 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:24:32.716 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml...
19:24:32.716 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.716 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.716 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml...
19:24:32.717 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml
19:24:32.719 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
19:24:32.719 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml
19:24:32.720 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.720 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.720 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.720 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.720 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml...
19:24:32.720 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.720 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.720 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml...
19:24:32.744 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml
19:24:32.746 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.746 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml
19:24:32.746 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.746 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml.
0s26ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.746 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.746 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.748 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml...
19:24:32.748 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.748 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.748 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml...
19:24:32.748 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml
19:24:32.756 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 18 NODES AND 18 M->MM REFERENCES! (took ~54sec)
19:24:32.756 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml
19:24:32.764 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec)
19:24:32.764 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml.
0s16ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.764 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.764 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.806 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml...
19:24:32.807 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.807 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.807 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml...
19:24:32.807 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml
19:24:32.809 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.809 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml
19:24:32.809 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.809 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.809 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.809 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.810 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml...
19:24:32.810 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.810 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.810 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml...
19:24:32.811 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml
19:24:32.813 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.813 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml
19:24:32.813 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.813 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.813 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.813 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.814 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml...
19:24:32.814 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.814 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.814 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml...
19:24:32.814 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml
19:24:32.816 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.816 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml
19:24:32.816 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.816 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.816 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.816 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.817 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml...
19:24:32.817 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.817 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.817 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml...
19:24:32.817 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml
19:24:32.819 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.819 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml
19:24:32.819 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.819 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.819 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:24:32.820 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:24:32.820 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml...
19:24:32.820 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.820 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.820 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml...
19:24:32.821 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml
19:24:32.824 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
19:24:32.824 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml
19:24:32.825 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:24:32.825 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.825 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.825 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.826 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml...
19:24:32.826 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.826 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.826 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml...
19:24:32.827 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml
19:24:32.829 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.829 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml
19:24:32.830 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.830 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.830 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.830 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.830 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml...
19:24:32.831 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.831 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.831 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml...
19:24:32.831 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml
19:24:32.834 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:32.834 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml
19:24:32.862 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:32.862 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml.
0s32ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.862 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.862 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.863 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml...
19:24:32.863 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.863 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.863 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml...
19:24:32.863 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml
19:24:32.920 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
19:24:32.920 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml
19:24:32.923 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
19:24:32.923 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml.
0s60ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.923 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.923 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.924 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml...
19:24:32.924 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.924 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.924 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml...
19:24:32.924 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml
19:24:32.926 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.926 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml
19:24:32.926 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.926 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.926 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.926 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.927 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml...
19:24:32.927 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.927 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.927 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml...
19:24:32.927 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml
19:24:32.928 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:24:32.928 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml
19:24:32.928 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.928 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:32.929 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.929 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.929 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml...
19:24:32.929 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.929 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.929 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml...
19:24:32.929 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml
19:24:32.931 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.931 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml
19:24:32.931 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.931 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:32.931 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.931 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.932 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml...
19:24:32.932 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.932 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.932 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml...
19:24:32.932 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml
19:24:32.934 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.934 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml
19:24:32.934 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.934 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:32.934 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.934 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.935 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml...
19:24:32.935 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.935 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.935 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml...
19:24:32.935 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml
19:24:32.937 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:32.937 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml
19:24:32.937 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:32.937 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:32.937 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:32.937 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:32.937 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml...
19:24:32.937 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:32.937 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:32.937 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml...
19:24:32.938 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml
19:24:33.006 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:33.007 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml
19:24:33.007 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:33.007 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml.
0s70ms [pure insertion]
marking any relevant derived attributes for update...19:24:33.007 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:33.007 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:33.008 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml...
19:24:33.008 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:33.008 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:33.008 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml...
19:24:33.008 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
19:24:33.051 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
19:24:33.051 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
19:24:33.052 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:24:33.052 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml.
0s45ms [pure insertion]
marking any relevant derived attributes for update...19:24:33.052 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:33.052 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:33.053 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml...
19:24:33.053 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:33.053 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:33.053 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml...
19:24:33.053 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml
19:24:33.055 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:33.055 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml
19:24:33.055 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:33.055 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:33.055 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:33.055 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:33.055 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml...
19:24:33.055 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:33.055 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:33.055 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml...
19:24:33.056 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml
19:24:33.057 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:33.057 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml
19:24:33.058 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:33.058 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:33.058 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:33.058 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:33.058 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml...
19:24:33.058 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:33.058 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:33.058 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml...
19:24:33.059 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml
19:24:33.060 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:33.060 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml
19:24:33.060 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:33.060 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:33.060 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:33.060 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:33.061 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 300/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (1 sec, 7 sec total)
19:24:33.061 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml...
19:24:33.061 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:33.061 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:33.061 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml...
19:24:33.062 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml
19:24:33.064 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:33.064 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml
19:24:33.064 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:33.064 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:33.064 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:33.064 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:33.065 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml...
19:24:33.065 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:33.065 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:33.065 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml...
19:24:33.065 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml
19:24:33.068 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
19:24:33.068 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml
19:24:33.069 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:24:33.069 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:24:33.070 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:33.070 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:33.070 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml...
19:24:33.070 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:33.070 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:33.070 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml...
19:24:33.070 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml
19:24:33.107 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec)
19:24:33.107 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml
19:24:33.108 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
19:24:33.108 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml.
0s38ms [pure insertion]
marking any relevant derived attributes for update...19:24:33.108 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:33.108 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:33.109 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml...
19:24:33.109 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:33.109 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:33.109 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml...
19:24:33.109 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml
19:24:33.111 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:33.111 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml
19:24:33.111 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:33.111 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:33.111 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:33.111 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:33.112 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml...
19:24:33.112 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:33.112 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:33.112 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml...
19:24:33.112 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml
19:24:33.114 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:33.114 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml
19:24:33.114 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:33.114 [pool-17-thread-1] INFO  o.e.h.c.r.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...19:24:33.114 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:33.114 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:33.115 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml...
19:24:33.115 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:33.115 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:33.115 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml...
19:24:33.115 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml
19:24:33.117 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:33.117 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml
19:24:33.117 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:33.117 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:33.117 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:33.117 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:33.117 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml...
19:24:33.117 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:33.117 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:33.117 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml...
19:24:33.118 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml
19:24:33.120 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:33.120 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml
19:24:33.120 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:33.120 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:24:33.120 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:33.120 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:33.121 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml...
19:24:33.121 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:33.121 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:33.121 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml...
19:24:33.121 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml
19:24:33.156 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:24:33.156 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml
19:24:33.156 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:24:33.156 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml.
0s35ms [pure insertion]
marking any relevant derived attributes for update...19:24:33.156 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:33.156 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:33.157 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml...
19:24:33.157 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:33.157 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:33.157 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml...
19:24:33.157 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml
19:24:33.159 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:24:33.159 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml
19:24:33.159 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:24:33.159 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:24:33.159 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:24:33.159 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:24:33.159 [pool-17-thread-1] INFO  o.e.h.c.r.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, 8 sec total)
19:24:33.159 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:24:33.159 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:24:34.219 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/1119 proxy references (0 sec total)
19:24:39.321 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs
19:24:39.322 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~6.163s
attempting to resolve any uninitialized derived attributes...
19:24:39.322 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:24:39.322 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:24:39.323 [pool-17-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:24:39.323 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
6s164ms [proxy update]
19:24:39.323 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:24:39.331 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:24:39.332 [pool-17-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 14 s 620 ms
19:24:39.332 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:24:39.332 [main] INFO  o.e.h.c.r.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
19:24:39.336 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:24:39.336 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:24:40.028 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:24:40 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit372888982894766972/test_zoo[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit8923672608500264806/test_metamodel[OrientDB]
Dec 01, 2020 7:24:41 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_metamodel[OrientDB]}} Storage 'plocal:/tmp/junit8923672608500264806/test_metamodel[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:24:47.664 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:24:47.668 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:24:47.669 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory
19:24:47.669 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:24:47.669 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:24:47.669 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:24:47.669 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:24:47.669 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:24:47.669 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:24:47.669 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:24:47.669 [pool-18-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:24:47.670 [pool-18-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:24:47.670 [pool-18-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store
19:24:47.715 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:24:47.715 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:24:47.725 [main] WARN  o.e.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
19:24:48.695 [main] WARN  o.e.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)]
19:24:48.910 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
19:24:48.910 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
19:24:48.910 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
19:24:48.955 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
19:24:48.984 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00
19:24:48.984 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
19:24:48.984 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
19:24:49.182 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
19:24:49.182 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
19:24:49.182 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
19:24:49.399 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
19:24:49.400 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
19:24:49.452 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec)
19:24:49.452 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:24:49.454 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store
19:24:49.525 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:24:49.525 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:24:49.534 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Archimate (modelio://Modeliosoft.Archimate/1.0.02) already in store, updating it instead NYI -- doing nothing!
19:24:49.534 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Analyst (modelio://Modeliosoft.Analyst/2.0.00) already in store, updating it instead NYI -- doing nothing!
19:24:49.534 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: modelio.kernel (modelio://Modeliosoft.modelio.kernel/1.0.00) already in store, updating it instead NYI -- doing nothing!
19:24:49.534 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing!
19:24:49.534 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Standard (modelio://Modeliosoft.Standard/2.0.00) already in store, updating it instead NYI -- doing nothing!
19:24:49.534 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Infrastructure (modelio://Modeliosoft.Infrastructure/2.0.00) already in store, updating it instead NYI -- doing nothing!
19:24:49.534 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
19:24:49.534 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:24:49.542 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:24:49.542 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:24:49.545 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:24:49.545 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:24:49.978 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:24:50 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_metamodel[OrientDB]}} Storage 'plocal:/tmp/junit8923672608500264806/test_metamodel[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit2700252411339384915/test_zoo[OrientDB]
Dec 01, 2020 7:24:51 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit2700252411339384915/test_zoo[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:24:56.333 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:24:56.337 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:24:56.338 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory
19:24:56.338 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:24:56.338 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:24:56.338 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:24:56.338 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:24:56.338 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:24:56.339 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:24:56.339 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:24:56.339 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:24:56.339 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:24:56.340 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store
19:24:56.412 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:24:56.412 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:24:56.424 [main] WARN  o.e.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
19:24:57.607 [main] WARN  o.e.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)]
19:24:57.834 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
19:24:57.834 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
19:24:57.834 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
19:24:57.847 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
19:24:57.849 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00
19:24:57.850 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
19:24:57.850 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
19:24:58.009 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
19:24:58.010 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
19:24:58.010 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
19:24:58.343 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00
19:24:58.343 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
19:24:58.430 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~2 sec)
19:24:58.430 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:24:58.430 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store
19:24:58.510 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:24:58.510 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:24:58.518 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Archimate (modelio://Modeliosoft.Archimate/1.0.02) already in store, updating it instead NYI -- doing nothing!
19:24:58.518 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Analyst (modelio://Modeliosoft.Analyst/2.0.00) already in store, updating it instead NYI -- doing nothing!
19:24:58.518 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: modelio.kernel (modelio://Modeliosoft.modelio.kernel/1.0.00) already in store, updating it instead NYI -- doing nothing!
19:24:58.518 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing!
19:24:58.518 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Standard (modelio://Modeliosoft.Standard/2.0.00) already in store, updating it instead NYI -- doing nothing!
19:24:58.518 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Infrastructure (modelio://Modeliosoft.Infrastructure/2.0.00) already in store, updating it instead NYI -- doing nothing!
19:24:58.518 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
19:24:58.518 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:24:58.706 [main] INFO  o.e.h.c.r.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
19:24:58.709 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:24:58.709 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:24:58.949 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:24:59.007 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 10/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.008 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 20/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.009 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 30/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.009 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 40/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.010 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 50/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.010 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 60/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.010 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 70/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.011 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 80/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.011 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 90/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.012 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 100/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.012 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 110/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.012 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 120/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.013 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 130/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.013 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 140/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.014 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 150/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.014 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 160/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.014 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 170/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.015 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 180/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.015 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 190/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.015 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 200/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.016 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 210/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.016 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 220/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.016 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 230/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.017 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 240/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.017 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 250/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.017 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 260/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.018 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 270/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.018 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 280/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.019 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 290/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.019 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Imported 300/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/
19:24:59.019 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:24:59.019 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:24:59.019 [pool-19-thread-1] INFO  o.e.h.c.r.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)
19:24:59.021 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml...
19:24:59.023 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:24:59.023 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:24:59.023 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:25:00.040 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml
set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)]
19:25:00.987 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:00.987 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml
19:25:01.554 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.554 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml.
2s533ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.554 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:25:01.555 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:25:01.556 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml...
19:25:01.556 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.556 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.556 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml...
19:25:01.556 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml
19:25:01.559 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:01.559 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml
19:25:01.562 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:01.562 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.562 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.562 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.562 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml...
19:25:01.562 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.562 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.562 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml...
19:25:01.563 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml
19:25:01.565 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
19:25:01.565 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml
19:25:01.566 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:25:01.566 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.566 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.566 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.567 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml...
19:25:01.567 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.567 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.567 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml...
19:25:01.588 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml
19:25:01.590 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:01.590 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml
19:25:01.591 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.591 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml.
0s24ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.591 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.591 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.592 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml...
19:25:01.592 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.592 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.592 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml...
19:25:01.592 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml
19:25:01.594 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:01.594 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml
19:25:01.595 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.595 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:01.595 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.595 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.595 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml...
19:25:01.595 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.595 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.595 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml...
19:25:01.595 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml
19:25:01.597 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:01.597 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml
19:25:01.598 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.598 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.598 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.598 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.598 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml...
19:25:01.598 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.598 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.598 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml...
19:25:01.599 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml
19:25:01.600 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:01.600 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml
19:25:01.601 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.601 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.601 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.601 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.601 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml...
19:25:01.601 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.601 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.601 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml...
19:25:01.602 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml
19:25:01.603 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:01.603 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml
19:25:01.604 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.604 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.604 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.604 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.604 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml...
19:25:01.604 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.604 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.604 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml...
19:25:01.605 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml
19:25:01.607 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:01.607 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml
19:25:01.607 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:01.607 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.608 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.608 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.608 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml...
19:25:01.608 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.608 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.608 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml...
19:25:01.609 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml
19:25:01.649 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:25:01.649 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml
19:25:01.650 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.650 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml.
0s42ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.650 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.650 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.651 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml...
19:25:01.651 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.651 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.651 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml...
19:25:01.651 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml
19:25:01.653 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:01.653 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml
19:25:01.654 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.654 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.654 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.654 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.655 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml...
19:25:01.655 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.655 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.655 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml...
19:25:01.655 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml
19:25:01.663 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 13 NODES AND 13 M->MM REFERENCES! (took ~39sec)
19:25:01.663 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml
19:25:01.712 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec)
19:25:01.712 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml.
0s57ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.712 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.712 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.713 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml...
19:25:01.713 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.713 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.713 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml...
19:25:01.714 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml
19:25:01.716 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:01.716 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml
19:25:01.716 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.716 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.716 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.716 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.717 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml...
19:25:01.717 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.717 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.717 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml...
19:25:01.717 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml
19:25:01.719 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:01.719 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml
19:25:01.719 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.719 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.719 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.719 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.720 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml...
19:25:01.720 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.720 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.720 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml...
19:25:01.720 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml
19:25:01.723 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:01.723 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml
19:25:01.723 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:01.723 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.723 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.723 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.724 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml...
19:25:01.724 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.724 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.724 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml...
19:25:01.724 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml
19:25:01.731 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
19:25:01.731 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml
19:25:01.736 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
19:25:01.736 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.736 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.736 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.737 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml...
19:25:01.737 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.737 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.737 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml...
19:25:01.737 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml
19:25:01.808 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:01.808 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml
19:25:01.809 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.809 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml.
0s72ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.809 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.809 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.810 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml...
19:25:01.810 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.810 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.810 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml...
19:25:01.811 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml
19:25:01.813 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:01.813 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml
19:25:01.814 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.814 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.814 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.814 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.815 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml...
19:25:01.815 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.815 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.815 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml...
19:25:01.816 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml
19:25:01.866 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:01.866 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml
19:25:01.867 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.867 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml.
0s52ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.867 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.867 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.868 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml...
19:25:01.868 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.868 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.868 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml...
19:25:01.868 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml
19:25:01.870 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:01.870 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml
19:25:01.871 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.871 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.871 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.871 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.872 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml...
19:25:01.872 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.872 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.872 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml...
19:25:01.872 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml
19:25:01.878 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~5sec)
19:25:01.906 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml
19:25:01.906 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.907 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml.
0s35ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.907 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.907 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.907 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml...
19:25:01.907 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.907 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.907 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml...
19:25:01.916 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml
19:25:01.919 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:01.919 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml
19:25:01.920 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:01.920 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml.
0s13ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.920 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.920 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.921 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml...
19:25:01.921 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.921 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.921 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml...
19:25:01.921 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml
19:25:01.923 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:01.923 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml
19:25:01.923 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.923 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.923 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.923 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.924 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml...
19:25:01.924 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.924 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.924 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml...
19:25:01.924 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml
19:25:01.926 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:01.926 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml
19:25:01.926 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.926 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.926 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.926 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.927 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml...
19:25:01.927 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.927 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.927 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml...
19:25:01.927 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml
19:25:01.929 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:01.930 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml
19:25:01.930 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.930 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.930 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.930 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.930 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml...
19:25:01.930 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.930 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.930 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml...
19:25:01.931 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml
19:25:01.933 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:01.933 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml
19:25:01.933 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.933 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:01.933 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.933 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.934 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml...
19:25:01.934 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.934 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.934 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml...
19:25:01.935 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml
19:25:01.937 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:01.937 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml
19:25:01.938 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.938 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.938 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.938 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.938 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml...
19:25:01.939 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.939 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.939 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml...
19:25:01.939 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml
19:25:01.942 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:01.942 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml
19:25:01.942 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.942 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.942 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.942 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.943 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml...
19:25:01.943 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.943 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.943 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml...
19:25:01.944 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml
19:25:01.968 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:01.969 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml
19:25:01.992 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:01.992 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml.
0s49ms [pure insertion]
marking any relevant derived attributes for update...19:25:01.992 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:01.992 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:01.993 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml...
19:25:01.993 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:01.993 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:01.993 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml...
19:25:01.994 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml
19:25:01.999 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec)
19:25:01.999 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml
19:25:02.003 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
19:25:02.003 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...19:25:02.003 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:02.003 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:02.003 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml...
19:25:02.003 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.003 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.003 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml...
19:25:02.004 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml
19:25:02.007 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~11sec)
19:25:02.007 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml
19:25:02.008 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:25:02.008 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:25:02.008 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:02.008 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:02.009 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml...
19:25:02.009 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.009 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.009 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml...
19:25:02.010 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml
19:25:02.012 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:02.012 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml
19:25:02.013 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:02.013 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:02.013 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:02.013 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:02.014 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml...
19:25:02.014 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.014 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.014 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml...
19:25:02.014 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml
19:25:02.017 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:02.017 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml
19:25:02.017 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:02.017 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:02.017 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:02.017 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:02.018 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml...
19:25:02.018 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.018 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.018 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml...
19:25:02.042 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml
19:25:02.045 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:02.045 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml
19:25:02.045 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:02.045 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml.
0s27ms [pure insertion]
marking any relevant derived attributes for update...19:25:02.045 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:02.045 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:02.046 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml...
19:25:02.046 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.046 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.046 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml...
19:25:02.046 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml
19:25:02.048 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:02.048 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml
19:25:02.049 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:02.049 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:02.049 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:02.049 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:02.049 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml...
19:25:02.049 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.049 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.049 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml...
19:25:02.050 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml
19:25:02.051 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:25:02.051 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml
19:25:02.051 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:02.051 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:02.051 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:02.051 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:02.052 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml...
19:25:02.052 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.052 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.052 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml...
19:25:02.052 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml
19:25:02.054 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:02.054 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml
19:25:02.054 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:02.054 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:02.054 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:02.054 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:02.055 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml...
19:25:02.055 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.055 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.055 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml...
19:25:02.056 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml
19:25:02.781 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
19:25:02.781 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml
19:25:02.781 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:02.781 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml.
0s726ms [pure insertion]
marking any relevant derived attributes for update...19:25:02.781 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:02.781 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:02.782 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml...
19:25:02.782 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.782 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.783 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml...
19:25:02.783 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml
19:25:02.786 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
19:25:02.786 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml
19:25:02.787 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:02.787 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:25:02.787 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:02.787 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:02.787 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml...
19:25:02.787 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.787 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.787 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml...
19:25:02.788 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml
19:25:02.789 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:02.789 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml
19:25:02.814 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:02.815 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml.
0s28ms [pure insertion]
marking any relevant derived attributes for update...19:25:02.815 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:02.815 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:02.819 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml...
19:25:02.819 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.819 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.819 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml...
19:25:02.820 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml
19:25:02.823 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:02.823 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml
19:25:02.824 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:02.824 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:25:02.824 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:02.824 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:02.825 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml...
19:25:02.825 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.825 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.825 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml...
19:25:02.826 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml
19:25:02.827 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:25:02.827 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml
19:25:02.827 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:02.827 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:02.827 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:25:02.828 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:25:02.828 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml...
19:25:02.828 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.828 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.828 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml...
19:25:02.829 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml
19:25:02.842 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:25:02.843 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml
19:25:02.843 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:02.843 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml.
0s15ms [pure insertion]
marking any relevant derived attributes for update...19:25:02.843 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:02.843 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:02.844 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml...
19:25:02.844 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.844 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.844 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml...
19:25:02.845 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml
19:25:02.866 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:02.866 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml
19:25:02.890 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:02.890 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml.
0s46ms [pure insertion]
marking any relevant derived attributes for update...19:25:02.890 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:02.890 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:02.891 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml...
19:25:02.891 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.891 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.891 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml...
19:25:02.906 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml
19:25:02.908 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:02.908 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml
19:25:02.909 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:02.909 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml.
0s18ms [pure insertion]
marking any relevant derived attributes for update...19:25:02.909 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:02.909 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:02.910 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml...
19:25:02.910 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.910 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.910 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml...
19:25:02.910 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml
19:25:02.917 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
19:25:02.917 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml
19:25:02.922 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
19:25:02.923 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml.
0s13ms [pure insertion]
marking any relevant derived attributes for update...19:25:02.923 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:02.923 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:02.923 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml...
19:25:02.924 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.924 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.924 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml...
19:25:02.940 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml
19:25:02.942 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:25:02.942 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml
19:25:02.943 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:02.943 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml.
0s20ms [pure insertion]
marking any relevant derived attributes for update...19:25:02.943 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:02.943 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:02.943 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml...
19:25:02.944 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.944 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.944 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml...
19:25:02.944 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml
19:25:02.946 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:02.946 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml
19:25:02.946 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:02.946 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:02.946 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:02.946 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:02.947 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml...
19:25:02.947 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.947 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.947 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml...
19:25:02.947 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml
19:25:02.949 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:02.949 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml
19:25:02.950 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:02.950 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:02.950 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:02.950 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:02.950 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml...
19:25:02.950 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:02.950 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:02.950 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml...
19:25:02.951 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml
19:25:03.026 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:03.026 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml
19:25:03.027 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:03.027 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml.
0s77ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.027 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.027 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.028 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml...
19:25:03.028 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.029 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.029 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml...
19:25:03.029 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml
19:25:03.032 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.032 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml
19:25:03.032 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.033 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.033 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.033 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.034 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml...
19:25:03.034 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.034 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.034 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml...
19:25:03.035 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml
19:25:03.037 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.037 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml
19:25:03.038 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.038 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.038 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.038 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.039 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml...
19:25:03.039 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.039 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.039 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml...
19:25:03.039 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml
19:25:03.042 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.042 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml
19:25:03.043 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.043 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.043 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.043 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.044 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml...
19:25:03.044 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.044 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.044 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml...
19:25:03.044 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml
19:25:03.046 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.046 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml
19:25:03.046 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.046 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.046 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:25:03.047 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:25:03.047 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml...
19:25:03.047 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.047 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.047 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml...
19:25:03.047 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml
19:25:03.049 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.049 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml
19:25:03.049 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.049 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:03.049 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.049 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.050 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml...
19:25:03.050 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.050 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.050 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml...
19:25:03.092 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml
19:25:03.107 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.107 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml
19:25:03.107 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.107 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml.
0s57ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.107 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.107 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.108 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml...
19:25:03.108 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.108 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.108 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml...
19:25:03.108 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml
19:25:03.110 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.110 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml
19:25:03.110 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.110 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:03.110 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:25:03.111 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:25:03.111 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml...
19:25:03.111 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.111 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.111 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml...
19:25:03.111 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml
19:25:03.113 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.113 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml
19:25:03.113 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.113 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:03.113 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.113 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.114 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml...
19:25:03.114 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.114 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.114 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml...
19:25:03.114 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml
19:25:03.115 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:25:03.115 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml
19:25:03.115 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.116 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:03.116 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.116 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.116 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml...
19:25:03.116 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.116 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.116 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml...
19:25:03.116 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml
19:25:03.117 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:25:03.117 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml
19:25:03.118 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.118 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.118 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.118 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.119 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
19:25:03.119 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.119 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.119 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
19:25:03.143 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
19:25:03.211 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec)
19:25:03.211 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
19:25:03.216 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
19:25:03.216 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml.
0s97ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.216 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.216 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.217 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml...
19:25:03.217 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.217 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.217 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml...
19:25:03.235 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml
19:25:03.237 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.237 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml
19:25:03.238 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.238 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml.
0s21ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.238 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.238 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.238 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml...
19:25:03.238 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.238 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.238 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml...
19:25:03.239 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml
19:25:03.241 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.241 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml
19:25:03.241 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.241 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.241 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.241 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.241 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml...
19:25:03.241 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.241 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.241 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml...
19:25:03.242 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml
19:25:03.243 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.243 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml
19:25:03.244 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.244 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.244 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.244 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.244 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml...
19:25:03.244 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.244 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.244 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml...
19:25:03.245 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml
19:25:03.246 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.246 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml
19:25:03.247 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.247 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.247 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.247 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.247 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml...
19:25:03.248 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.248 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.248 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml...
19:25:03.248 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml
19:25:03.338 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 8 NODES AND 8 M->MM REFERENCES! (took ~27sec)
19:25:03.338 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml
19:25:03.347 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec)
19:25:03.347 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml.
0s100ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.347 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.347 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.348 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml...
19:25:03.348 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.348 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.348 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml...
19:25:03.349 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml
19:25:03.352 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
19:25:03.352 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml
19:25:03.352 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:03.352 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.352 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.352 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.353 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml...
19:25:03.353 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.353 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.353 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml...
19:25:03.353 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml
19:25:03.355 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.355 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml
19:25:03.359 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.359 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:03.359 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.359 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.360 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml...
19:25:03.360 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.360 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.360 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml...
19:25:03.360 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml
19:25:03.396 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.396 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml
19:25:03.406 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.406 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml.
0s46ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.406 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.406 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.407 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml...
19:25:03.407 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.407 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.407 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml...
19:25:03.407 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml
19:25:03.409 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.409 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml
19:25:03.409 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.409 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.409 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.409 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.410 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml...
19:25:03.410 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.410 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.410 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml...
19:25:03.410 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml
19:25:03.413 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
19:25:03.413 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml
19:25:03.414 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.414 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.414 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.414 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.415 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml...
19:25:03.415 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.415 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.415 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml...
19:25:03.415 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml
19:25:03.417 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.417 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml
19:25:03.417 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.417 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.417 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.417 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.418 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml...
19:25:03.418 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.418 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.418 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml...
19:25:03.418 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml
19:25:03.420 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.420 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml
19:25:03.420 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.420 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:03.420 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.420 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.421 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml...
19:25:03.421 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.421 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.421 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml...
19:25:03.421 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml
19:25:03.472 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:25:03.472 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml
19:25:03.507 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.507 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml.
0s86ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.507 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.507 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.507 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml...
19:25:03.507 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.507 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.507 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml...
19:25:03.508 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml
19:25:03.510 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
19:25:03.510 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml
19:25:03.511 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:03.511 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.511 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.511 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.511 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml...
19:25:03.512 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.512 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.512 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml...
19:25:03.512 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml
19:25:03.513 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:25:03.513 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml
19:25:03.513 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.513 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:03.513 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.513 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.514 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml...
19:25:03.514 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.514 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.514 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml...
19:25:03.514 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml
19:25:03.515 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.515 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml
19:25:03.516 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.516 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.516 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.516 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.516 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml...
19:25:03.516 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.516 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.516 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml...
19:25:03.516 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml
19:25:03.518 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:25:03.518 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml
19:25:03.518 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.518 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:03.518 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.518 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.518 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml...
19:25:03.518 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.519 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.519 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml...
19:25:03.519 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml
19:25:03.521 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:03.521 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml
19:25:03.572 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:03.572 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml.
0s54ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.572 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.572 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.572 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml...
19:25:03.572 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.573 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.573 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml...
19:25:03.573 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml
19:25:03.582 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:25:03.582 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml
19:25:03.583 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.583 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.583 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.583 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.583 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml...
19:25:03.584 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.584 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.584 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml...
19:25:03.584 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml
19:25:03.586 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.586 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml
19:25:03.586 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.586 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.586 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.586 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.587 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml...
19:25:03.587 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.587 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.587 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml...
19:25:03.587 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml
19:25:03.627 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
19:25:03.627 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml
19:25:03.630 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:25:03.630 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml.
0s43ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.630 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.630 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.631 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml...
19:25:03.631 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.631 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.631 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml...
19:25:03.631 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml
19:25:03.633 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.633 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml
19:25:03.633 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.633 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.633 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.633 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.634 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml...
19:25:03.634 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.634 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.634 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml...
19:25:03.634 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml
19:25:03.635 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:25:03.635 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml
19:25:03.636 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.636 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.636 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.636 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.637 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml...
19:25:03.637 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.637 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.637 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml...
19:25:03.637 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml
19:25:03.647 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 NODES AND 23 M->MM REFERENCES! (took ~69sec)
19:25:03.647 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml
19:25:03.680 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec)
19:25:03.680 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml.
0s43ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.680 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.680 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.681 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml...
19:25:03.681 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.681 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.681 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml...
19:25:03.681 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml
19:25:03.683 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.683 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml
19:25:03.683 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.683 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:03.683 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.683 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.684 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml...
19:25:03.684 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.684 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.684 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml...
19:25:03.684 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml
19:25:03.687 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
19:25:03.687 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml
19:25:03.690 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:25:03.690 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.690 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.690 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.691 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml...
19:25:03.691 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.691 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.691 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml...
19:25:03.691 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml
19:25:03.693 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.693 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml
19:25:03.693 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.693 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.693 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.693 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.693 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml...
19:25:03.693 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.693 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.693 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml...
19:25:03.694 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml
19:25:03.695 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.695 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml
19:25:03.695 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.695 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:03.695 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.695 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.696 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml...
19:25:03.696 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.696 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.696 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml...
19:25:03.696 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml
19:25:03.728 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
19:25:03.728 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml
19:25:03.734 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
19:25:03.734 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml.
0s38ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.734 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.734 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.735 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml...
19:25:03.735 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.735 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.735 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml...
19:25:03.735 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml
19:25:03.736 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:25:03.736 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml
19:25:03.737 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.737 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.737 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.737 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.738 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml...
19:25:03.738 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.738 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.738 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml...
19:25:03.738 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml
19:25:03.740 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.740 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml
19:25:03.740 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.741 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.741 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.741 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.741 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml...
19:25:03.741 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.741 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.741 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml...
19:25:03.741 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml
19:25:03.743 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.743 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml
19:25:03.743 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.743 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:03.743 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.743 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.744 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml...
19:25:03.744 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.744 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.744 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml...
19:25:03.744 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml
19:25:03.747 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
19:25:03.747 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml
19:25:03.748 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:25:03.748 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.748 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.748 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.748 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml...
19:25:03.749 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.749 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.749 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml...
19:25:03.774 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml
19:25:03.776 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.776 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml
19:25:03.776 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.776 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml.
0s28ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.776 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.776 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.777 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml...
19:25:03.777 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.777 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.777 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml...
19:25:03.777 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml
19:25:03.780 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
19:25:03.780 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml
19:25:03.781 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:25:03.781 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.781 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.781 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.782 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml...
19:25:03.782 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.782 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.782 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml...
19:25:03.782 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml
19:25:03.785 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
19:25:03.785 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml
19:25:03.786 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:25:03.786 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:03.786 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.786 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.786 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml...
19:25:03.787 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.787 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.787 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml...
19:25:03.787 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml
19:25:03.809 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:25:03.809 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml
19:25:03.810 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.810 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml.
0s24ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.810 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.810 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.811 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml...
19:25:03.811 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.811 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.811 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml...
19:25:03.824 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml
19:25:03.826 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.826 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml
19:25:03.827 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.827 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml.
0s16ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.827 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.827 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.827 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml...
19:25:03.828 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.828 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.828 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml...
19:25:03.828 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml
19:25:03.829 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.829 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml
19:25:03.830 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.830 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.830 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.830 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.830 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 100/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (4 sec, 4 sec total)
19:25:03.830 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml...
19:25:03.830 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.831 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.831 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml...
19:25:03.831 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml
19:25:03.833 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.833 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml
19:25:03.833 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.833 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.833 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.833 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.833 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml...
19:25:03.833 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.833 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.833 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml...
19:25:03.834 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml
19:25:03.836 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.836 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml
19:25:03.836 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.836 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:03.836 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.836 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.836 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml...
19:25:03.836 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.836 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.836 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml...
19:25:03.837 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml
19:25:03.838 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.838 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml
19:25:03.839 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.839 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.839 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.839 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.839 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml...
19:25:03.839 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.839 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.839 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml...
19:25:03.840 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml
19:25:03.841 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.841 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml
19:25:03.843 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.843 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.843 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.843 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.843 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml...
19:25:03.843 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.843 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.843 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml...
19:25:03.844 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml
19:25:03.845 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.845 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml
19:25:03.846 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.846 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.846 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.846 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.846 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml...
19:25:03.846 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.846 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.846 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml...
19:25:03.847 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml
19:25:03.849 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
19:25:03.849 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml
19:25:03.875 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:03.875 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml.
0s29ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.875 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.875 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.876 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml...
19:25:03.876 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.876 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.876 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml...
19:25:03.876 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml
19:25:03.879 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
19:25:03.879 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml
19:25:03.880 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:25:03.880 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.880 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.880 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.881 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml...
19:25:03.881 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.881 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.881 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml...
19:25:03.881 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml
19:25:03.882 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:25:03.882 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml
19:25:03.883 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.883 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:03.883 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.883 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.906 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml...
19:25:03.907 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.907 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.907 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml...
19:25:03.907 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
19:25:03.948 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
19:25:03.948 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
19:25:03.949 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:25:03.949 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml.
0s43ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.949 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.949 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.950 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml...
19:25:03.950 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.950 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.950 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml...
19:25:03.950 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml
19:25:03.952 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.952 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml
19:25:03.952 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.952 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:03.952 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.952 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.953 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml...
19:25:03.953 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.953 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.953 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml...
19:25:03.953 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml
19:25:03.955 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:03.955 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml
19:25:03.955 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:03.955 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:03.955 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.955 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.956 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml...
19:25:03.956 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.956 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.956 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml...
19:25:03.956 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml
19:25:03.958 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:03.958 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml
19:25:03.959 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:03.959 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:03.959 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:03.959 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:03.959 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml...
19:25:03.959 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:03.959 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:03.959 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml...
19:25:03.959 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml
19:25:04.006 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.006 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml
19:25:04.007 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.007 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml.
0s48ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.007 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.007 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.008 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml...
19:25:04.008 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.008 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.008 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml...
19:25:04.008 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml
19:25:04.012 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec)
19:25:04.012 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml
19:25:04.014 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
19:25:04.014 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.014 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.014 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.014 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml...
19:25:04.014 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.014 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.014 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml...
19:25:04.034 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml
19:25:04.061 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.061 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml
19:25:04.062 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.062 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml.
0s48ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.062 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.062 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.062 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml...
19:25:04.062 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.062 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.062 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml...
19:25:04.063 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml
19:25:04.064 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.064 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml
19:25:04.065 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.065 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.065 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.065 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.065 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml...
19:25:04.065 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.065 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.065 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml...
19:25:04.065 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml
19:25:04.067 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.067 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml
19:25:04.067 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.067 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.067 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.067 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.068 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml...
19:25:04.068 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.068 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.068 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml...
19:25:04.068 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml
19:25:04.070 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.070 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml
19:25:04.070 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.070 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.070 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.070 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.070 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml...
19:25:04.070 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.070 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.070 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml...
19:25:04.070 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml
19:25:04.072 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.072 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml
19:25:04.072 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.072 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.072 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.072 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.073 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml...
19:25:04.073 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.073 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.073 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml...
19:25:04.073 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml
19:25:04.074 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.074 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml
19:25:04.075 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.075 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.075 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.075 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.107 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml...
19:25:04.107 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.107 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.107 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml...
19:25:04.110 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml
19:25:04.112 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.112 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml
19:25:04.113 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.113 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.113 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.113 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.113 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml...
19:25:04.113 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.113 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.113 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml...
19:25:04.113 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml
19:25:04.115 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.115 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml
19:25:04.115 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.115 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.115 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.115 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.116 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml...
19:25:04.116 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.116 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.116 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml...
19:25:04.116 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml
19:25:04.118 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.118 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml
19:25:04.118 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.118 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.118 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.118 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.119 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml...
19:25:04.119 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.119 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.119 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml...
19:25:04.120 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml
19:25:04.122 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.122 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml
19:25:04.122 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.122 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.122 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.122 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.122 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml...
19:25:04.122 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.122 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.122 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml...
19:25:04.123 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml
19:25:04.124 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:25:04.124 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml
19:25:04.124 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.124 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.124 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.124 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.125 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml...
19:25:04.125 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.125 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.125 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml...
19:25:04.125 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml
19:25:04.127 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.127 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml
19:25:04.127 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.127 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.127 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.127 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.128 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml...
19:25:04.128 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.128 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.128 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml...
19:25:04.128 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml
19:25:04.130 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.130 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml
19:25:04.130 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.130 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.130 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.130 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.131 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml...
19:25:04.131 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.131 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.131 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml...
19:25:04.131 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml
19:25:04.133 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.133 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml
19:25:04.133 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.133 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.133 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.133 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.134 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml...
19:25:04.134 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.134 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.134 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml...
19:25:04.134 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml
19:25:04.136 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.136 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml
19:25:04.161 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.161 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml.
0s27ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.161 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.161 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.162 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml...
19:25:04.162 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.162 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.162 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml...
19:25:04.163 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml
19:25:04.165 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.165 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml
19:25:04.165 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.165 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.165 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.165 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.165 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml...
19:25:04.166 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.166 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.166 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml...
19:25:04.166 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml
19:25:04.207 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.207 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml
19:25:04.207 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.207 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml.
0s42ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.207 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.207 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.208 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml...
19:25:04.208 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.208 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.208 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml...
19:25:04.208 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml
19:25:04.212 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.212 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml
19:25:04.237 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.237 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml.
0s29ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.237 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.237 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.238 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml...
19:25:04.238 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.238 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.238 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml...
19:25:04.238 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml
19:25:04.241 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:04.241 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml
19:25:04.241 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:04.241 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.241 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.241 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.242 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml...
19:25:04.242 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.242 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.242 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml...
19:25:04.242 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml
19:25:04.247 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
19:25:04.247 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml
19:25:04.252 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
19:25:04.252 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.252 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.252 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.252 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml...
19:25:04.252 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.252 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.253 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml...
19:25:04.253 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml
19:25:04.254 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.254 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml
19:25:04.255 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.255 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.255 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.255 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.255 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml...
19:25:04.256 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.256 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.256 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml...
19:25:04.256 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml
19:25:04.263 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec)
19:25:04.263 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml
19:25:04.265 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.265 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.265 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.265 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.266 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml...
19:25:04.266 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.266 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.266 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml...
19:25:04.288 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml
19:25:04.315 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:25:04.315 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml
19:25:04.315 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.315 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml.
0s49ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.315 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:25:04.316 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:25:04.316 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml...
19:25:04.316 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.316 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.316 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml...
19:25:04.338 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml
19:25:04.340 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.340 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml
19:25:04.342 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.343 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml.
0s27ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.343 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.343 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.343 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml...
19:25:04.343 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.344 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.344 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml...
19:25:04.344 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml
19:25:04.346 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.346 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml
19:25:04.346 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.346 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.346 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.346 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.347 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml...
19:25:04.347 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.347 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.347 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml...
19:25:04.347 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml
19:25:04.349 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.349 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml
19:25:04.349 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.349 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.349 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.349 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.350 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml...
19:25:04.350 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.350 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.350 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml...
19:25:04.350 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml
19:25:04.352 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.352 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml
19:25:04.353 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.353 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.353 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.353 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.353 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml...
19:25:04.353 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.353 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.353 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml...
19:25:04.354 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml
19:25:04.411 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
19:25:04.411 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml
19:25:04.412 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:25:04.412 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml.
0s59ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.412 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.412 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.413 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml...
19:25:04.413 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.413 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.413 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml...
19:25:04.413 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml
19:25:04.415 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.415 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml
19:25:04.415 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.415 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.415 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.415 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.416 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml...
19:25:04.416 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.416 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.416 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml...
19:25:04.416 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml
19:25:04.418 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:04.418 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml
19:25:04.419 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:04.419 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.419 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.419 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.419 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml...
19:25:04.420 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.420 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.420 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml...
19:25:04.420 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml
19:25:04.421 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.421 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml
19:25:04.422 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.422 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.422 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.422 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.422 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml...
19:25:04.422 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.422 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.422 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml...
19:25:04.422 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml
19:25:04.424 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.424 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml
19:25:04.424 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.424 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.424 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.424 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.425 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml...
19:25:04.425 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.425 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.425 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml...
19:25:04.425 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml
19:25:04.426 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.426 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml
19:25:04.427 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.427 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.427 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.427 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.427 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml...
19:25:04.427 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.427 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.427 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml...
19:25:04.428 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml
19:25:04.606 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:04.606 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml
19:25:04.607 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:04.607 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml.
0s180ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.607 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.607 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.608 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml...
19:25:04.608 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.608 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.608 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml...
19:25:04.609 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml
19:25:04.612 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
19:25:04.612 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml
19:25:04.613 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:25:04.613 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.613 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.613 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.613 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml...
19:25:04.613 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.613 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.613 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml...
19:25:04.614 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml
19:25:04.615 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.615 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml
19:25:04.616 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.616 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.616 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.616 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.616 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml...
19:25:04.616 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.616 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.616 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml...
19:25:04.617 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml
19:25:04.620 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec)
19:25:04.620 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml
19:25:04.621 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
19:25:04.621 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.621 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.621 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.622 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml...
19:25:04.622 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.622 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.622 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml...
19:25:04.622 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml
19:25:04.625 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
19:25:04.625 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml
19:25:04.628 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.628 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.628 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.628 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.628 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml...
19:25:04.628 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.629 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.629 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml...
19:25:04.629 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml
19:25:04.630 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.630 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml
19:25:04.631 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.631 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.631 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.631 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.631 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml...
19:25:04.631 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.631 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.631 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml...
19:25:04.632 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml
19:25:04.657 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.657 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml
19:25:04.657 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.657 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml.
0s26ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.657 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.657 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.658 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml...
19:25:04.658 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.658 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.658 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml...
19:25:04.659 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml
19:25:04.708 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:25:04.708 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml
19:25:04.709 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.709 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml.
0s51ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.709 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.709 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.709 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml...
19:25:04.710 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.710 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.710 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml...
19:25:04.710 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml
19:25:04.712 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.712 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml
19:25:04.712 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.712 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.712 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.712 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.712 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml...
19:25:04.712 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.712 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.712 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml...
19:25:04.713 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml
19:25:04.714 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.715 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml
19:25:04.715 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.715 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.715 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.715 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.715 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml...
19:25:04.715 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.715 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.715 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml...
19:25:04.716 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml
19:25:04.717 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.717 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml
19:25:04.717 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.717 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.717 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.717 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.718 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml...
19:25:04.718 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.718 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.718 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml...
19:25:04.718 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml
19:25:04.720 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.720 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml
19:25:04.720 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.720 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.720 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.720 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.721 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml...
19:25:04.721 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.721 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.721 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml...
19:25:04.721 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml
19:25:04.723 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
19:25:04.723 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml
19:25:04.723 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.723 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.723 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.723 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.724 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml...
19:25:04.724 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.724 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.724 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml...
19:25:04.724 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml
19:25:04.726 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.726 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml
19:25:04.726 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.726 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.726 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.726 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.726 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml...
19:25:04.726 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.726 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.726 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml...
19:25:04.727 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml
19:25:04.728 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.728 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml
19:25:04.728 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.729 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.729 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.729 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.729 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml...
19:25:04.729 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.729 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.729 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml...
19:25:04.729 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml
19:25:04.757 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
19:25:04.757 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml
19:25:04.758 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:25:04.758 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml.
0s29ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.758 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.758 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.759 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml...
19:25:04.759 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.759 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.759 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml...
19:25:04.759 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml
19:25:04.761 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.761 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml
19:25:04.761 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.761 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.761 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.761 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.762 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml...
19:25:04.762 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.762 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.762 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml...
19:25:04.762 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml
19:25:04.766 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
19:25:04.766 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml
19:25:04.807 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
19:25:04.807 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml.
0s45ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.807 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.807 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.808 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml...
19:25:04.808 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.808 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.808 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml...
19:25:04.808 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml
19:25:04.811 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
19:25:04.811 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml
19:25:04.812 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:25:04.812 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.812 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.812 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.813 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml...
19:25:04.813 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.813 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.813 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml...
19:25:04.813 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml
19:25:04.815 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.815 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml
19:25:04.817 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.817 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.817 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.817 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.818 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml...
19:25:04.818 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.818 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.818 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml...
19:25:04.818 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml
19:25:04.820 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.820 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml
19:25:04.820 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.820 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.820 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.820 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.820 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml...
19:25:04.820 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.820 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.820 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml...
19:25:04.821 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml
19:25:04.822 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.822 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml
19:25:04.822 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.822 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.822 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:25:04.823 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:25:04.823 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml...
19:25:04.823 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.823 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.823 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml...
19:25:04.823 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml
19:25:04.825 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.825 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml
19:25:04.825 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.825 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.825 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.825 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.826 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml...
19:25:04.826 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.826 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.826 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml...
19:25:04.826 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml
19:25:04.828 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:04.828 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml
19:25:04.828 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:04.828 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.828 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.828 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.829 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml...
19:25:04.829 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.829 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.829 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml...
19:25:04.829 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml
19:25:04.831 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.831 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml
19:25:04.831 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.831 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.831 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.831 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.831 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml...
19:25:04.831 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.831 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.831 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml...
19:25:04.832 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml
19:25:04.833 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.833 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml
19:25:04.833 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.834 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.834 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.834 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.834 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml...
19:25:04.834 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.834 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.834 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml...
19:25:04.858 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml
19:25:04.860 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.860 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml
19:25:04.860 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.860 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml.
0s26ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.860 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.860 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.861 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml...
19:25:04.861 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.861 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.861 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml...
19:25:04.862 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml
19:25:04.864 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:04.864 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml
19:25:04.864 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:04.864 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.864 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.864 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.865 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml...
19:25:04.865 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.865 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.865 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml...
19:25:04.865 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml
19:25:04.867 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.867 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml
19:25:04.867 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.867 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.867 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.867 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.867 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml...
19:25:04.867 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.867 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.867 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml...
19:25:04.868 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml
19:25:04.877 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:25:04.877 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml
19:25:04.877 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.877 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.877 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.877 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.878 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml...
19:25:04.878 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.878 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.878 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml...
19:25:04.878 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml
19:25:04.907 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.907 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml
19:25:04.907 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.907 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml.
0s29ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.907 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.907 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.908 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml...
19:25:04.908 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.908 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.908 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml...
19:25:04.933 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml
19:25:04.935 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.935 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml
19:25:04.936 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.936 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml.
0s28ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.936 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.936 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.936 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml...
19:25:04.936 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.936 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.936 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml...
19:25:04.937 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml
19:25:04.938 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.938 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml
19:25:04.938 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.939 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.939 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.939 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.939 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml...
19:25:04.939 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.939 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.939 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml...
19:25:04.939 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml
19:25:04.941 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.941 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml
19:25:04.941 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.941 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.941 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.941 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.942 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml...
19:25:04.942 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.942 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.942 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml...
19:25:04.942 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml
19:25:04.944 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:04.944 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml
19:25:04.945 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:04.945 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.945 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.945 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.945 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml...
19:25:04.945 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.946 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.946 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml...
19:25:04.946 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml
19:25:04.952 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
19:25:04.952 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml
19:25:04.984 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
19:25:04.984 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml.
0s39ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.984 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.984 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.984 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml...
19:25:04.985 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.985 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.985 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml...
19:25:04.985 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml
19:25:04.987 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.987 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml
19:25:04.987 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.987 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:04.987 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.987 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.987 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml...
19:25:04.987 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.988 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.988 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml...
19:25:04.988 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml
19:25:04.989 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.989 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml
19:25:04.990 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.990 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.990 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.990 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.990 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml...
19:25:04.990 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.990 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.990 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml...
19:25:04.990 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml
19:25:04.992 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.992 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml
19:25:04.992 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.992 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.992 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.992 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.993 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml...
19:25:04.993 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.993 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.993 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml...
19:25:04.993 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml
19:25:04.994 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:04.994 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml
19:25:04.995 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:04.995 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:04.995 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:04.995 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:04.995 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml...
19:25:04.995 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:04.995 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:04.995 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml...
19:25:04.996 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml
19:25:05.037 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~36sec)
19:25:05.037 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml
19:25:05.041 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec)
19:25:05.041 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml.
0s46ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.041 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.041 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.042 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml...
19:25:05.042 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.042 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.042 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml...
19:25:05.043 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml
19:25:05.044 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.044 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml
19:25:05.044 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.044 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.044 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.045 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.045 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml...
19:25:05.045 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.045 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.045 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml...
19:25:05.045 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml
19:25:05.047 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.047 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml
19:25:05.047 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.047 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.047 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.047 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.047 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml...
19:25:05.048 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.048 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.048 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml...
19:25:05.048 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml
19:25:05.050 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
19:25:05.050 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml
19:25:05.051 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:05.051 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.051 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.051 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.051 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml...
19:25:05.051 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.051 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.051 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml...
19:25:05.052 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml
19:25:05.053 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.053 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml
19:25:05.053 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.053 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:05.053 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.053 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.054 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml...
19:25:05.054 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.054 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.054 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml...
19:25:05.054 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml
19:25:05.057 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
19:25:05.057 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml
19:25:05.057 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:05.057 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.057 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.057 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.058 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml...
19:25:05.058 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.058 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.058 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml...
19:25:05.058 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml
19:25:05.060 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.060 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml
19:25:05.060 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.060 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.060 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.060 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.060 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml...
19:25:05.061 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.061 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.061 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml...
19:25:05.061 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml
19:25:05.102 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.102 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml
19:25:05.102 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.103 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml.
0s43ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.103 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.103 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.103 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml...
19:25:05.103 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.103 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.103 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml...
19:25:05.104 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml
19:25:05.105 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.105 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml
19:25:05.106 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.106 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.106 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.106 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.106 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml...
19:25:05.106 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.106 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.106 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml...
19:25:05.107 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml
19:25:05.111 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~20sec)
19:25:05.111 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml
19:25:05.113 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
19:25:05.113 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.113 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.113 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.113 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml...
19:25:05.113 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.113 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.113 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml...
19:25:05.114 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml
19:25:05.116 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
19:25:05.116 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml
19:25:05.117 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:25:05.117 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.117 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.117 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.118 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml...
19:25:05.118 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.118 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.118 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml...
19:25:05.118 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml
19:25:05.120 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:05.120 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml
19:25:05.121 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:05.121 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.121 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.121 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.122 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml...
19:25:05.122 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.123 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.123 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml...
19:25:05.123 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml
19:25:05.126 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.126 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml
19:25:05.141 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.141 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml.
0s19ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.141 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.141 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.142 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 200/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (1 sec, 6 sec total)
19:25:05.142 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml...
19:25:05.142 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.142 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.142 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml...
19:25:05.151 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml
19:25:05.153 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.153 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml
19:25:05.153 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.153 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.153 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.153 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.154 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml...
19:25:05.154 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.154 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.154 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml...
19:25:05.154 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml
19:25:05.157 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.157 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml
19:25:05.158 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.158 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.158 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.158 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.158 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml...
19:25:05.158 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.158 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.158 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml...
19:25:05.159 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml
19:25:05.160 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.160 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml
19:25:05.161 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.161 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:05.161 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.161 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.161 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml...
19:25:05.161 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.161 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.161 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml...
19:25:05.161 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml
19:25:05.207 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:05.207 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml
19:25:05.208 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:05.208 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml.
0s47ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.208 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.208 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.208 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml...
19:25:05.208 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.208 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.208 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml...
19:25:05.209 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml
19:25:05.210 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.210 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml
19:25:05.211 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.211 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.211 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.211 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.211 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml...
19:25:05.211 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.211 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.211 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml...
19:25:05.212 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml
19:25:05.213 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.213 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml
19:25:05.213 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.213 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:05.213 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:25:05.214 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:25:05.214 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml...
19:25:05.214 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.214 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.214 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml...
19:25:05.214 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml
19:25:05.216 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.216 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml
19:25:05.216 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.216 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:05.216 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.216 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.217 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml...
19:25:05.217 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.217 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.217 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml...
19:25:05.217 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml
19:25:05.220 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
19:25:05.220 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml
19:25:05.220 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:05.220 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.220 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.220 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.221 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml...
19:25:05.221 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.221 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.221 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml...
19:25:05.221 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml
19:25:05.223 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.223 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml
19:25:05.223 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.223 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.223 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.223 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.223 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml...
19:25:05.223 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.224 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.224 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml...
19:25:05.224 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml
19:25:05.226 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.226 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml
19:25:05.226 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.226 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.226 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.226 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.226 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml...
19:25:05.227 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.227 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.227 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml...
19:25:05.252 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml
19:25:05.256 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
19:25:05.256 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml
19:25:05.257 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
19:25:05.258 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml.
0s32ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.258 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.258 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.258 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml...
19:25:05.258 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.258 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.258 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml...
19:25:05.258 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml
19:25:05.260 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.260 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml
19:25:05.260 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.260 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:05.260 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.260 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.260 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml...
19:25:05.260 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.261 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.261 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml...
19:25:05.261 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml
19:25:05.262 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.262 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml
19:25:05.263 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.263 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.263 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.263 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.263 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml...
19:25:05.263 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.263 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.263 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml...
19:25:05.263 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml
19:25:05.307 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.307 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml
19:25:05.308 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.308 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml.
0s45ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.308 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.308 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.308 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml...
19:25:05.308 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.308 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.308 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml...
19:25:05.309 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml
19:25:05.311 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.311 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml
19:25:05.311 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.311 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.311 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.311 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.312 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml...
19:25:05.312 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.312 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.312 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml...
19:25:05.313 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml
19:25:05.320 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec)
19:25:05.320 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml
19:25:05.322 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.322 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.322 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.322 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.322 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml...
19:25:05.322 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.323 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.323 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml...
19:25:05.323 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml
19:25:05.324 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.324 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml
19:25:05.325 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.325 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.325 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.325 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.325 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml...
19:25:05.325 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.325 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.325 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml...
19:25:05.326 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml
19:25:05.328 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:05.328 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml
19:25:05.328 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:05.328 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.328 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.329 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.329 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml...
19:25:05.329 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.329 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.329 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml...
19:25:05.329 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml
19:25:05.361 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:25:05.361 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml
19:25:05.361 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.361 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml.
0s32ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.361 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.361 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.362 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml...
19:25:05.362 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.362 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.362 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml...
19:25:05.362 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml
19:25:05.364 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.364 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml
19:25:05.406 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.406 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml.
0s44ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.406 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.406 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.407 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml...
19:25:05.407 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.407 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.407 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml...
19:25:05.436 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml
19:25:05.437 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.437 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml
19:25:05.438 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.438 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml.
0s31ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.438 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.438 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.438 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml...
19:25:05.438 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.438 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.439 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml...
19:25:05.439 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml
19:25:05.440 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.440 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml
19:25:05.440 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.440 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:05.440 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.441 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.441 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml...
19:25:05.441 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.441 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.441 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml...
19:25:05.441 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml
19:25:05.443 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.443 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml
19:25:05.443 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.443 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:05.443 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.443 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.443 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml...
19:25:05.444 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.444 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.444 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml...
19:25:05.444 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml
19:25:05.446 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
19:25:05.446 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml
19:25:05.447 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:25:05.447 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.447 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.447 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.447 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml...
19:25:05.447 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.447 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.447 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml...
19:25:05.448 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml
19:25:05.449 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.449 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml
19:25:05.449 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.449 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:05.449 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.449 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.450 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml...
19:25:05.450 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.450 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.450 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml...
19:25:05.450 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml
19:25:05.451 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.451 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml
19:25:05.452 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.452 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.452 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.452 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.452 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml...
19:25:05.452 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.452 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.452 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml...
19:25:05.452 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml
19:25:05.454 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.454 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml
19:25:05.454 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.454 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:05.454 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.454 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.454 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml...
19:25:05.454 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.455 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.455 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml...
19:25:05.455 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml
19:25:05.456 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:25:05.456 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml
19:25:05.456 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.456 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:05.456 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.456 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.457 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml...
19:25:05.457 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.457 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.457 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml...
19:25:05.457 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml
19:25:05.464 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
19:25:05.464 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml
19:25:05.510 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
19:25:05.510 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml.
0s53ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.510 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.510 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.511 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml...
19:25:05.511 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.511 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.511 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml...
19:25:05.511 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml
19:25:05.513 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.513 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml
19:25:05.513 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.513 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.513 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.513 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.513 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml...
19:25:05.514 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.514 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.514 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml...
19:25:05.514 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml
19:25:05.515 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.515 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml
19:25:05.516 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.516 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.516 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.516 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.516 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml...
19:25:05.516 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.516 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.516 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml...
19:25:05.517 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml
19:25:05.556 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
19:25:05.556 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml
19:25:05.564 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
19:25:05.564 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml.
0s48ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.564 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.564 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.607 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml...
19:25:05.607 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.607 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.607 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml...
19:25:05.678 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml
19:25:05.680 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.680 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml
19:25:05.681 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.681 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml.
0s74ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.681 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.681 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.681 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml...
19:25:05.681 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.681 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.681 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml...
19:25:05.683 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml
19:25:05.684 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.684 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml
19:25:05.685 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.685 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.685 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.685 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.685 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml...
19:25:05.685 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.685 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.685 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml...
19:25:05.686 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml
19:25:05.687 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.687 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml
19:25:05.687 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.687 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:05.688 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.688 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.688 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml...
19:25:05.688 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.688 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.688 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml...
19:25:05.688 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml
19:25:05.692 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.692 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml
19:25:05.693 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.693 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.693 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.693 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.694 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml...
19:25:05.694 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.694 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.694 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml...
19:25:05.694 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml
19:25:05.735 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
19:25:05.735 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml
19:25:05.741 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
19:25:05.741 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml.
0s47ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.741 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.741 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.742 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml...
19:25:05.742 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.742 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.742 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml...
19:25:05.742 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml
19:25:05.744 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.744 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml
19:25:05.745 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.745 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.745 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.745 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.745 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml...
19:25:05.745 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.745 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.745 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml...
19:25:05.746 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml
19:25:05.747 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.747 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml
19:25:05.748 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.748 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.748 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.748 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.748 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml...
19:25:05.748 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.748 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.748 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml...
19:25:05.749 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml
19:25:05.750 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.750 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml
19:25:05.750 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.750 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:05.750 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:25:05.751 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:25:05.751 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml...
19:25:05.751 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.751 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.751 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml...
19:25:05.751 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml
19:25:05.754 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:05.754 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml
19:25:05.754 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:05.754 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.754 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.755 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.755 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml...
19:25:05.755 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.755 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.755 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml...
19:25:05.779 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml
19:25:05.781 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.781 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml
19:25:05.781 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.781 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml.
0s26ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.781 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.781 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.782 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml...
19:25:05.782 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.782 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.782 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml...
19:25:05.782 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml
19:25:05.809 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 18 NODES AND 18 M->MM REFERENCES! (took ~54sec)
19:25:05.809 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml
19:25:05.817 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec)
19:25:05.817 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml.
0s35ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.817 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.817 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.818 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml...
19:25:05.818 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.818 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.818 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml...
19:25:05.829 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml
19:25:05.867 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.867 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml
19:25:05.867 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.867 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml.
0s49ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.867 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.867 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.868 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml...
19:25:05.868 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.868 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.868 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml...
19:25:05.869 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml
19:25:05.871 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.871 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml
19:25:05.871 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.871 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.871 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.871 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.871 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml...
19:25:05.871 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.871 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.871 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml...
19:25:05.872 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml
19:25:05.875 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
19:25:05.875 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml
19:25:05.876 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:25:05.876 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.876 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.876 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.876 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml...
19:25:05.876 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.876 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.876 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml...
19:25:05.877 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml
19:25:05.879 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.879 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml
19:25:05.879 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.879 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.879 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.879 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.879 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml...
19:25:05.879 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.879 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.879 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml...
19:25:05.880 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml
19:25:05.883 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
19:25:05.883 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml
19:25:05.884 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:25:05.884 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.884 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.884 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.885 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml...
19:25:05.885 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.885 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.885 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml...
19:25:05.885 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml
19:25:05.889 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
19:25:05.889 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml
19:25:05.890 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:25:05.890 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.890 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.890 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.890 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml...
19:25:05.890 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.891 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.891 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml...
19:25:05.922 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml
19:25:05.924 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.924 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml
19:25:05.924 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.924 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml.
0s34ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.924 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.924 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.925 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml...
19:25:05.925 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.925 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.925 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml...
19:25:05.925 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml
19:25:05.927 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.927 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml
19:25:05.927 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.927 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:05.927 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.927 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.928 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml...
19:25:05.928 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.928 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.928 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml...
19:25:05.928 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml
19:25:05.930 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:05.930 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml
19:25:05.931 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:05.931 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.931 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.931 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.932 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml...
19:25:05.932 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.932 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.932 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml...
19:25:05.932 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml
19:25:05.933 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:25:05.933 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml
19:25:05.933 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.933 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:05.933 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.933 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.934 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml...
19:25:05.934 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.934 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.934 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml...
19:25:05.934 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml
19:25:05.936 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.936 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml
19:25:05.936 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.936 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:05.936 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.936 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.937 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml...
19:25:05.937 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.937 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.937 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml...
19:25:05.937 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml
19:25:05.939 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.939 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml
19:25:05.939 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.939 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.939 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.939 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.939 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml...
19:25:05.939 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.939 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.939 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml...
19:25:05.940 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml
19:25:05.950 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:25:05.950 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml
19:25:05.971 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.971 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml.
0s32ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.971 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.971 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.972 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml...
19:25:05.972 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.972 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.972 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml...
19:25:05.973 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml
19:25:05.974 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.974 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml
19:25:05.975 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.975 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.975 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.975 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.975 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml...
19:25:05.975 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.975 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.975 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml...
19:25:05.976 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml
19:25:05.977 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.977 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml
19:25:05.978 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.978 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.978 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.978 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.978 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml...
19:25:05.978 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.978 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.978 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml...
19:25:05.979 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml
19:25:05.980 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.980 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml
19:25:05.980 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.980 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.980 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.980 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.981 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml...
19:25:05.981 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.981 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.981 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml...
19:25:05.981 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml
19:25:05.984 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
19:25:05.984 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml
19:25:05.986 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:25:05.986 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.986 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.986 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.986 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml...
19:25:05.986 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.986 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.986 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml...
19:25:05.986 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml
19:25:05.988 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.988 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml
19:25:05.988 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.988 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.988 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.988 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.989 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml...
19:25:05.989 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.989 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.989 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml...
19:25:05.989 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml
19:25:05.990 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.990 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml
19:25:05.991 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.991 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:05.991 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.991 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.991 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml...
19:25:05.991 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.991 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.991 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml...
19:25:05.991 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml
19:25:05.994 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:05.994 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml
19:25:05.994 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:05.994 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.994 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.994 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.994 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml...
19:25:05.994 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.995 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.995 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml...
19:25:05.995 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml
19:25:05.996 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:05.996 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml
19:25:05.997 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:05.997 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:05.997 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:05.997 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:05.997 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml...
19:25:05.997 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:05.997 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:05.997 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml...
19:25:06.022 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml
19:25:06.024 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.024 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml
19:25:06.024 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.024 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml.
0s27ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.025 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.025 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.025 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml...
19:25:06.025 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.025 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.026 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml...
19:25:06.026 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml
19:25:06.029 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
19:25:06.029 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml
19:25:06.030 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:25:06.030 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.030 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.030 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.031 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml...
19:25:06.031 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.031 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.031 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml...
19:25:06.031 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml
19:25:06.036 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.036 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml
19:25:06.036 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.036 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.036 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.036 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.038 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml...
19:25:06.038 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.038 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.038 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml...
19:25:06.039 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml
19:25:06.044 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec)
19:25:06.044 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml
19:25:06.046 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
19:25:06.046 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.046 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.046 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.047 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml...
19:25:06.047 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.047 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.047 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml...
19:25:06.049 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml
19:25:06.111 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
19:25:06.111 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml
19:25:06.116 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
19:25:06.116 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml.
0s69ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.116 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.116 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.116 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml...
19:25:06.116 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.116 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.116 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml...
19:25:06.117 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml
19:25:06.118 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.118 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml
19:25:06.118 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.118 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:06.118 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.118 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.119 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml...
19:25:06.119 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.119 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.119 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml...
19:25:06.119 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml
19:25:06.120 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.120 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml
19:25:06.121 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.121 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:06.121 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.121 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.121 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml...
19:25:06.121 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.121 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.121 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml...
19:25:06.121 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml
19:25:06.123 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.123 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml
19:25:06.123 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.123 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:06.123 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.123 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.123 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml...
19:25:06.123 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.123 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.123 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml...
19:25:06.124 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml
19:25:06.125 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.125 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml
19:25:06.125 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.125 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.125 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.125 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.126 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml...
19:25:06.126 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.126 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.126 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml...
19:25:06.126 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml
19:25:06.129 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
19:25:06.129 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml
19:25:06.131 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:25:06.131 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.131 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.131 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.131 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml...
19:25:06.131 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.131 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.131 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml...
19:25:06.132 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml
19:25:06.133 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.133 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml
19:25:06.133 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.133 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:06.133 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.133 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.134 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml...
19:25:06.134 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.134 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.134 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml...
19:25:06.156 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml
19:25:06.158 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:06.158 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml
19:25:06.159 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:06.159 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml.
0s25ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.159 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.159 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.160 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml...
19:25:06.160 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.160 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.160 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml...
19:25:06.160 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml
19:25:06.162 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.162 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml
19:25:06.162 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.162 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:06.162 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.162 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.163 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
19:25:06.163 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.163 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.206 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
19:25:06.206 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
19:25:06.225 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
19:25:06.225 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
19:25:06.227 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
19:25:06.227 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml.
0s64ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.227 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.227 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.228 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml...
19:25:06.228 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.228 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.228 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml...
19:25:06.228 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml
19:25:06.230 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.230 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml
19:25:06.230 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.230 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.230 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.230 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.231 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml...
19:25:06.231 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.231 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.231 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml...
19:25:06.231 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml
19:25:06.234 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:06.234 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml
19:25:06.256 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:06.256 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml.
0s25ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.256 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.256 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.257 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml...
19:25:06.257 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.257 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.257 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml...
19:25:06.257 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml
19:25:06.258 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:25:06.259 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml
19:25:06.259 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.259 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.259 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.259 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.260 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml...
19:25:06.260 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.260 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.260 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml...
19:25:06.260 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml
19:25:06.262 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
19:25:06.262 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml
19:25:06.263 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:06.263 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.263 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.263 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.263 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml...
19:25:06.263 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.264 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.264 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml...
19:25:06.264 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml
19:25:06.308 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.308 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml
19:25:06.308 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.308 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml.
0s45ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.308 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.308 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.309 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml...
19:25:06.309 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.309 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.309 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml...
19:25:06.309 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml
19:25:06.311 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.311 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml
19:25:06.311 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.311 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.311 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.311 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.312 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml...
19:25:06.312 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.312 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.312 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml...
19:25:06.312 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml
19:25:06.314 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.314 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml
19:25:06.314 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.314 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.314 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.314 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.314 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml...
19:25:06.314 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.314 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.314 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml...
19:25:06.315 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml
19:25:06.316 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.316 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml
19:25:06.317 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.317 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.317 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.317 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.317 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml...
19:25:06.317 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.317 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.317 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml...
19:25:06.318 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml
19:25:06.319 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.319 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml
19:25:06.319 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.319 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:06.319 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.319 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.320 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml...
19:25:06.320 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.320 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.320 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml...
19:25:06.320 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml
19:25:06.323 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
19:25:06.323 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml
19:25:06.323 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.323 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.323 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.323 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.324 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml...
19:25:06.324 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.324 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.324 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml...
19:25:06.324 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml
19:25:06.326 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.326 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml
19:25:06.326 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.326 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:06.326 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.326 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.327 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml...
19:25:06.327 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.327 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.327 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml...
19:25:06.327 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml
19:25:06.329 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.329 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml
19:25:06.329 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.329 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:06.329 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.329 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.329 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml...
19:25:06.330 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.330 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.330 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml...
19:25:06.330 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml
19:25:06.332 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.332 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml
19:25:06.332 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.332 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.332 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.332 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.332 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml...
19:25:06.332 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.332 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.332 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml...
19:25:06.382 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml
19:25:06.407 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.407 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml
19:25:06.407 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.407 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml.
0s75ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.407 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.407 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.408 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml...
19:25:06.408 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.408 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.408 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml...
19:25:06.431 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml
19:25:06.433 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.433 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml
19:25:06.434 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.434 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml.
0s26ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.434 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.434 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.434 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml...
19:25:06.434 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.435 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.435 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml...
19:25:06.435 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml
19:25:06.436 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.436 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml
19:25:06.437 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.437 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.437 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.437 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.437 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml...
19:25:06.437 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.437 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.437 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml...
19:25:06.438 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml
19:25:06.440 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
19:25:06.440 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml
19:25:06.441 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.441 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.441 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.441 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.441 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml...
19:25:06.441 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.441 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.441 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml...
19:25:06.442 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml
19:25:06.444 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
19:25:06.444 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml
19:25:06.445 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:25:06.445 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.445 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.445 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.446 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml...
19:25:06.446 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.446 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.446 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml...
19:25:06.446 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml
19:25:06.456 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:25:06.456 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml
19:25:06.457 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.457 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.457 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.457 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.457 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml...
19:25:06.457 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.457 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.457 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml...
19:25:06.482 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml
19:25:06.515 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
19:25:06.515 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml
19:25:06.515 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.515 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml.
0s58ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.515 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.515 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.516 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml...
19:25:06.516 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.516 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.516 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml...
19:25:06.516 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml
19:25:06.518 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.518 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml
19:25:06.518 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.518 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:06.518 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.518 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.519 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml...
19:25:06.519 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.519 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.519 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml...
19:25:06.519 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml
19:25:06.520 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.521 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml
19:25:06.521 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.521 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:06.521 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.521 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.521 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 300/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (1 sec, 7 sec total)
19:25:06.521 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml...
19:25:06.521 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.522 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.522 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml...
19:25:06.522 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml
19:25:06.523 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.523 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml
19:25:06.523 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.524 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.524 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.524 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.524 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml...
19:25:06.524 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.524 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.524 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml...
19:25:06.524 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml
19:25:06.527 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:06.527 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml
19:25:06.527 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:06.527 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.527 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:25:06.528 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:25:06.528 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml...
19:25:06.528 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.528 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.528 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml...
19:25:06.528 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml
19:25:06.531 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
19:25:06.531 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml
19:25:06.532 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:25:06.532 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.532 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.532 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.532 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml...
19:25:06.533 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.533 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.533 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml...
19:25:06.566 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml
19:25:06.567 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.567 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml
19:25:06.568 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.568 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml.
0s36ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.568 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.568 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.569 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml...
19:25:06.569 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.569 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.569 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml...
19:25:06.569 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml
19:25:06.571 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.571 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml
19:25:06.607 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.607 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml.
0s38ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.607 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.607 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.608 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml...
19:25:06.608 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.608 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.608 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml...
19:25:06.615 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml
19:25:06.617 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.617 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml
19:25:06.617 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.617 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.617 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.617 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.618 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml...
19:25:06.618 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.618 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.618 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml...
19:25:06.618 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml
19:25:06.620 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:25:06.620 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml
19:25:06.620 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:25:06.620 [pool-19-thread-1] INFO  o.e.h.c.r.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...19:25:06.620 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.620 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.621 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml...
19:25:06.621 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.621 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.621 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml...
19:25:06.621 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml
19:25:06.628 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
19:25:06.628 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml
19:25:06.634 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
19:25:06.634 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml.
0s13ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.634 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.634 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.635 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml...
19:25:06.635 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:06.635 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:06.635 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml...
19:25:06.635 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml
19:25:06.637 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:25:06.637 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml
19:25:06.638 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:25:06.638 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:25:06.638 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:06.638 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:06.638 [pool-19-thread-1] INFO  o.e.h.c.r.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, 7 sec total)
19:25:06.638 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:25:06.638 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:25:07.922 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/1119 proxy references (0 sec total)
19:25:12.931 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs
19:25:12.931 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~6.293s
attempting to resolve any uninitialized derived attributes...
19:25:12.931 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:25:12.931 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:25:12.931 [pool-19-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:25:12.931 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
6s294ms [proxy update]
19:25:12.932 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:25:12.939 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml
interesting	309
deleted		0
changed		309
loaded		309
c elems		619
d elems		0
time		~14s
validating changes...
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.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml
validating file UPDATED for /data/fragments/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/e4358003-f3da-11df-8ada-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.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/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/07ba6521-5d0d-11df-a996-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/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-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.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.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/00000000-0000-9c46-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-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/a6e0f5bd-2649-4c75-a926-3e833fb13002.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/8ed6276e-5821-11df-be59-001302895b2b.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/01ec141c-0000-12f2-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.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/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/aa99ee06-c495-11de-ada1-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.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/99bf7919-5d09-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml
validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-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/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml
validating file UPDATED for /data/fragments/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/142e9641-ca78-441c-9933-c13b113e2e69.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/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/40400bbd-0b5d-11df-8680-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-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/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-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/07111319-1fd7-11df-948e-001302895b2b.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-01d9-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.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/002005c0-0001-0009-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-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/5791cd76-03ec-11e2-9c63-0027103f347d.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/c2e23680-96f0-11de-a322-001fe2c988b8.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/00140d80-0000-0110-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/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/fdbc7d78-32c7-11e0-91f3-0027103f347c.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/00bc0050-0000-006b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.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.EnumeratedPropertyType/00bc470c-0000-0035-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/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.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/8c44d73d-5d0b-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-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/eb8f06b7-de86-11de-905b-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/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.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/120a35e7-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.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.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.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/00700680-0000-01cc-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.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/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-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/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/e445c33b-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml
validating file UPDATED for /data/fragments/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/c37f01cf-273e-11e1-b78e-00137282c51b.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/a46b20b8-26ab-11df-ac88-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-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.Profile/051f4291-f151-4147-99c5-fd78221f49e2.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/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/52d7cccb-c2fd-11de-8ac8-001302895b2b.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/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.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-000d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-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/3254be34-c7d8-4018-8a68-5de65c30b773.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/68c63e60-70d6-11e0-872f-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-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.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.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/007006dc-0000-0139-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-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.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.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/01ec1ac4-0000-2eff-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-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/01ec2468-0000-0ac6-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.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.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml
validating file UPDATED for /data/fragments/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/76f275f9-32d9-11e0-91f3-0027103f347c.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/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-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/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-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/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/a74178fb-df2b-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml
validating file UPDATED for /data/fragments/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/2eb4ec1b-c2fd-11de-8ac8-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.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-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.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-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/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-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/002005c0-0001-000f-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/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml
changed resource size: 619
relevant graph size: 619
validated changes... true
19:25:14.533 [pool-19-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 15 s 824 ms
19:25:14.641 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:25:14.641 [main] INFO  o.e.h.c.r.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
19:25:14.644 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:25:14.644 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:25:15.367 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:25:15 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit2700252411339384915/test_zoo[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit4639815406168949597/test_bpmn[OrientDB]
Dec 01, 2020 7:25:16 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_bpmn[OrientDB]}} Storage 'plocal:/tmp/junit4639815406168949597/test_bpmn[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:25:21.360 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:25:21.363 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:25:21.363 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.BPMNMetaModelParser
19:25:21.708 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:25:21.708 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:25:21.739 [main] WARN  o.e.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
19:25:22.596 [main] WARN  o.e.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)]
19:25:22.749 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/MODEL-XMI to http://www.eclipse.org/emf/2002/Ecore
19:25:22.752 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::GatewayDirection will be handled as its instance type org.eclipse.bpmn2.GatewayDirection
19:25:22.754 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::ProcessType will be handled as its instance type org.eclipse.bpmn2.ProcessType
19:25:22.762 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::RelationshipDirection will be handled as its instance type org.eclipse.bpmn2.RelationshipDirection
19:25:22.763 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::ChoreographyLoopType will be handled as its instance type org.eclipse.bpmn2.ChoreographyLoopType
19:25:22.763 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::EventBasedGatewayType will be handled as its instance type org.eclipse.bpmn2.EventBasedGatewayType
19:25:22.768 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::AdHocOrdering will be handled as its instance type org.eclipse.bpmn2.AdHocOrdering
19:25:22.771 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/MODEL-XMI to http://www.omg.org/spec/BPMN/20100524/DI-XMI
19:25:22.775 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::MultiInstanceBehavior will be handled as its instance type org.eclipse.bpmn2.MultiInstanceBehavior
19:25:22.777 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/MODEL-XMI to http://www.eclipse.org/emf/2003/XMLType
19:25:22.807 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::AssociationDirection will be handled as its instance type org.eclipse.bpmn2.AssociationDirection
19:25:22.808 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::ItemKind will be handled as its instance type org.eclipse.bpmn2.ItemKind
19:25:22.950 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/DD/20100524/DI-XMI to http://www.eclipse.org/emf/2003/XMLType
19:25:22.950 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/DD/20100524/DI-XMI to http://www.eclipse.org/emf/2002/Ecore
19:25:22.950 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/DD/20100524/DI-XMI to http://www.omg.org/spec/DD/20100524/DC-XMI
19:25:22.955 [main] WARN  o.e.h.g.u.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
19:25:22.955 [main] WARN  o.e.h.g.u.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
19:25:22.955 [main] WARN  o.e.h.g.u.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
19:25:22.955 [main] WARN  o.e.h.g.u.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
19:25:22.955 [main] WARN  o.e.h.g.u.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
19:25:22.956 [main] WARN  o.e.h.g.u.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
19:25:22.956 [main] WARN  o.e.h.g.u.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
19:25:22.956 [main] WARN  o.e.h.g.u.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
19:25:22.956 [main] WARN  o.e.h.g.u.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
19:25:22.957 [main] WARN  o.e.h.g.u.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
19:25:22.957 [main] WARN  o.e.h.g.u.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
19:25:22.957 [main] WARN  o.e.h.g.u.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
19:25:22.957 [main] WARN  o.e.h.g.u.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
19:25:22.957 [main] WARN  o.e.h.g.u.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
19:25:22.957 [main] WARN  o.e.h.g.u.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
19:25:22.957 [main] WARN  o.e.h.g.u.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
19:25:22.957 [main] WARN  o.e.h.g.u.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[]
19:25:22.957 [main] WARN  o.e.h.g.u.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
19:25:22.958 [main] WARN  o.e.h.g.u.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
19:25:22.958 [main] WARN  o.e.h.g.u.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
19:25:22.958 [main] WARN  o.e.h.g.u.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
19:25:22.958 [main] WARN  o.e.h.g.u.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
19:25:22.958 [main] WARN  o.e.h.g.u.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
19:25:22.958 [main] WARN  o.e.h.g.u.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
19:25:22.958 [main] WARN  o.e.h.g.u.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
19:25:22.958 [main] WARN  o.e.h.g.u.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
19:25:22.958 [main] WARN  o.e.h.g.u.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
19:25:22.958 [main] WARN  o.e.h.g.u.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
19:25:22.959 [main] WARN  o.e.h.g.u.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
19:25:22.959 [main] WARN  o.e.h.g.u.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
19:25:22.959 [main] WARN  o.e.h.g.u.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
19:25:22.959 [main] WARN  o.e.h.g.u.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
19:25:22.959 [main] WARN  o.e.h.g.u.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
19:25:22.984 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.omg.org/spec/DD/20100524/DI-XMI
19:25:22.984 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.eclipse.org/emf/2003/XMLType
19:25:22.984 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.eclipse.org/emf/2002/Ecore
19:25:22.984 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.omg.org/spec/BPMN/20100524/MODEL-XMI
19:25:22.984 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.omg.org/spec/DD/20100524/DC-XMI
19:25:22.985 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/DI-XMI::MessageVisibleKind will be handled as its instance type org.eclipse.bpmn2.di.MessageVisibleKind
19:25:22.986 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/DI-XMI::ParticipantBandKind will be handled as its instance type org.eclipse.bpmn2.di.ParticipantBandKind
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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[]
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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[]
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.008 [main] WARN  o.e.h.g.u.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
19:25:23.009 [main] WARN  o.e.h.g.u.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
19:25:23.009 [main] WARN  o.e.h.g.u.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
19:25:23.009 [main] WARN  o.e.h.g.u.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
19:25:23.009 [main] WARN  o.e.h.g.u.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
19:25:23.009 [main] WARN  o.e.h.g.u.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
19:25:23.009 [main] WARN  o.e.h.g.u.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
19:25:23.009 [main] WARN  o.e.h.g.u.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
19:25:23.009 [main] WARN  o.e.h.g.u.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
19:25:23.009 [main] WARN  o.e.h.g.u.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
19:25:23.009 [main] WARN  o.e.h.g.u.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
19:25:23.009 [main] WARN  o.e.h.g.u.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
19:25:23.009 [main] WARN  o.e.h.g.u.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
19:25:23.009 [main] WARN  o.e.h.g.u.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
19:25:23.009 [main] WARN  o.e.h.g.u.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
19:25:23.009 [main] WARN  o.e.h.g.u.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
19:25:23.009 [main] WARN  o.e.h.g.u.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
19:25:23.034 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/DD/20100524/DC-XMI to http://www.eclipse.org/emf/2002/Ecore
19:25:23.224 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 184 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
19:25:23.224 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:25:23.332 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:25:23.332 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:25:23.332 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:25:23.333 [pool-20-thread-1] INFO  o.e.h.c.r.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
19:25:23.333 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
19:25:23.611 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit4369071560039508299/:org.eclipse.hawk.localfolder.LocalFolder:false
19:25:23.613 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:25:23.613 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:25:23.618 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:25:23.618 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:25:23.618 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
error in parse(File f): org.eclipse.emf.ecore.xmi.IllegalValueException: Value 'org.eclipse.bpmn2.impl.ProcessImpl@4bfeb75f (id: _ba16239e-181e-4b9f-bc5b-0bb2ee973450, anyAttribute: null) (name: null) (isClosed: false, isExecutable: false, processType: None)' is not legal. (file:/tmp/junit4369071560039508299/v0-B.2.0.bpmn, -1, -1)
19:25:24.208 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /v0-B.2.0.bpmn...
0s1ms [pure insertion]
marking any relevant derived attributes for update...19:25:24.208 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:25:24.209 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:25:24.209 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:25:24.209 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:25:24.210 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:25:24.210 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
19:25:24.210 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:25:24.210 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:25:24.211 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:25:24.211 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
19:25:24.211 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:25:24.211 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
19:25:24.211 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 598 ms
Copied ./resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit4369071560039508299/v0-B.2.0.bpmn
19:25:24.212 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:25:24.216 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:25:24.216 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:25:24.216 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:25:24.443 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
19:25:24.443 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:24.443 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:25:24.443 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /v0-B.2.0.bpmn...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:25:25.420 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
19:25:25.424 [pool-20-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.ParticipantBandKind
set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)]
19:25:25.746 [pool-20-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.MessageVisibleKind
19:25:26.026 [pool-20-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.ProcessType
19:25:26.059 [pool-20-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.GatewayDirection
19:25:26.359 [pool-20-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.AssociationDirection
19:25:26.458 [pool-20-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.MultiInstanceBehavior
19:25:26.460 [pool-20-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.EventBasedGatewayType
19:25:27.540 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec)
19:25:27.540 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
19:25:29.115 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~1 sec)
19:25:29.115 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /v0-B.2.0.bpmn.
4s672ms [pure insertion]
marking any relevant derived attributes for update...19:25:29.115 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:29.115 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:29.115 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:25:29.115 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:25:30.323 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total)
19:25:31.243 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs
19:25:31.243 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.128s
attempting to resolve any uninitialized derived attributes...
19:25:31.243 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:25:31.243 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:25:31.243 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:25:31.243 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s129ms [proxy update]
19:25:31.244 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:25:31.244 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1020
d elems		0
time		~7s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1020
relevant graph size: 1020
validated changes... true
19:25:32.050 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 838 ms
Copied ./resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit4369071560039508299/v0-B.2.0.bpmn
19:25:32.051 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:25:32.108 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:25:32.109 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:25:32.109 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:25:32.526 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
19:25:32.526 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:32.539 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store
19:25:32.644 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:231 u:106 d:228 ratio: 0.553921568627451
19:25:32.645 [pool-20-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
19:25:32.645 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
19:25:32.645 [pool-20-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
19:25:33.729 [pool-20-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.084s
19:25:34.030 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
19:25:34.849 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec)
19:25:34.850 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
19:25:35.546 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~0 sec)
19:25:35.547 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
3s22ms [pure insertion]
marking any relevant derived attributes for update...19:25:35.547 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:35.547 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:35.547 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:25:35.547 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:25:37.212 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total)
19:25:38.420 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs
19:25:38.420 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.873s
attempting to resolve any uninitialized derived attributes...
19:25:38.421 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:25:38.421 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:25:38.421 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:25:38.421 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s874ms [proxy update]
19:25:38.421 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:25:38.421 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1020
d elems		1020
time		~6s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1020
relevant graph size: 1020
validated changes... true
19:25:39.514 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 462 ms
Copied ./resources/models/bpmn/v3-B.2.0.bpmn over /tmp/junit4369071560039508299/v0-B.2.0.bpmn
19:25:39.515 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:25:39.520 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:25:39.520 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:25:39.520 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:25:39.639 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
19:25:39.639 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:39.718 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store
19:25:39.820 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:350 u:240 d:235 ratio: 0.8088235294117647
19:25:39.820 [pool-20-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
19:25:39.820 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
19:25:39.821 [pool-20-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
19:25:41.163 [pool-20-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.342s
19:25:41.337 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
19:25:42.436 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2137sec)
19:25:42.436 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
19:25:43.332 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~0 sec)
19:25:43.333 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
3s694ms [pure insertion]
marking any relevant derived attributes for update...19:25:43.333 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:43.333 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:43.333 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:25:43.333 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:25:45.121 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/320 proxy references (0 sec total)
19:25:46.448 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 320 refs
19:25:46.448 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~3.115s
attempting to resolve any uninitialized derived attributes...
19:25:46.448 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:25:46.448 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:25:46.448 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:25:46.448 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
3s116ms [proxy update]
19:25:46.449 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:25:46.449 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1125
d elems		1020
time		~6s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1125
relevant graph size: 1125
validated changes... true
19:25:47.512 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 997 ms
Copied ./resources/models/bpmn/v4-B.2.0.bpmn over /tmp/junit4369071560039508299/v0-B.2.0.bpmn
19:25:47.513 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:25:47.519 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:25:47.520 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:25:47.520 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:25:47.646 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
19:25:47.647 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:47.718 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store
19:25:47.818 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:257 u:403 d:253 ratio: 0.8115555555555556
19:25:47.818 [pool-20-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
19:25:47.818 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
19:25:47.818 [pool-20-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
19:25:48.877 [pool-20-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.059s
19:25:49.175 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
19:25:49.738 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2133sec)
19:25:49.738 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
19:25:50.446 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~0 sec)
19:25:50.446 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
2s800ms [pure insertion]
marking any relevant derived attributes for update...19:25:50.446 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:50.446 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:50.446 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:25:50.447 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:25:51.873 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
19:25:52.941 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
19:25:52.941 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.494s
attempting to resolve any uninitialized derived attributes...
19:25:52.941 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:25:52.941 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:25:52.941 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:25:52.941 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s496ms [proxy update]
19:25:52.942 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:25:52.942 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1125
d elems		1125
time		~5s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1125
relevant graph size: 1125
validated changes... true
19:25:53.461 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 948 ms
Copied ./resources/models/bpmn/v5-B.2.0.bpmn over /tmp/junit4369071560039508299/v0-B.2.0.bpmn
19:25:53.462 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:25:53.467 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:25:53.468 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:25:53.468 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:25:53.615 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
19:25:53.616 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:53.630 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store
19:25:53.728 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:253 u:617 d:243 ratio: 0.9893333333333333
19:25:53.728 [pool-20-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
19:25:53.728 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
19:25:53.728 [pool-20-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
19:25:54.819 [pool-20-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.09s
19:25:55.019 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
19:25:55.656 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec)
19:25:55.656 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
19:25:56.504 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~0 sec)
19:25:56.505 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
2s890ms [pure insertion]
marking any relevant derived attributes for update...19:25:56.505 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:25:56.505 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:25:56.505 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:25:56.505 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:25:57.390 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
19:25:58.464 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
19:25:58.464 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.959s
attempting to resolve any uninitialized derived attributes...
19:25:58.464 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:25:58.464 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:25:58.465 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:25:58.465 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s960ms [proxy update]
19:25:58.465 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:25:58.465 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1127
d elems		1125
time		~5s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1127
relevant graph size: 1127
validated changes... true
19:25:59.117 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 654 ms
Copied ./resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit4369071560039508299/v0-B.2.0.bpmn
19:25:59.117 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:25:59.122 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:25:59.122 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:25:59.122 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:25:59.238 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
19:25:59.238 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:25:59.250 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store
19:25:59.339 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:249 u:312 d:237 ratio: 0.7080745341614907
19:25:59.339 [pool-20-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
19:25:59.339 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
19:25:59.339 [pool-20-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
19:26:00.136 [pool-20-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.797s
19:26:00.259 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
19:26:00.567 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec)
19:26:00.567 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
19:26:01.184 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~0 sec)
19:26:01.184 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
1s946ms [pure insertion]
marking any relevant derived attributes for update...19:26:01.184 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:26:01.184 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:26:01.184 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:26:01.184 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:26:02.246 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
19:26:03.783 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
19:26:03.783 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.599s
attempting to resolve any uninitialized derived attributes...
19:26:03.783 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:26:03.783 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:26:03.783 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:26:03.783 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s599ms [proxy update]
19:26:03.783 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:26:03.784 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1127
d elems		1127
time		~4s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1127
relevant graph size: 1127
validated changes... true
19:26:04.543 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 426 ms
Copied ./resources/models/bpmn/v7-B.2.0.bpmn over /tmp/junit4369071560039508299/v0-B.2.0.bpmn
19:26:04.544 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:26:04.550 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:26:04.550 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:26:04.550 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:26:04.717 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
19:26:04.718 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:26:04.731 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store
19:26:04.824 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:247 u:321 d:240 ratio: 0.7169476486246673
19:26:04.824 [pool-20-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
19:26:04.824 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
19:26:04.824 [pool-20-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
19:26:05.700 [pool-20-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.876s
19:26:05.832 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
19:26:06.121 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec)
19:26:06.121 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
19:26:06.511 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~0 sec)
19:26:06.511 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
1s794ms [pure insertion]
marking any relevant derived attributes for update...19:26:06.511 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:26:06.511 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:26:06.511 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:26:06.511 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:26:07.190 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
19:26:08.463 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
19:26:08.464 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.953s
attempting to resolve any uninitialized derived attributes...
19:26:08.464 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:26:08.464 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:26:08.464 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:26:08.464 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s953ms [proxy update]
19:26:08.464 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:26:08.464 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1127
d elems		1127
time		~3s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1127
relevant graph size: 1127
validated changes... true
19:26:08.857 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 313 ms
Copied ./resources/models/bpmn/v8-B.2.0.bpmn over /tmp/junit4369071560039508299/v0-B.2.0.bpmn
19:26:08.858 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:26:08.863 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:26:08.863 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:26:08.863 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:26:08.935 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
19:26:08.935 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:26:08.946 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store
19:26:09.036 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:259 u:383 d:253 ratio: 0.7941437444543035
19:26:09.036 [pool-20-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
19:26:09.036 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
19:26:09.036 [pool-20-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
19:26:09.723 [pool-20-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.687s
19:26:09.827 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
19:26:10.119 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1129 NODES AND 1129 M->MM REFERENCES! (took ~2140sec)
19:26:10.119 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
19:26:10.461 [pool-20-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1590 REFERENCES! (took ~0 sec)
19:26:10.461 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
1s526ms [pure insertion]
marking any relevant derived attributes for update...19:26:10.461 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:26:10.461 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:26:10.461 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:26:10.461 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:26:11.042 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/322 proxy references (0 sec total)
19:26:12.624 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 322 refs
19:26:12.625 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.164s
attempting to resolve any uninitialized derived attributes...
19:26:12.625 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:26:12.625 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:26:12.625 [pool-20-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:26:12.625 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s164ms [proxy update]
19:26:12.625 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:26:12.625 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1129
d elems		1127
time		~3s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1129
relevant graph size: 1129
validated changes... true
19:26:13.128 [pool-20-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 270 ms
19:26:13.128 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:26:13.128 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit4369071560039508299/:org.eclipse.hawk.localfolder.LocalFolder:false
19:26:13.132 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:26:13.132 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:26:14.004 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:26:14 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_bpmn[OrientDB]}} Storage 'plocal:/tmp/junit4639815406168949597/test_bpmn[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit4708410372183585325/test_instanceCountsAllOf[OrientDB]
Dec 01, 2020 7:26:14 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_instanceCountsAllOf[OrientDB]}} Storage 'plocal:/tmp/junit4708410372183585325/test_instanceCountsAllOf[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:26:19.728 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:26:19.732 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:26:19.732 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:26:19.732 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:26:19.732 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:26:19.732 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:26:19.732 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:26:19.732 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:26:19.733 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:26:19.733 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:26:19.734 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:26:19.734 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
19:26:19.734 [pool-21-thread-1] INFO  o.e.h.c.r.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
19:26:19.743 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:26:19.744 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:26:19.746 [main] WARN  o.e.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
19:26:21.530 [main] WARN  o.e.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)]
19:26:21.727 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore
19:26:21.728 [main] WARN  o.e.h.g.u.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
19:26:21.729 [main] WARN  o.e.h.g.u.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
19:26:21.729 [main] WARN  o.e.h.g.u.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[]
19:26:21.729 [main] WARN  o.e.h.g.u.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
19:26:21.729 [main] WARN  o.e.h.g.u.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
19:26:21.729 [main] WARN  o.e.h.g.u.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
19:26:21.730 [main] WARN  o.e.h.g.u.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
19:26:21.730 [main] WARN  o.e.h.g.u.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
19:26:21.730 [main] WARN  o.e.h.g.u.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
19:26:21.730 [main] WARN  o.e.h.g.u.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
19:26:21.730 [main] WARN  o.e.h.g.u.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
19:26:21.730 [main] WARN  o.e.h.g.u.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
19:26:21.730 [main] WARN  o.e.h.g.u.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
19:26:21.730 [main] WARN  o.e.h.g.u.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
19:26:21.730 [main] WARN  o.e.h.g.u.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
19:26:21.730 [main] WARN  o.e.h.g.u.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
19:26:21.730 [main] WARN  o.e.h.g.u.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
19:26:21.730 [main] WARN  o.e.h.g.u.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
19:26:21.731 [main] WARN  o.e.h.g.u.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
19:26:21.731 [main] WARN  o.e.h.g.u.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
19:26:21.731 [main] WARN  o.e.h.g.u.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
19:26:21.731 [main] WARN  o.e.h.g.u.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
19:26:21.731 [main] WARN  o.e.h.g.u.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
19:26:21.731 [main] WARN  o.e.h.g.u.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
19:26:21.731 [main] WARN  o.e.h.g.u.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
19:26:21.731 [main] WARN  o.e.h.g.u.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
19:26:21.731 [main] WARN  o.e.h.g.u.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
19:26:21.731 [main] WARN  o.e.h.g.u.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
19:26:21.731 [main] WARN  o.e.h.g.u.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
19:26:21.731 [main] WARN  o.e.h.g.u.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
19:26:21.731 [main] WARN  o.e.h.g.u.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
19:26:21.731 [main] WARN  o.e.h.g.u.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
19:26:21.731 [main] WARN  o.e.h.g.u.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
19:26:21.740 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~1 sec)
19:26:21.740 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:26:22.031 [main] INFO  o.e.h.c.r.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
19:26:22.033 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:26:22.033 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:26:22.036 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:26:22.037 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:26:22.037 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:26:22.039 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
19:26:22.040 [pool-21-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:26:22.040 [pool-21-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:26:22.040 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:26:22.812 [pool-21-thread-1] DEBUG o.e.h.g.u.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)]
19:26:23.468 [pool-21-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:26:23.468 [pool-21-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
19:26:24.012 [pool-21-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:26:24.012 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
1s973ms [pure insertion]
marking any relevant derived attributes for update...19:26:24.012 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:26:24.012 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:26:24.014 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
19:26:24.014 [pool-21-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:26:24.014 [pool-21-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:26:24.014 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
19:26:24.015 [pool-21-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
19:26:24.016 [pool-21-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:26:24.016 [pool-21-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
19:26:24.016 [pool-21-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:26:24.016 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:26:24.016 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:26:24.017 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:26:24.018 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
19:26:24.018 [pool-21-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:26:24.018 [pool-21-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:26:24.018 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
19:26:24.018 [pool-21-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
19:26:24.019 [pool-21-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:26:24.019 [pool-21-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
19:26:24.022 [pool-21-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:26:24.022 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:26:24.022 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:26:24.022 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:26:24.022 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:26:24.022 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:26:24.026 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
19:26:24.037 [pool-21-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
19:26:24.038 [pool-21-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.016s
attempting to resolve any uninitialized derived attributes...
19:26:24.038 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:26:24.038 [pool-21-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:26:24.038 [pool-21-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:26:24.038 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s16ms [proxy update]
19:26:24.038 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:26:24.038 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	3
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
time		~2s
validating changes...
validating file UPDATED for /root.model
validating file UPDATED for /subfolder/child.model
validating file UPDATED for /subfolder/subfolder/grandchild.model
changed resource size: 9
relevant graph size: 9
validated changes... true
19:26:24.042 [pool-21-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 9 ms
19:26:24.044 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:26:24.045 [main] INFO  o.e.h.c.r.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
19:26:24.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:26:24.107 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:26:24.465 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:26:24 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_instanceCountsAllOf[OrientDB]}} Storage 'plocal:/tmp/junit4708410372183585325/test_instanceCountsAllOf[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit1226564242320268743/test_listFiles[OrientDB]
Dec 01, 2020 7:26:25 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_listFiles[OrientDB]}} Storage 'plocal:/tmp/junit1226564242320268743/test_listFiles[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:26:31.693 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:26:31.695 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:26:31.695 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:26:31.695 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:26:31.695 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:26:31.695 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:26:31.695 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:26:31.695 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:26:31.696 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:26:31.696 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:26:31.696 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:26:31.696 [pool-22-thread-1] INFO  o.e.h.c.r.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
19:26:31.697 [pool-22-thread-1] INFO  o.e.h.c.r.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
19:26:31.702 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:26:31.702 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:26:31.704 [main] WARN  o.e.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
19:26:33.126 [main] WARN  o.e.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)]
19:26:33.408 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore
19:26:33.410 [main] WARN  o.e.h.g.u.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
19:26:33.410 [main] WARN  o.e.h.g.u.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
19:26:33.410 [main] WARN  o.e.h.g.u.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
19:26:33.410 [main] WARN  o.e.h.g.u.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
19:26:33.410 [main] WARN  o.e.h.g.u.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
19:26:33.410 [main] WARN  o.e.h.g.u.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
19:26:33.410 [main] WARN  o.e.h.g.u.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
19:26:33.411 [main] WARN  o.e.h.g.u.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
19:26:33.411 [main] WARN  o.e.h.g.u.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
19:26:33.411 [main] WARN  o.e.h.g.u.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
19:26:33.411 [main] WARN  o.e.h.g.u.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
19:26:33.411 [main] WARN  o.e.h.g.u.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
19:26:33.411 [main] WARN  o.e.h.g.u.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
19:26:33.411 [main] WARN  o.e.h.g.u.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
19:26:33.411 [main] WARN  o.e.h.g.u.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
19:26:33.412 [main] WARN  o.e.h.g.u.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
19:26:33.412 [main] WARN  o.e.h.g.u.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
19:26:33.412 [main] WARN  o.e.h.g.u.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
19:26:33.412 [main] WARN  o.e.h.g.u.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[]
19:26:33.412 [main] WARN  o.e.h.g.u.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
19:26:33.412 [main] WARN  o.e.h.g.u.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
19:26:33.412 [main] WARN  o.e.h.g.u.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
19:26:33.412 [main] WARN  o.e.h.g.u.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
19:26:33.413 [main] WARN  o.e.h.g.u.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
19:26:33.413 [main] WARN  o.e.h.g.u.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
19:26:33.413 [main] WARN  o.e.h.g.u.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
19:26:33.413 [main] WARN  o.e.h.g.u.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
19:26:33.413 [main] WARN  o.e.h.g.u.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
19:26:33.413 [main] WARN  o.e.h.g.u.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
19:26:33.413 [main] WARN  o.e.h.g.u.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
19:26:33.413 [main] WARN  o.e.h.g.u.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
19:26:33.413 [main] WARN  o.e.h.g.u.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
19:26:33.413 [main] WARN  o.e.h.g.u.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
19:26:33.424 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~1 sec)
19:26:33.425 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:26:33.748 [main] INFO  o.e.h.c.r.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
19:26:33.760 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:26:33.761 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:26:33.764 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:26:33.765 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:26:33.765 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:26:33.808 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
19:26:33.809 [pool-22-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:26:33.809 [pool-22-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:26:33.809 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:26:35.120 [pool-22-thread-1] DEBUG o.e.h.g.u.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)]
19:26:36.219 [pool-22-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:26:36.220 [pool-22-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
19:26:37.166 [pool-22-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:26:37.166 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
3s358ms [pure insertion]
marking any relevant derived attributes for update...19:26:37.166 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:26:37.166 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:26:37.168 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
19:26:37.168 [pool-22-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:26:37.168 [pool-22-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:26:37.168 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
19:26:37.169 [pool-22-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
19:26:37.170 [pool-22-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:26:37.170 [pool-22-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
19:26:37.171 [pool-22-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:26:37.171 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:26:37.171 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:26:37.171 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:26:37.172 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
19:26:37.172 [pool-22-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:26:37.172 [pool-22-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:26:37.172 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
19:26:37.172 [pool-22-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
19:26:37.173 [pool-22-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:26:37.173 [pool-22-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
19:26:37.176 [pool-22-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:26:37.176 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:26:37.176 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:26:37.176 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:26:37.176 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:26:37.176 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:26:37.179 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
19:26:37.191 [pool-22-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
19:26:37.191 [pool-22-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.015s
attempting to resolve any uninitialized derived attributes...
19:26:37.191 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:26:37.191 [pool-22-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:26:37.191 [pool-22-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:26:37.191 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s16ms [proxy update]
19:26:37.192 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:26:37.192 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	3
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
time		~3s
validating changes...
validating file UPDATED for /subfolder/child.model
validating file UPDATED for /root.model
validating file UPDATED for /subfolder/subfolder/grandchild.model
changed resource size: 9
relevant graph size: 9
validated changes... true
19:26:37.195 [pool-22-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 434 ms
19:26:37.197 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:26:37.197 [main] INFO  o.e.h.c.r.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
19:26:37.200 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:26:37.200 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:26:37.844 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:26:37 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_listFiles[OrientDB]}} Storage 'plocal:/tmp/junit1226564242320268743/test_listFiles[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit4725736879716381185/test_instanceCounts[OrientDB]
Dec 01, 2020 7:26:39 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_instanceCounts[OrientDB]}} Storage 'plocal:/tmp/junit4725736879716381185/test_instanceCounts[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:26:44.084 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:26:44.087 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:26:44.087 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:26:44.087 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:26:44.087 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:26:44.088 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:26:44.088 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:26:44.088 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:26:44.088 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:26:44.088 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:26:44.088 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:26:44.089 [pool-23-thread-1] INFO  o.e.h.c.r.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
19:26:44.089 [pool-23-thread-1] INFO  o.e.h.c.r.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
19:26:44.099 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:26:44.099 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:26:44.101 [main] WARN  o.e.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
19:26:45.022 [main] WARN  o.e.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)]
19:26:45.383 [main] WARN  o.e.h.g.u.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
19:26:45.383 [main] WARN  o.e.h.g.u.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
19:26:45.383 [main] WARN  o.e.h.g.u.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
19:26:45.383 [main] WARN  o.e.h.g.u.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
19:26:45.383 [main] WARN  o.e.h.g.u.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
19:26:45.383 [main] WARN  o.e.h.g.u.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
19:26:45.384 [main] WARN  o.e.h.g.u.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
19:26:45.384 [main] WARN  o.e.h.g.u.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
19:26:45.384 [main] WARN  o.e.h.g.u.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
19:26:45.384 [main] WARN  o.e.h.g.u.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
19:26:45.384 [main] WARN  o.e.h.g.u.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
19:26:45.384 [main] WARN  o.e.h.g.u.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
19:26:45.384 [main] WARN  o.e.h.g.u.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
19:26:45.384 [main] WARN  o.e.h.g.u.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
19:26:45.384 [main] WARN  o.e.h.g.u.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
19:26:45.384 [main] WARN  o.e.h.g.u.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
19:26:45.385 [main] WARN  o.e.h.g.u.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
19:26:45.385 [main] WARN  o.e.h.g.u.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
19:26:45.385 [main] WARN  o.e.h.g.u.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
19:26:45.385 [main] WARN  o.e.h.g.u.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
19:26:45.385 [main] WARN  o.e.h.g.u.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
19:26:45.385 [main] WARN  o.e.h.g.u.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
19:26:45.385 [main] WARN  o.e.h.g.u.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
19:26:45.385 [main] WARN  o.e.h.g.u.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
19:26:45.385 [main] WARN  o.e.h.g.u.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
19:26:45.385 [main] WARN  o.e.h.g.u.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
19:26:45.385 [main] WARN  o.e.h.g.u.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
19:26:45.386 [main] WARN  o.e.h.g.u.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
19:26:45.386 [main] WARN  o.e.h.g.u.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
19:26:45.386 [main] WARN  o.e.h.g.u.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
19:26:45.386 [main] WARN  o.e.h.g.u.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
19:26:45.386 [main] WARN  o.e.h.g.u.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[]
19:26:45.386 [main] WARN  o.e.h.g.u.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
19:26:45.389 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore
19:26:45.397 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~1 sec)
19:26:45.397 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:26:45.680 [main] INFO  o.e.h.c.r.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
19:26:45.682 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:26:45.682 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:26:45.685 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:26:45.686 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:26:45.686 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:26:45.688 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
19:26:45.689 [pool-23-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:26:45.689 [pool-23-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:26:45.689 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:26:47.108 [pool-23-thread-1] DEBUG o.e.h.g.u.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)]
19:26:48.149 [pool-23-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:26:48.149 [pool-23-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
19:26:48.786 [pool-23-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:26:48.786 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
3s98ms [pure insertion]
marking any relevant derived attributes for update...19:26:48.786 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:26:48.786 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:26:48.788 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
19:26:48.788 [pool-23-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:26:48.788 [pool-23-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:26:48.788 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
19:26:48.789 [pool-23-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
19:26:48.790 [pool-23-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:26:48.790 [pool-23-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
19:26:48.792 [pool-23-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:26:48.792 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:26:48.792 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:26:48.792 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:26:48.793 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
19:26:48.793 [pool-23-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:26:48.793 [pool-23-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:26:48.794 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
19:26:48.819 [pool-23-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
19:26:48.820 [pool-23-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:26:48.820 [pool-23-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
19:26:48.821 [pool-23-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:26:48.821 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s28ms [pure insertion]
marking any relevant derived attributes for update...19:26:48.821 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:26:48.821 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:26:48.821 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:26:48.821 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:26:48.824 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
19:26:48.836 [pool-23-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
19:26:48.836 [pool-23-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.015s
attempting to resolve any uninitialized derived attributes...
19:26:48.836 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:26:48.836 [pool-23-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:26:48.836 [pool-23-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:26:48.836 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s15ms [proxy update]
19:26:48.837 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:26:48.837 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	3
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
time		~3s
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
19:26:48.841 [pool-23-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 159 ms
19:26:48.846 [pool-23-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
19:26:48.848 [pool-23-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4725736879716381185/test_instanceCounts[OrientDB]
19:26:48.850 [pool-23-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
19:26:48.850 [pool-23-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4725736879716381185/test_instanceCounts[OrientDB]
19:26:48.852 [pool-23-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
19:26:48.852 [pool-23-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4725736879716381185/test_instanceCounts[OrientDB]
19:26:48.854 [pool-23-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
19:26:48.854 [pool-23-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4725736879716381185/test_instanceCounts[OrientDB]
19:26:48.855 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:26:48.855 [main] INFO  o.e.h.c.r.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
19:26:48.858 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:26:48.858 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:26:49.336 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:26:49 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_instanceCounts[OrientDB]}} Storage 'plocal:/tmp/junit4725736879716381185/test_instanceCounts[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit3859885141474623950/test_reverseRefs[OrientDB]
Dec 01, 2020 7:26:50 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_reverseRefs[OrientDB]}} Storage 'plocal:/tmp/junit3859885141474623950/test_reverseRefs[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:26:56.584 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:26:56.588 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:26:56.588 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:26:56.589 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:26:56.589 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:26:56.589 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:26:56.589 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:26:56.589 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:26:56.590 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:26:56.590 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:26:56.590 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:26:56.590 [pool-24-thread-1] INFO  o.e.h.c.r.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
19:26:56.591 [pool-24-thread-1] INFO  o.e.h.c.r.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
19:26:56.599 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:26:56.599 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:26:56.601 [main] WARN  o.e.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
19:26:58.011 [main] WARN  o.e.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)]
19:26:58.370 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore
19:26:58.371 [main] WARN  o.e.h.g.u.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
19:26:58.371 [main] WARN  o.e.h.g.u.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
19:26:58.371 [main] WARN  o.e.h.g.u.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
19:26:58.372 [main] WARN  o.e.h.g.u.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
19:26:58.372 [main] WARN  o.e.h.g.u.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
19:26:58.372 [main] WARN  o.e.h.g.u.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
19:26:58.372 [main] WARN  o.e.h.g.u.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
19:26:58.372 [main] WARN  o.e.h.g.u.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
19:26:58.372 [main] WARN  o.e.h.g.u.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
19:26:58.372 [main] WARN  o.e.h.g.u.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
19:26:58.372 [main] WARN  o.e.h.g.u.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
19:26:58.372 [main] WARN  o.e.h.g.u.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
19:26:58.372 [main] WARN  o.e.h.g.u.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
19:26:58.372 [main] WARN  o.e.h.g.u.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
19:26:58.372 [main] WARN  o.e.h.g.u.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
19:26:58.372 [main] WARN  o.e.h.g.u.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
19:26:58.372 [main] WARN  o.e.h.g.u.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
19:26:58.372 [main] WARN  o.e.h.g.u.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
19:26:58.372 [main] WARN  o.e.h.g.u.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
19:26:58.373 [main] WARN  o.e.h.g.u.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
19:26:58.373 [main] WARN  o.e.h.g.u.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
19:26:58.373 [main] WARN  o.e.h.g.u.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
19:26:58.373 [main] WARN  o.e.h.g.u.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
19:26:58.373 [main] WARN  o.e.h.g.u.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
19:26:58.374 [main] WARN  o.e.h.g.u.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
19:26:58.374 [main] WARN  o.e.h.g.u.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
19:26:58.374 [main] WARN  o.e.h.g.u.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
19:26:58.374 [main] WARN  o.e.h.g.u.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
19:26:58.374 [main] WARN  o.e.h.g.u.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
19:26:58.374 [main] WARN  o.e.h.g.u.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
19:26:58.374 [main] WARN  o.e.h.g.u.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
19:26:58.374 [main] WARN  o.e.h.g.u.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
19:26:58.374 [main] WARN  o.e.h.g.u.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[]
19:26:58.382 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~1 sec)
19:26:58.382 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:26:58.712 [main] INFO  o.e.h.c.r.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
19:26:58.715 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:26:58.715 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:26:58.719 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:26:58.723 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:26:58.723 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:26:58.726 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
19:26:58.727 [pool-24-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:26:58.727 [pool-24-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:26:58.727 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:26:59.787 [pool-24-thread-1] DEBUG o.e.h.g.u.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)]
19:27:00.667 [pool-24-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:27:00.667 [pool-24-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
19:27:01.429 [pool-24-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:27:01.429 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
2s704ms [pure insertion]
marking any relevant derived attributes for update...19:27:01.429 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:27:01.429 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:27:01.431 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
19:27:01.431 [pool-24-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:27:01.432 [pool-24-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:27:01.432 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
19:27:01.432 [pool-24-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
19:27:01.436 [pool-24-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:27:01.436 [pool-24-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
19:27:01.439 [pool-24-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:27:01.439 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s8ms [pure insertion]
marking any relevant derived attributes for update...19:27:01.439 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:27:01.439 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:27:01.440 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
19:27:01.440 [pool-24-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:27:01.441 [pool-24-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:27:01.441 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
19:27:01.470 [pool-24-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
19:27:01.471 [pool-24-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:27:01.472 [pool-24-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
19:27:01.472 [pool-24-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:27:01.472 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s32ms [pure insertion]
marking any relevant derived attributes for update...19:27:01.472 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:27:01.472 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:27:01.472 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:27:01.472 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:27:01.475 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
19:27:01.486 [pool-24-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
19:27:01.486 [pool-24-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.014s
attempting to resolve any uninitialized derived attributes...
19:27:01.486 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:27:01.486 [pool-24-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:27:01.486 [pool-24-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:27:01.486 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s14ms [proxy update]
19:27:01.486 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:27:01.487 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	3
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
time		~2s
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
19:27:01.490 [pool-24-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 775 ms
19:27:01.496 [pool-24-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
19:27:01.496 [pool-24-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3859885141474623950/test_reverseRefs[OrientDB]
19:27:01.499 [pool-24-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
19:27:01.499 [pool-24-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3859885141474623950/test_reverseRefs[OrientDB]
19:27:01.502 [pool-24-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
19:27:01.502 [pool-24-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3859885141474623950/test_reverseRefs[OrientDB]
19:27:01.504 [pool-24-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
19:27:01.504 [pool-24-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3859885141474623950/test_reverseRefs[OrientDB]
19:27:01.507 [pool-24-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
19:27:01.507 [pool-24-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3859885141474623950/test_reverseRefs[OrientDB]
19:27:01.508 [pool-24-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
19:27:01.509 [pool-24-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3859885141474623950/test_reverseRefs[OrientDB]
19:27:01.510 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:27:01.510 [main] INFO  o.e.h.c.r.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
19:27:01.512 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:27:01.512 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:27:01.941 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:27:01 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_reverseRefs[OrientDB]}} Storage 'plocal:/tmp/junit3859885141474623950/test_reverseRefs[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit6017551077902019063/test_forwardRefs[OrientDB]
Dec 01, 2020 7:27:03 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_forwardRefs[OrientDB]}} Storage 'plocal:/tmp/junit6017551077902019063/test_forwardRefs[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:27:08.942 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:27:08.946 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:27:08.946 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:27:08.946 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:27:08.946 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:27:08.946 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:27:08.946 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:27:08.946 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:27:08.946 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:27:08.947 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:27:08.947 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:27:08.947 [pool-25-thread-1] INFO  o.e.h.c.r.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
19:27:08.948 [pool-25-thread-1] INFO  o.e.h.c.r.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
19:27:08.953 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:27:08.953 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:27:08.955 [main] WARN  o.e.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
19:27:10.048 [main] WARN  o.e.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)]
19:27:10.249 [main] WARN  o.e.h.g.u.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
19:27:10.249 [main] WARN  o.e.h.g.u.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
19:27:10.249 [main] WARN  o.e.h.g.u.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
19:27:10.249 [main] WARN  o.e.h.g.u.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
19:27:10.249 [main] WARN  o.e.h.g.u.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
19:27:10.249 [main] WARN  o.e.h.g.u.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[]
19:27:10.249 [main] WARN  o.e.h.g.u.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
19:27:10.249 [main] WARN  o.e.h.g.u.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
19:27:10.249 [main] WARN  o.e.h.g.u.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
19:27:10.249 [main] WARN  o.e.h.g.u.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
19:27:10.249 [main] WARN  o.e.h.g.u.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
19:27:10.249 [main] WARN  o.e.h.g.u.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
19:27:10.249 [main] WARN  o.e.h.g.u.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
19:27:10.249 [main] WARN  o.e.h.g.u.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
19:27:10.250 [main] WARN  o.e.h.g.u.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
19:27:10.250 [main] WARN  o.e.h.g.u.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
19:27:10.250 [main] WARN  o.e.h.g.u.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
19:27:10.251 [main] WARN  o.e.h.g.u.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
19:27:10.251 [main] WARN  o.e.h.g.u.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
19:27:10.251 [main] WARN  o.e.h.g.u.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
19:27:10.251 [main] WARN  o.e.h.g.u.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
19:27:10.251 [main] WARN  o.e.h.g.u.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
19:27:10.251 [main] WARN  o.e.h.g.u.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
19:27:10.251 [main] WARN  o.e.h.g.u.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
19:27:10.251 [main] WARN  o.e.h.g.u.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
19:27:10.251 [main] WARN  o.e.h.g.u.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
19:27:10.251 [main] WARN  o.e.h.g.u.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
19:27:10.251 [main] WARN  o.e.h.g.u.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
19:27:10.251 [main] WARN  o.e.h.g.u.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
19:27:10.251 [main] WARN  o.e.h.g.u.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
19:27:10.251 [main] WARN  o.e.h.g.u.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
19:27:10.251 [main] WARN  o.e.h.g.u.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
19:27:10.251 [main] WARN  o.e.h.g.u.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
19:27:10.254 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore
19:27:10.259 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~1 sec)
19:27:10.259 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:27:10.486 [main] INFO  o.e.h.c.r.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
19:27:10.488 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:27:10.489 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:27:10.493 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:27:10.494 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:27:10.494 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:27:10.496 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
19:27:10.497 [pool-25-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:27:10.497 [pool-25-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:27:10.497 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:27:11.684 [pool-25-thread-1] DEBUG o.e.h.g.u.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)]
19:27:12.962 [pool-25-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:27:12.963 [pool-25-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
19:27:13.761 [pool-25-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:27:13.761 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
3s265ms [pure insertion]
marking any relevant derived attributes for update...19:27:13.761 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:27:13.761 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:27:13.763 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
19:27:13.763 [pool-25-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:27:13.763 [pool-25-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:27:13.763 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
19:27:13.763 [pool-25-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
19:27:13.764 [pool-25-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:27:13.764 [pool-25-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
19:27:13.767 [pool-25-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
19:27:13.767 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s4ms [pure insertion]
marking any relevant derived attributes for update...19:27:13.767 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:27:13.767 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:27:13.768 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
19:27:13.768 [pool-25-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:27:13.768 [pool-25-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:27:13.768 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
19:27:13.802 [pool-25-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
19:27:13.803 [pool-25-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:27:13.803 [pool-25-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
19:27:13.804 [pool-25-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:27:13.804 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s36ms [pure insertion]
marking any relevant derived attributes for update...19:27:13.804 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:27:13.804 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:27:13.804 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:27:13.804 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:27:13.807 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
19:27:13.817 [pool-25-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
19:27:13.817 [pool-25-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.013s
attempting to resolve any uninitialized derived attributes...
19:27:13.817 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:27:13.817 [pool-25-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:27:13.817 [pool-25-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:27:13.817 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s13ms [proxy update]
19:27:13.817 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:27:13.818 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	3
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
time		~3s
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
19:27:13.821 [pool-25-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 332 ms
19:27:13.827 [pool-25-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
19:27:13.827 [pool-25-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6017551077902019063/test_forwardRefs[OrientDB]
19:27:13.830 [pool-25-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
19:27:13.830 [pool-25-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6017551077902019063/test_forwardRefs[OrientDB]
19:27:13.833 [pool-25-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
19:27:13.833 [pool-25-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6017551077902019063/test_forwardRefs[OrientDB]
19:27:13.835 [pool-25-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
19:27:13.835 [pool-25-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6017551077902019063/test_forwardRefs[OrientDB]
19:27:13.838 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:27:13.838 [main] INFO  o.e.h.c.r.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
19:27:13.840 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:27:13.840 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:27:14.281 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:27:14 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_forwardRefs[OrientDB]}} Storage 'plocal:/tmp/junit6017551077902019063/test_forwardRefs[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit1374899454944938390/test_allContents[OrientDB]
Dec 01, 2020 7:27:15 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_allContents[OrientDB]}} Storage 'plocal:/tmp/junit1374899454944938390/test_allContents[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:27:20.432 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:27:20.434 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:27:20.434 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:27:20.434 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:27:20.434 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:27:20.435 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:27:20.435 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:27:20.435 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:27:20.435 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:27:20.435 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:27:20.435 [pool-26-thread-1] INFO  o.e.h.c.r.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
19:27:20.436 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
19:27:20.439 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store
19:27:20.470 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:27:20.470 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:27:20.475 [main] WARN  o.e.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
19:27:21.780 [main] WARN  o.e.h.g.u.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
19:27:21.780 [main] WARN  o.e.h.g.u.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
19:27:21.780 [main] WARN  o.e.h.g.u.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
19:27:21.780 [main] WARN  o.e.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)]
19:27:22.063 [main] WARN  o.e.h.g.u.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
19:27:22.063 [main] WARN  o.e.h.g.u.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
19:27:22.063 [main] WARN  o.e.h.g.u.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
19:27:22.063 [main] WARN  o.e.h.g.u.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
19:27:22.064 [main] WARN  o.e.h.g.u.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
19:27:22.064 [main] WARN  o.e.h.g.u.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
19:27:22.064 [main] WARN  o.e.h.g.u.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
19:27:22.064 [main] WARN  o.e.h.g.u.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
19:27:22.064 [main] WARN  o.e.h.g.u.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
19:27:22.064 [main] WARN  o.e.h.g.u.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
19:27:22.064 [main] WARN  o.e.h.g.u.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
19:27:22.064 [main] WARN  o.e.h.g.u.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
19:27:22.064 [main] WARN  o.e.h.g.u.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
19:27:22.064 [main] WARN  o.e.h.g.u.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
19:27:22.064 [main] WARN  o.e.h.g.u.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
19:27:22.064 [main] WARN  o.e.h.g.u.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
19:27:22.064 [main] WARN  o.e.h.g.u.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
19:27:22.065 [main] WARN  o.e.h.g.u.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[]
19:27:22.065 [main] WARN  o.e.h.g.u.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
19:27:22.065 [main] WARN  o.e.h.g.u.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
19:27:22.065 [main] WARN  o.e.h.g.u.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
19:27:22.065 [main] WARN  o.e.h.g.u.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
19:27:22.065 [main] WARN  o.e.h.g.u.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
19:27:22.065 [main] WARN  o.e.h.g.u.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
19:27:22.066 [main] WARN  o.e.h.g.u.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
19:27:22.066 [main] WARN  o.e.h.g.u.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
19:27:22.066 [main] WARN  o.e.h.g.u.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
19:27:22.067 [main] WARN  o.e.h.g.u.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
19:27:22.067 [main] WARN  o.e.h.g.u.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
19:27:22.067 [main] WARN  o.e.h.g.u.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
19:27:22.070 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
19:27:22.071 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
19:27:22.071 [main] WARN  o.e.h.g.u.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
19:27:22.124 [main] WARN  o.e.h.g.u.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
19:27:22.124 [main] WARN  o.e.h.g.u.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
19:27:22.124 [main] WARN  o.e.h.g.u.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
19:27:22.124 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
19:27:22.124 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
19:27:22.129 [main] WARN  o.e.h.g.u.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
19:27:22.129 [main] WARN  o.e.h.g.u.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
19:27:22.130 [main] WARN  o.e.h.g.u.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
19:27:22.131 [main] WARN  o.e.h.g.u.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
19:27:22.393 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~1 sec)
19:27:22.393 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:27:22.722 [main] INFO  o.e.h.c.r.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
19:27:22.726 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:27:22.727 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:27:22.748 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:27:22.749 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:27:22.749 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:27:22.939 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
19:27:22.942 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:27:22.942 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:27:22.942 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:27:24.005 [pool-26-thread-1] DEBUG o.e.h.g.u.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)]
19:27:29.885 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
19:27:29.886 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
19:27:31.103 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~1 sec)
19:27:31.103 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
8s165ms [pure insertion]
marking any relevant derived attributes for update...19:27:31.103 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:27:31.104 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:27:31.104 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:27:31.104 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:27:36.309 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:27:36.309 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~5.205s
attempting to resolve any uninitialized derived attributes...
19:27:36.309 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:27:36.309 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:27:36.309 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:27:36.309 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
5s205ms [proxy update]
19:27:36.309 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:27:36.310 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		5353
d elems		0
time		~13s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
19:27:38.118 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 15 s 391 ms
19:27:38.304 [main] INFO  o.e.h.c.r.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
19:27:38.308 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:27:38.308 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:27:38.334 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:27:38.336 [pool-26-thread-1] INFO  o.e.h.c.r.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/
19:27:38.336 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:27:38.336 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:27:38.416 [pool-26-thread-1] INFO  o.e.h.c.r.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...
19:27:38.416 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:27:38.416 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:27:38.416 [pool-26-thread-1] INFO  o.e.h.c.r.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...
19:27:38.418 [pool-26-thread-1] DEBUG o.e.h.g.u.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
19:27:40.675 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
19:27:40.675 [pool-26-thread-1] DEBUG o.e.h.g.u.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
19:27:42.830 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~2 sec)
19:27:42.830 [pool-26-thread-1] INFO  o.e.h.c.r.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.
4s414ms [pure insertion]
marking any relevant derived attributes for update...19:27:42.830 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:27:42.830 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:27:42.852 [pool-26-thread-1] INFO  o.e.h.c.r.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...
19:27:42.853 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:27:42.853 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:27:42.853 [pool-26-thread-1] INFO  o.e.h.c.r.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...
19:27:42.853 [pool-26-thread-1] DEBUG o.e.h.g.u.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
19:27:43.512 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
19:27:43.512 [pool-26-thread-1] DEBUG o.e.h.g.u.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
19:27:43.796 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
19:27:43.796 [pool-26-thread-1] INFO  o.e.h.c.r.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.
0s944ms [pure insertion]
marking any relevant derived attributes for update...19:27:43.796 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:27:43.796 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:27:43.814 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
19:27:43.814 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:27:43.814 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:27:43.814 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
19:27:43.814 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
19:27:43.816 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:27:43.816 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
19:27:43.816 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:27:43.816 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:27:43.816 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:27:43.816 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:27:43.833 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
19:27:43.833 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:27:43.833 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:27:43.833 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
19:27:43.883 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
19:27:43.907 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
19:27:43.907 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
19:27:43.908 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:27:43.908 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s75ms [pure insertion]
marking any relevant derived attributes for update...19:27:43.908 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:27:43.908 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:27:43.924 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
19:27:43.924 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:27:43.924 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:27:43.924 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
19:27:43.974 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
19:27:44.007 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:27:44.007 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
19:27:44.007 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:27:44.007 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi.
0s83ms [pure insertion]
marking any relevant derived attributes for update...19:27:44.007 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:27:44.007 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:27:44.023 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
19:27:44.023 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:27:44.023 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:27:44.023 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
19:27:44.049 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
19:27:44.050 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:27:44.050 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
19:27:44.051 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:27:44.051 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi.
0s28ms [pure insertion]
marking any relevant derived attributes for update...19:27:44.051 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:27:44.051 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:27:44.111 [pool-26-thread-1] INFO  o.e.h.c.r.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...
19:27:44.112 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:27:44.112 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:27:44.112 [pool-26-thread-1] INFO  o.e.h.c.r.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...
19:27:44.118 [pool-26-thread-1] DEBUG o.e.h.g.u.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
19:27:44.121 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:27:44.121 [pool-26-thread-1] DEBUG o.e.h.g.u.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
19:27:44.122 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:27:44.122 [pool-26-thread-1] INFO  o.e.h.c.r.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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...19:27:44.122 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:27:44.122 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:27:44.137 [pool-26-thread-1] INFO  o.e.h.c.r.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...
19:27:44.137 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:27:44.137 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:27:44.137 [pool-26-thread-1] INFO  o.e.h.c.r.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...
19:27:44.138 [pool-26-thread-1] DEBUG o.e.h.g.u.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
19:27:44.139 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:27:44.139 [pool-26-thread-1] DEBUG o.e.h.g.u.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
19:27:44.139 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:27:44.139 [pool-26-thread-1] INFO  o.e.h.c.r.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...19:27:44.139 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:27:44.140 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:27:44.211 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
19:27:44.212 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:27:44.212 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:27:44.212 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
19:27:44.212 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
19:27:44.214 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:27:44.214 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
19:27:44.214 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:27:44.214 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:27:44.214 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:27:44.214 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:27:44.227 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
19:27:44.227 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:27:44.228 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:27:44.228 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
19:27:44.228 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
19:27:44.230 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:27:44.230 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
19:27:44.233 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:27:44.233 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi.
0s6ms [pure insertion]
marking any relevant derived attributes for update...19:27:44.233 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:27:44.233 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:27:44.336 [pool-26-thread-1] INFO  o.e.h.c.r.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...
19:27:44.336 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:27:44.336 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:27:44.336 [pool-26-thread-1] INFO  o.e.h.c.r.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...
19:27:44.337 [pool-26-thread-1] DEBUG o.e.h.g.u.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
19:27:46.663 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
19:27:46.663 [pool-26-thread-1] DEBUG o.e.h.g.u.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
19:27:47.308 [pool-26-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
19:27:47.308 [pool-26-thread-1] INFO  o.e.h.c.r.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.
2s972ms [pure insertion]
marking any relevant derived attributes for update...19:27:47.308 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:27:47.308 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:27:47.308 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:27:47.308 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:27:50.754 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
19:27:51.204 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
19:27:51.204 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~3.896s
attempting to resolve any uninitialized derived attributes...
19:27:51.204 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:27:51.204 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:27:51.204 [pool-26-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:27:51.204 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
3s896ms [proxy update]
19:27:51.204 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:27:51.205 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~12s
validating changes...
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.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 /set0.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
19:27:53.006 [pool-26-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 14 s 698 ms
19:27:53.007 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1374899454944938390/test_allContents[OrientDB]
19:27:53.056 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1374899454944938390/test_allContents[OrientDB]
19:27:53.134 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1374899454944938390/test_allContents[OrientDB]
19:27:53.220 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1374899454944938390/test_allContents[OrientDB]
19:27:53.320 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1374899454944938390/test_allContents[OrientDB]
19:27:53.788 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1374899454944938390/test_allContents[OrientDB]
19:27:53.825 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1374899454944938390/test_allContents[OrientDB]
19:27:53.876 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:27:53.877 [main] INFO  o.e.h.c.r.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
19:27:53.882 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:27:53.882 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:27:54.727 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:27:54 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_allContents[OrientDB]}} Storage 'plocal:/tmp/junit1374899454944938390/test_allContents[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit3536521437542104902/test_subtreeTraversalScoping[OrientDB]
Dec 01, 2020 7:27:55 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_subtreeTraversalScoping[OrientDB]}} Storage 'plocal:/tmp/junit3536521437542104902/test_subtreeTraversalScoping[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:28:02.423 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:28:02.427 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:28:02.427 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:28:02.427 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:28:02.427 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:28:02.427 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:28:02.427 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:28:02.427 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:28:02.428 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:28:02.428 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:28:02.428 [pool-27-thread-1] INFO  o.e.h.c.r.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...
19:28:02.429 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
changed resource size: 0
relevant graph size: 0
validated changes... true
19:28:02.429 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store
19:28:02.463 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:28:02.463 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:28:02.467 [main] WARN  o.e.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
19:28:03.901 [main] WARN  o.e.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)]
19:28:04.121 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
19:28:04.121 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
19:28:04.123 [main] WARN  o.e.h.g.u.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
19:28:04.124 [main] WARN  o.e.h.g.u.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
19:28:04.126 [main] WARN  o.e.h.g.u.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
19:28:04.127 [main] WARN  o.e.h.g.u.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
19:28:04.381 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
19:28:04.382 [main] WARN  o.e.h.g.u.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
19:28:04.383 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
19:28:04.386 [main] WARN  o.e.h.g.u.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
19:28:04.386 [main] WARN  o.e.h.g.u.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
19:28:04.386 [main] WARN  o.e.h.g.u.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
19:28:04.386 [main] WARN  o.e.h.g.u.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
19:28:04.386 [main] WARN  o.e.h.g.u.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
19:28:04.387 [main] WARN  o.e.h.g.u.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
19:28:04.387 [main] WARN  o.e.h.g.u.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[]
19:28:04.387 [main] WARN  o.e.h.g.u.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
19:28:04.387 [main] WARN  o.e.h.g.u.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
19:28:04.387 [main] WARN  o.e.h.g.u.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
19:28:04.387 [main] WARN  o.e.h.g.u.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
19:28:04.387 [main] WARN  o.e.h.g.u.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
19:28:04.387 [main] WARN  o.e.h.g.u.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
19:28:04.387 [main] WARN  o.e.h.g.u.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
19:28:04.387 [main] WARN  o.e.h.g.u.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
19:28:04.388 [main] WARN  o.e.h.g.u.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
19:28:04.388 [main] WARN  o.e.h.g.u.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
19:28:04.388 [main] WARN  o.e.h.g.u.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
19:28:04.388 [main] WARN  o.e.h.g.u.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
19:28:04.388 [main] WARN  o.e.h.g.u.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
19:28:04.388 [main] WARN  o.e.h.g.u.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
19:28:04.388 [main] WARN  o.e.h.g.u.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
19:28:04.388 [main] WARN  o.e.h.g.u.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
19:28:04.388 [main] WARN  o.e.h.g.u.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
19:28:04.388 [main] WARN  o.e.h.g.u.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
19:28:04.389 [main] WARN  o.e.h.g.u.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
19:28:04.389 [main] WARN  o.e.h.g.u.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
19:28:04.389 [main] WARN  o.e.h.g.u.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
19:28:04.389 [main] WARN  o.e.h.g.u.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
19:28:04.389 [main] WARN  o.e.h.g.u.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
19:28:04.389 [main] WARN  o.e.h.g.u.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
19:28:04.389 [main] WARN  o.e.h.g.u.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
19:28:04.389 [main] WARN  o.e.h.g.u.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
19:28:04.452 [main] WARN  o.e.h.g.u.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
19:28:04.452 [main] WARN  o.e.h.g.u.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
19:28:04.452 [main] WARN  o.e.h.g.u.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
19:28:04.471 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~2 sec)
19:28:04.471 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:28:04.732 [main] INFO  o.e.h.c.r.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
19:28:04.734 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:28:04.734 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:28:04.752 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:28:04.753 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:28:04.753 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:28:04.807 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
19:28:04.808 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:04.808 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:04.808 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:28:06.274 [pool-27-thread-1] DEBUG o.e.h.g.u.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)]
19:28:10.601 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
19:28:10.601 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
19:28:11.979 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~1 sec)
19:28:11.979 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
7s172ms [pure insertion]
marking any relevant derived attributes for update...19:28:11.979 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:28:11.980 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:28:11.980 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:28:11.980 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:28:16.424 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:28:16.425 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~4.445s
attempting to resolve any uninitialized derived attributes...
19:28:16.425 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:28:16.425 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:28:16.425 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:28:16.425 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
4s445ms [proxy update]
19:28:16.425 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:28:16.426 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		5353
d elems		0
time		~11s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
19:28:17.818 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 13 s 84 ms
19:28:18.027 [main] INFO  o.e.h.c.r.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
19:28:18.033 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:28:18.033 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:28:18.059 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:28:18.061 [pool-27-thread-1] INFO  o.e.h.c.r.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/
19:28:18.061 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:28:18.061 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:28:18.106 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
19:28:18.106 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:18.106 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:18.106 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
19:28:18.107 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
19:28:18.108 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:28:18.108 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
19:28:18.108 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:28:18.108 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:28:18.108 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:18.108 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:18.120 [pool-27-thread-1] INFO  o.e.h.c.r.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...
19:28:18.120 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:18.120 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:18.120 [pool-27-thread-1] INFO  o.e.h.c.r.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...
19:28:18.120 [pool-27-thread-1] DEBUG o.e.h.g.u.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
19:28:18.121 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:28:18.121 [pool-27-thread-1] DEBUG o.e.h.g.u.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
19:28:19.113 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:28:19.113 [pool-27-thread-1] INFO  o.e.h.c.r.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.
0s993ms [pure insertion]
marking any relevant derived attributes for update...19:28:19.113 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:19.113 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:19.127 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
19:28:19.127 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:19.127 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:19.127 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
19:28:19.128 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
19:28:19.129 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
19:28:19.129 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
19:28:19.130 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:28:19.130 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:28:19.130 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:19.130 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:19.143 [pool-27-thread-1] INFO  o.e.h.c.r.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...
19:28:19.143 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:19.143 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:19.144 [pool-27-thread-1] INFO  o.e.h.c.r.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...
19:28:19.144 [pool-27-thread-1] DEBUG o.e.h.g.u.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
19:28:19.145 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:28:19.145 [pool-27-thread-1] DEBUG o.e.h.g.u.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
19:28:19.146 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:28:19.146 [pool-27-thread-1] INFO  o.e.h.c.r.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...19:28:19.146 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:19.146 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:19.216 [pool-27-thread-1] INFO  o.e.h.c.r.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...
19:28:19.216 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:19.216 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:19.216 [pool-27-thread-1] INFO  o.e.h.c.r.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...
19:28:19.217 [pool-27-thread-1] DEBUG o.e.h.g.u.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
19:28:20.901 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
19:28:20.901 [pool-27-thread-1] DEBUG o.e.h.g.u.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
19:28:21.321 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
19:28:21.321 [pool-27-thread-1] INFO  o.e.h.c.r.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.
2s105ms [pure insertion]
marking any relevant derived attributes for update...19:28:21.321 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:21.321 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:21.339 [pool-27-thread-1] INFO  o.e.h.c.r.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...
19:28:21.339 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:21.339 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:21.339 [pool-27-thread-1] INFO  o.e.h.c.r.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...
19:28:21.340 [pool-27-thread-1] DEBUG o.e.h.g.u.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
19:28:21.539 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
19:28:21.539 [pool-27-thread-1] DEBUG o.e.h.g.u.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
19:28:21.585 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
19:28:21.585 [pool-27-thread-1] INFO  o.e.h.c.r.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.
0s246ms [pure insertion]
marking any relevant derived attributes for update...19:28:21.585 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:21.585 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:21.782 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
19:28:21.782 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:21.783 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:21.783 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
19:28:21.783 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
19:28:21.784 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:28:21.784 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
19:28:21.806 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:28:21.806 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi.
0s24ms [pure insertion]
marking any relevant derived attributes for update...19:28:21.806 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:21.806 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:21.816 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
19:28:21.816 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:21.817 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:21.817 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
19:28:21.817 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
19:28:21.847 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:28:21.847 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
19:28:21.923 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:28:21.923 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi.
0s107ms [pure insertion]
marking any relevant derived attributes for update...19:28:21.923 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:21.923 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:21.933 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
19:28:21.933 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:21.933 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:21.933 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
19:28:21.934 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
19:28:21.935 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:28:21.935 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
19:28:21.935 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:28:21.935 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:28:21.935 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:21.935 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:21.945 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
19:28:21.945 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:21.945 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:21.945 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
19:28:21.945 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
19:28:21.947 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:28:21.947 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
19:28:21.949 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:28:21.949 [pool-27-thread-1] INFO  o.e.h.c.r.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...19:28:21.949 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:21.949 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:22.009 [pool-27-thread-1] INFO  o.e.h.c.r.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...
19:28:22.009 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:22.009 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:22.009 [pool-27-thread-1] INFO  o.e.h.c.r.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...
19:28:22.010 [pool-27-thread-1] DEBUG o.e.h.g.u.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
19:28:23.747 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
19:28:23.747 [pool-27-thread-1] DEBUG o.e.h.g.u.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
19:28:24.388 [pool-27-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
19:28:24.388 [pool-27-thread-1] INFO  o.e.h.c.r.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.
2s379ms [pure insertion]
marking any relevant derived attributes for update...19:28:24.388 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:24.388 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:24.388 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:28:24.388 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:28:28.074 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
19:28:28.196 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
19:28:28.196 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~3.808s
attempting to resolve any uninitialized derived attributes...
19:28:28.196 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:28:28.196 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:28:28.196 [pool-27-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:28:28.196 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
3s808ms [proxy update]
19:28:28.196 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:28:28.197 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~10s
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/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /set0.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.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/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/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
19:28:29.617 [pool-27-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 11 s 583 ms
19:28:29.618 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
19:28:29.618 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3536521437542104902/test_subtreeTraversalScoping[OrientDB]
19:28:29.625 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
19:28:29.625 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3536521437542104902/test_subtreeTraversalScoping[OrientDB]
19:28:29.658 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:28:29.658 [main] INFO  o.e.h.c.r.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
19:28:29.663 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:28:29.663 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:28:30.389 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:28:30 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_subtreeTraversalScoping[OrientDB]}} Storage 'plocal:/tmp/junit3536521437542104902/test_subtreeTraversalScoping[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit6437921032907685927/test_getAllOf[OrientDB]
Dec 01, 2020 7:28:31 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_getAllOf[OrientDB]}} Storage 'plocal:/tmp/junit6437921032907685927/test_getAllOf[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:28:36.518 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:28:36.520 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:28:36.520 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:28:36.520 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:28:36.520 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:28:36.521 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:28:36.521 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:28:36.521 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:28:36.521 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:28:36.521 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:28:36.522 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:28:36.522 [pool-28-thread-1] INFO  o.e.h.c.r.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
19:28:36.522 [pool-28-thread-1] INFO  o.e.h.c.r.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
19:28:36.551 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:28:36.551 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:28:36.554 [main] WARN  o.e.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
19:28:37.738 [main] WARN  o.e.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)]
19:28:37.934 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
19:28:37.934 [main] WARN  o.e.h.g.u.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
19:28:37.934 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
19:28:37.938 [main] WARN  o.e.h.g.u.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
19:28:37.938 [main] WARN  o.e.h.g.u.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
19:28:37.938 [main] WARN  o.e.h.g.u.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
19:28:37.939 [main] WARN  o.e.h.g.u.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
19:28:37.939 [main] WARN  o.e.h.g.u.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
19:28:37.939 [main] WARN  o.e.h.g.u.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
19:28:37.939 [main] WARN  o.e.h.g.u.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
19:28:37.939 [main] WARN  o.e.h.g.u.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
19:28:37.939 [main] WARN  o.e.h.g.u.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
19:28:37.939 [main] WARN  o.e.h.g.u.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
19:28:37.939 [main] WARN  o.e.h.g.u.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
19:28:37.939 [main] WARN  o.e.h.g.u.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
19:28:37.940 [main] WARN  o.e.h.g.u.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
19:28:37.940 [main] WARN  o.e.h.g.u.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
19:28:37.940 [main] WARN  o.e.h.g.u.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
19:28:37.940 [main] WARN  o.e.h.g.u.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
19:28:37.940 [main] WARN  o.e.h.g.u.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
19:28:37.940 [main] WARN  o.e.h.g.u.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
19:28:37.940 [main] WARN  o.e.h.g.u.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
19:28:37.940 [main] WARN  o.e.h.g.u.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
19:28:37.940 [main] WARN  o.e.h.g.u.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
19:28:37.940 [main] WARN  o.e.h.g.u.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
19:28:37.940 [main] WARN  o.e.h.g.u.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
19:28:37.940 [main] WARN  o.e.h.g.u.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
19:28:37.940 [main] WARN  o.e.h.g.u.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
19:28:37.940 [main] WARN  o.e.h.g.u.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[]
19:28:37.940 [main] WARN  o.e.h.g.u.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
19:28:37.940 [main] WARN  o.e.h.g.u.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
19:28:37.940 [main] WARN  o.e.h.g.u.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
19:28:37.941 [main] WARN  o.e.h.g.u.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
19:28:37.941 [main] WARN  o.e.h.g.u.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
19:28:37.941 [main] WARN  o.e.h.g.u.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
19:28:37.941 [main] WARN  o.e.h.g.u.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
19:28:37.943 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
19:28:37.943 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
19:28:37.944 [main] WARN  o.e.h.g.u.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
19:28:37.945 [main] WARN  o.e.h.g.u.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
19:28:37.946 [main] WARN  o.e.h.g.u.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
19:28:37.947 [main] WARN  o.e.h.g.u.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
19:28:38.071 [main] WARN  o.e.h.g.u.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
19:28:38.071 [main] WARN  o.e.h.g.u.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
19:28:38.071 [main] WARN  o.e.h.g.u.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
19:28:38.085 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~1 sec)
19:28:38.085 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:28:38.307 [main] INFO  o.e.h.c.r.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
19:28:38.309 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:28:38.309 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:28:38.330 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:28:38.331 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:28:38.331 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:28:38.368 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
19:28:38.369 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:38.369 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:38.369 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:28:39.418 [pool-28-thread-1] DEBUG o.e.h.g.u.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)]
19:28:43.558 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
19:28:43.558 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
19:28:45.221 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~1 sec)
19:28:45.221 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
6s853ms [pure insertion]
marking any relevant derived attributes for update...19:28:45.221 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:45.221 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:45.221 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:28:45.221 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:28:49.726 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:28:49.727 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~4.506s
attempting to resolve any uninitialized derived attributes...
19:28:49.727 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:28:49.727 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:28:49.727 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:28:49.727 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
4s506ms [proxy update]
19:28:49.727 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:28:49.727 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		5353
d elems		0
time		~11s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
19:28:51.879 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 13 s 570 ms
19:28:52.125 [main] INFO  o.e.h.c.r.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
19:28:52.130 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:28:52.130 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:28:52.150 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:28:52.151 [pool-28-thread-1] INFO  o.e.h.c.r.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/
19:28:52.152 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:28:52.152 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:28:52.162 [pool-28-thread-1] INFO  o.e.h.c.r.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...
19:28:52.163 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:52.163 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:52.163 [pool-28-thread-1] INFO  o.e.h.c.r.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...
19:28:52.163 [pool-28-thread-1] DEBUG o.e.h.g.u.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
19:28:52.164 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:28:52.164 [pool-28-thread-1] DEBUG o.e.h.g.u.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
19:28:53.216 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~1 sec)
19:28:53.216 [pool-28-thread-1] INFO  o.e.h.c.r.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.
1s54ms [pure insertion]
marking any relevant derived attributes for update...19:28:53.216 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:53.216 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:53.227 [pool-28-thread-1] INFO  o.e.h.c.r.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...
19:28:53.227 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:53.227 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:53.227 [pool-28-thread-1] INFO  o.e.h.c.r.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...
19:28:53.228 [pool-28-thread-1] DEBUG o.e.h.g.u.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
19:28:53.229 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:28:53.229 [pool-28-thread-1] DEBUG o.e.h.g.u.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
19:28:53.229 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:28:53.229 [pool-28-thread-1] INFO  o.e.h.c.r.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...19:28:53.229 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:53.229 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:53.239 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
19:28:53.239 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:53.239 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:53.239 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
19:28:53.240 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
19:28:53.241 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
19:28:53.241 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
19:28:53.241 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:28:53.241 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:28:53.241 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:53.241 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:53.252 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
19:28:53.252 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:53.252 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:53.252 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
19:28:53.283 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
19:28:53.306 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:28:53.306 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
19:28:53.306 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:28:53.306 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s54ms [pure insertion]
marking any relevant derived attributes for update...19:28:53.306 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:53.306 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:53.317 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
19:28:53.317 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:53.317 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:53.317 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
19:28:53.342 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
19:28:53.342 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:28:53.343 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
19:28:53.343 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:28:53.343 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi.
0s26ms [pure insertion]
marking any relevant derived attributes for update...19:28:53.343 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:53.343 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:53.354 [pool-28-thread-1] INFO  o.e.h.c.r.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...
19:28:53.354 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:53.354 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:53.354 [pool-28-thread-1] INFO  o.e.h.c.r.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...
19:28:53.355 [pool-28-thread-1] DEBUG o.e.h.g.u.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
19:28:53.770 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
19:28:53.770 [pool-28-thread-1] DEBUG o.e.h.g.u.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
19:28:53.845 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
19:28:53.845 [pool-28-thread-1] INFO  o.e.h.c.r.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.
0s491ms [pure insertion]
marking any relevant derived attributes for update...19:28:53.845 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:53.845 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:53.868 [pool-28-thread-1] INFO  o.e.h.c.r.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...
19:28:53.868 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:53.868 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:53.868 [pool-28-thread-1] INFO  o.e.h.c.r.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...
19:28:53.868 [pool-28-thread-1] DEBUG o.e.h.g.u.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
19:28:55.489 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
19:28:55.489 [pool-28-thread-1] DEBUG o.e.h.g.u.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
19:28:56.347 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
19:28:56.347 [pool-28-thread-1] INFO  o.e.h.c.r.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.
2s479ms [pure insertion]
marking any relevant derived attributes for update...19:28:56.347 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:56.347 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:56.360 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
19:28:56.360 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:56.360 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:56.360 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
19:28:56.361 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
19:28:56.363 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:28:56.363 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
19:28:56.365 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:28:56.365 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:28:56.365 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:56.365 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:56.374 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
19:28:56.374 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:56.374 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:56.374 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
19:28:56.407 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
19:28:56.408 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:28:56.408 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
19:28:56.409 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:28:56.409 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s35ms [pure insertion]
marking any relevant derived attributes for update...19:28:56.409 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:28:56.409 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:28:56.438 [pool-28-thread-1] INFO  o.e.h.c.r.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...
19:28:56.439 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:28:56.439 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:28:56.439 [pool-28-thread-1] INFO  o.e.h.c.r.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...
19:28:56.469 [pool-28-thread-1] DEBUG o.e.h.g.u.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
19:28:59.470 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
19:28:59.470 [pool-28-thread-1] DEBUG o.e.h.g.u.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
19:29:02.090 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~2 sec)
19:29:02.090 [pool-28-thread-1] INFO  o.e.h.c.r.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.
5s652ms [pure insertion]
marking any relevant derived attributes for update...19:29:02.090 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:02.090 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:02.101 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
19:29:02.102 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:02.102 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:02.102 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
19:29:02.102 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
19:29:02.103 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:29:02.103 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
19:29:02.104 [pool-28-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:29:02.104 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...19:29:02.104 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:02.104 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:02.104 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:29:02.104 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:29:05.435 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
19:29:05.575 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
19:29:05.576 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~3.472s
attempting to resolve any uninitialized derived attributes...
19:29:05.576 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:29:05.576 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:29:05.576 [pool-28-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:29:05.576 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
3s472ms [proxy update]
19:29:05.576 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:29:05.577 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~13s
validating changes...
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /set0.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /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
19:29:07.808 [pool-28-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 15 s 677 ms
19:29:07.808 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6437921032907685927/test_getAllOf[OrientDB]
19:29:07.816 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6437921032907685927/test_getAllOf[OrientDB]
19:29:07.974 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6437921032907685927/test_getAllOf[OrientDB]
19:29:08.027 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6437921032907685927/test_getAllOf[OrientDB]
19:29:08.175 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6437921032907685927/test_getAllOf[OrientDB]
19:29:08.177 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType...
19:29:08.177 [main] INFO  o.e.h.g.u.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);
19:29:08.181 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType
19:29:08.181 [main] WARN  o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute
set up properties for V_derivedattribute: []
19:29:08.523 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
19:29:10.743 [main] INFO  o.e.h.c.r.CompositeStateListener - Processed 28/28 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (2 s, 2 s total)
19:29:10.743 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 2.562s
19:29:10.743 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType.
19:29:10.745 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:29:10.745 [main] INFO  o.e.h.c.r.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
19:29:10.749 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:29:10.749 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:29:11.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:29:11 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_getAllOf[OrientDB]}} Storage 'plocal:/tmp/junit6437921032907685927/test_getAllOf[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit3104043710840836684/test_getFiles[OrientDB]
Dec 01, 2020 7:29:12 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_getFiles[OrientDB]}} Storage 'plocal:/tmp/junit3104043710840836684/test_getFiles[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:29:17.564 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:29:17.568 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:29:17.568 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:29:17.568 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:29:17.568 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:29:17.568 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:29:17.568 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:29:17.569 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:29:17.569 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:29:17.569 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:29:17.570 [pool-29-thread-1] INFO  o.e.h.c.r.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
19:29:17.570 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:29:17.570 [pool-29-thread-1] INFO  o.e.h.c.r.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
19:29:17.601 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:29:17.601 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:29:17.605 [main] WARN  o.e.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
19:29:18.649 [main] WARN  o.e.h.g.u.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
19:29:18.649 [main] WARN  o.e.h.g.u.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
19:29:18.649 [main] WARN  o.e.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)]
19:29:18.832 [main] WARN  o.e.h.g.u.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
19:29:18.832 [main] WARN  o.e.h.g.u.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
19:29:18.832 [main] WARN  o.e.h.g.u.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
19:29:18.832 [main] WARN  o.e.h.g.u.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
19:29:18.832 [main] WARN  o.e.h.g.u.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
19:29:18.832 [main] WARN  o.e.h.g.u.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
19:29:18.832 [main] WARN  o.e.h.g.u.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
19:29:18.832 [main] WARN  o.e.h.g.u.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
19:29:18.832 [main] WARN  o.e.h.g.u.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
19:29:18.832 [main] WARN  o.e.h.g.u.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
19:29:18.832 [main] WARN  o.e.h.g.u.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
19:29:18.832 [main] WARN  o.e.h.g.u.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
19:29:18.832 [main] WARN  o.e.h.g.u.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
19:29:18.833 [main] WARN  o.e.h.g.u.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
19:29:18.833 [main] WARN  o.e.h.g.u.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
19:29:18.833 [main] WARN  o.e.h.g.u.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
19:29:18.833 [main] WARN  o.e.h.g.u.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
19:29:18.834 [main] WARN  o.e.h.g.u.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
19:29:18.834 [main] WARN  o.e.h.g.u.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[]
19:29:18.834 [main] WARN  o.e.h.g.u.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
19:29:18.834 [main] WARN  o.e.h.g.u.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
19:29:18.834 [main] WARN  o.e.h.g.u.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
19:29:18.834 [main] WARN  o.e.h.g.u.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
19:29:18.834 [main] WARN  o.e.h.g.u.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
19:29:18.834 [main] WARN  o.e.h.g.u.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
19:29:18.834 [main] WARN  o.e.h.g.u.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
19:29:18.834 [main] WARN  o.e.h.g.u.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
19:29:18.834 [main] WARN  o.e.h.g.u.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
19:29:18.834 [main] WARN  o.e.h.g.u.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
19:29:18.834 [main] WARN  o.e.h.g.u.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
19:29:18.834 [main] WARN  o.e.h.g.u.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
19:29:18.837 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
19:29:18.837 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
19:29:18.840 [main] WARN  o.e.h.g.u.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
19:29:18.840 [main] WARN  o.e.h.g.u.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
19:29:18.846 [main] WARN  o.e.h.g.u.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
19:29:18.847 [main] WARN  o.e.h.g.u.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
19:29:18.956 [main] WARN  o.e.h.g.u.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
19:29:18.957 [main] WARN  o.e.h.g.u.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
19:29:18.957 [main] WARN  o.e.h.g.u.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
19:29:18.957 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
19:29:18.958 [main] WARN  o.e.h.g.u.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
19:29:18.959 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
19:29:18.978 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~1 sec)
19:29:18.978 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:29:19.192 [main] INFO  o.e.h.c.r.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
19:29:19.194 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:29:19.194 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:29:19.212 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:29:19.213 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:29:19.213 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:29:19.253 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
19:29:19.254 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:19.254 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:19.254 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:29:20.238 [pool-29-thread-1] DEBUG o.e.h.g.u.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)]
19:29:23.902 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
19:29:23.902 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
19:29:25.131 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~1 sec)
19:29:25.131 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
5s878ms [pure insertion]
marking any relevant derived attributes for update...19:29:25.131 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:29:25.132 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:29:25.132 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:29:25.132 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:29:29.567 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:29:29.567 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~4.435s
attempting to resolve any uninitialized derived attributes...
19:29:29.567 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:29:29.567 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:29:29.567 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:29:29.567 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
4s435ms [proxy update]
19:29:29.567 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:29:29.567 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		5353
d elems		0
time		~10s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
19:29:31.148 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 11 s 954 ms
19:29:31.370 [main] INFO  o.e.h.c.r.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
19:29:31.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:29:31.373 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:29:31.393 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:29:31.394 [pool-29-thread-1] INFO  o.e.h.c.r.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/
19:29:31.394 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:29:31.394 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:29:31.403 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
19:29:31.404 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:31.404 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:31.404 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
19:29:31.404 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
19:29:31.405 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
19:29:31.405 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
19:29:32.614 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~1 sec)
19:29:32.614 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
1s211ms [pure insertion]
marking any relevant derived attributes for update...19:29:32.614 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:32.614 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:32.633 [pool-29-thread-1] INFO  o.e.h.c.r.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...
19:29:32.633 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:32.633 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:32.633 [pool-29-thread-1] INFO  o.e.h.c.r.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...
19:29:32.633 [pool-29-thread-1] DEBUG o.e.h.g.u.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
19:29:33.933 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
19:29:33.933 [pool-29-thread-1] DEBUG o.e.h.g.u.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
19:29:34.140 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
19:29:34.140 [pool-29-thread-1] INFO  o.e.h.c.r.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.
1s507ms [pure insertion]
marking any relevant derived attributes for update...19:29:34.140 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:34.140 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:34.147 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
19:29:34.147 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:34.147 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:34.147 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
19:29:34.148 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
19:29:34.158 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:29:34.158 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
19:29:34.224 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:29:34.224 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi.
0s77ms [pure insertion]
marking any relevant derived attributes for update...19:29:34.224 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:34.224 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:34.231 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
19:29:34.232 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:34.232 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:34.232 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
19:29:34.232 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
19:29:34.233 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:29:34.233 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
19:29:34.233 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:29:34.233 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:29:34.233 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:34.233 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:34.243 [pool-29-thread-1] INFO  o.e.h.c.r.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...
19:29:34.243 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:34.243 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:34.243 [pool-29-thread-1] INFO  o.e.h.c.r.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...
19:29:34.243 [pool-29-thread-1] DEBUG o.e.h.g.u.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
19:29:34.443 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
19:29:34.443 [pool-29-thread-1] DEBUG o.e.h.g.u.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
19:29:34.490 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
19:29:34.490 [pool-29-thread-1] INFO  o.e.h.c.r.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.
0s247ms [pure insertion]
marking any relevant derived attributes for update...19:29:34.490 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:34.490 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:34.499 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
19:29:34.499 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:34.499 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:34.499 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
19:29:34.499 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
19:29:34.500 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:29:34.500 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
19:29:34.502 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:29:34.502 [pool-29-thread-1] INFO  o.e.h.c.r.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...19:29:34.502 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:34.502 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:34.512 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
19:29:34.512 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:34.512 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:34.512 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
19:29:34.512 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
19:29:34.513 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:29:34.513 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
19:29:34.513 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:29:34.513 [pool-29-thread-1] INFO  o.e.h.c.r.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...19:29:34.514 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:34.514 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:34.533 [pool-29-thread-1] INFO  o.e.h.c.r.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...
19:29:34.533 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:34.533 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:34.533 [pool-29-thread-1] INFO  o.e.h.c.r.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...
19:29:34.534 [pool-29-thread-1] DEBUG o.e.h.g.u.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
19:29:36.235 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
19:29:36.235 [pool-29-thread-1] DEBUG o.e.h.g.u.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
19:29:37.013 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
19:29:37.013 [pool-29-thread-1] INFO  o.e.h.c.r.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.
2s480ms [pure insertion]
marking any relevant derived attributes for update...19:29:37.013 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:29:37.014 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:29:37.027 [pool-29-thread-1] INFO  o.e.h.c.r.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...
19:29:37.027 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:37.027 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:37.027 [pool-29-thread-1] INFO  o.e.h.c.r.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...
19:29:37.028 [pool-29-thread-1] DEBUG o.e.h.g.u.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
19:29:37.048 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:29:37.048 [pool-29-thread-1] DEBUG o.e.h.g.u.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
19:29:37.048 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:29:37.048 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi.
0s21ms [pure insertion]
marking any relevant derived attributes for update...19:29:37.048 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:37.048 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:37.058 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
19:29:37.058 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:37.059 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:37.059 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
19:29:37.115 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
19:29:37.116 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:29:37.116 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
19:29:37.116 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:29:37.116 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s58ms [pure insertion]
marking any relevant derived attributes for update...19:29:37.116 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:37.116 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:37.127 [pool-29-thread-1] INFO  o.e.h.c.r.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...
19:29:37.127 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:37.127 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:37.127 [pool-29-thread-1] INFO  o.e.h.c.r.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...
19:29:37.128 [pool-29-thread-1] DEBUG o.e.h.g.u.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
19:29:37.129 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:29:37.129 [pool-29-thread-1] DEBUG o.e.h.g.u.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
19:29:37.129 [pool-29-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:29:37.129 [pool-29-thread-1] INFO  o.e.h.c.r.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...19:29:37.129 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:37.129 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:37.129 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:29:37.129 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:29:40.263 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
19:29:40.407 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
19:29:40.407 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~3.278s
attempting to resolve any uninitialized derived attributes...
19:29:40.407 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:29:40.407 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:29:40.407 [pool-29-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:29:40.407 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
3s278ms [proxy update]
19:29:40.407 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:29:40.408 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~9s
validating changes...
validating file UPDATED for /set0.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.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/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /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 /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
19:29:42.031 [pool-29-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 10 s 658 ms
19:29:42.032 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3104043710840836684/test_getFiles[OrientDB]
19:29:42.035 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3104043710840836684/test_getFiles[OrientDB]
19:29:42.056 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:29:42.056 [main] INFO  o.e.h.c.r.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
19:29:42.063 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:29:42.063 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:29:42.894 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:29:42 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_getFiles[OrientDB]}} Storage 'plocal:/tmp/junit3104043710840836684/test_getFiles[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit8756260951930817368/test_getAllOfCountsSubtypes[OrientDB]
Dec 01, 2020 7:29:43 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_getAllOfCountsSubtypes[OrientDB]}} Storage 'plocal:/tmp/junit8756260951930817368/test_getAllOfCountsSubtypes[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:29:49.560 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:29:49.562 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:29:49.562 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:29:49.562 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:29:49.562 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:29:49.562 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:29:49.562 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:29:49.562 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:29:49.562 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:29:49.562 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:29:49.563 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
19:29:49.563 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
19:29:49.563 [pool-30-thread-1] INFO  o.e.h.c.r.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
19:29:49.592 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:29:49.592 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:29:49.596 [main] WARN  o.e.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
19:29:50.828 [main] WARN  o.e.h.g.u.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
19:29:50.828 [main] WARN  o.e.h.g.u.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
19:29:50.828 [main] WARN  o.e.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)]
19:29:51.045 [main] WARN  o.e.h.g.u.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
19:29:51.045 [main] WARN  o.e.h.g.u.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
19:29:51.045 [main] WARN  o.e.h.g.u.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[]
19:29:51.045 [main] WARN  o.e.h.g.u.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
19:29:51.045 [main] WARN  o.e.h.g.u.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
19:29:51.045 [main] WARN  o.e.h.g.u.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
19:29:51.045 [main] WARN  o.e.h.g.u.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
19:29:51.045 [main] WARN  o.e.h.g.u.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
19:29:51.045 [main] WARN  o.e.h.g.u.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
19:29:51.045 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.046 [main] WARN  o.e.h.g.u.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
19:29:51.047 [main] WARN  o.e.h.g.u.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
19:29:51.049 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
19:29:51.049 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
19:29:51.050 [main] WARN  o.e.h.g.u.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
19:29:51.053 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
19:29:51.053 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
19:29:51.058 [main] WARN  o.e.h.g.u.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
19:29:51.063 [main] WARN  o.e.h.g.u.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
19:29:51.063 [main] WARN  o.e.h.g.u.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
19:29:51.064 [main] WARN  o.e.h.g.u.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
19:29:51.181 [main] WARN  o.e.h.g.u.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
19:29:51.181 [main] WARN  o.e.h.g.u.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
19:29:51.181 [main] WARN  o.e.h.g.u.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
19:29:51.201 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~1 sec)
19:29:51.202 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:29:51.506 [main] INFO  o.e.h.c.r.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
19:29:51.508 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:29:51.508 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:29:51.529 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:29:51.531 [pool-30-thread-1] INFO  o.e.h.c.r.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/
19:29:51.531 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:29:51.531 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:29:51.546 [pool-30-thread-1] INFO  o.e.h.c.r.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...
19:29:51.547 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:51.547 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:51.547 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:29:52.577 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)]
19:29:53.326 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
19:29:53.326 [pool-30-thread-1] DEBUG o.e.h.g.u.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
19:29:57.033 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~3 sec)
19:29:57.033 [pool-30-thread-1] INFO  o.e.h.c.r.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.
5s487ms [pure insertion]
marking any relevant derived attributes for update...19:29:57.033 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s57ms
19:29:57.090 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s57ms
19:29:57.100 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
19:29:57.100 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:57.100 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:57.100 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
19:29:57.100 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
19:29:57.887 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:29:57.887 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
19:29:57.887 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:29:57.887 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s787ms [pure insertion]
marking any relevant derived attributes for update...19:29:57.887 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:57.887 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:57.898 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
19:29:57.898 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:57.898 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:57.898 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi...
19:29:57.899 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
19:29:57.900 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:29:57.900 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
19:29:57.900 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:29:57.900 [pool-30-thread-1] INFO  o.e.h.c.r.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...19:29:57.900 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:57.900 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:57.909 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
19:29:57.909 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:57.909 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:57.909 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi...
19:29:57.910 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
19:29:57.911 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:29:57.911 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
19:29:57.911 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:29:57.911 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:29:57.911 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:57.911 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:57.920 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
19:29:57.920 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:57.920 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:57.920 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi...
19:29:57.988 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
19:29:57.990 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
19:29:57.990 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
19:29:57.995 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
19:29:57.995 [pool-30-thread-1] INFO  o.e.h.c.r.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...19:29:57.995 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:57.995 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:58.004 [pool-30-thread-1] INFO  o.e.h.c.r.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...
19:29:58.004 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:58.004 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:58.004 [pool-30-thread-1] INFO  o.e.h.c.r.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...
19:29:58.004 [pool-30-thread-1] DEBUG o.e.h.g.u.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
19:29:58.005 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:29:58.005 [pool-30-thread-1] DEBUG o.e.h.g.u.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
19:29:58.005 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:29:58.005 [pool-30-thread-1] INFO  o.e.h.c.r.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...19:29:58.005 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:29:58.006 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:29:58.024 [pool-30-thread-1] INFO  o.e.h.c.r.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...
19:29:58.024 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:58.024 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:58.024 [pool-30-thread-1] INFO  o.e.h.c.r.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...
19:29:58.024 [pool-30-thread-1] DEBUG o.e.h.g.u.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
19:29:59.320 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
19:29:59.320 [pool-30-thread-1] DEBUG o.e.h.g.u.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
19:29:59.741 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
19:29:59.741 [pool-30-thread-1] INFO  o.e.h.c.r.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.
1s717ms [pure insertion]
marking any relevant derived attributes for update...19:29:59.741 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:59.741 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:59.752 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
19:29:59.752 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:59.752 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:59.752 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
19:29:59.752 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
19:29:59.794 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
19:29:59.794 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
19:29:59.794 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:29:59.794 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s42ms [pure insertion]
marking any relevant derived attributes for update...19:29:59.794 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:59.794 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:59.803 [pool-30-thread-1] INFO  o.e.h.c.r.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...
19:29:59.803 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:59.803 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:59.803 [pool-30-thread-1] INFO  o.e.h.c.r.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...
19:29:59.803 [pool-30-thread-1] DEBUG o.e.h.g.u.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
19:29:59.804 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
19:29:59.804 [pool-30-thread-1] DEBUG o.e.h.g.u.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
19:29:59.804 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:29:59.804 [pool-30-thread-1] INFO  o.e.h.c.r.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...19:29:59.804 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:59.804 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:59.812 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
19:29:59.813 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:59.813 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:59.813 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
19:29:59.813 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
19:29:59.814 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
19:29:59.814 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
19:29:59.814 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:29:59.814 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...19:29:59.814 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:29:59.814 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:29:59.838 [pool-30-thread-1] INFO  o.e.h.c.r.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...
19:29:59.838 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:29:59.838 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:29:59.838 [pool-30-thread-1] INFO  o.e.h.c.r.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...
19:29:59.911 [pool-30-thread-1] DEBUG o.e.h.g.u.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
19:30:01.017 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
19:30:01.017 [pool-30-thread-1] DEBUG o.e.h.g.u.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
19:30:01.262 [pool-30-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
19:30:01.262 [pool-30-thread-1] INFO  o.e.h.c.r.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.
1s424ms [pure insertion]
marking any relevant derived attributes for update...19:30:01.262 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:30:01.262 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:30:01.262 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:30:01.262 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:30:04.008 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
19:30:04.285 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
19:30:04.285 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~3.023s
attempting to resolve any uninitialized derived attributes...
19:30:04.285 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:30:04.285 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:30:04.286 [pool-30-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:30:04.286 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
3s24ms [proxy update]
19:30:04.286 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:30:04.287 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~12s
validating changes...
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /set0.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
19:30:05.583 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 14 s 74 ms
19:30:05.584 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8756260951930817368/test_getAllOfCountsSubtypes[OrientDB]
19:30:05.587 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot...
19:30:05.588 [main] INFO  o.e.h.g.u.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);
19:30:05.590 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot
19:30:05.590 [main] WARN  o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute
set up properties for V_derivedattribute: []
19:30:05.934 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
19:30:08.051 [main] INFO  o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (2 s, 2 s total)
19:30:08.051 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 2.461s
19:30:08.051 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot.
19:30:08.053 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8756260951930817368/test_getAllOfCountsSubtypes[OrientDB]
19:30:08.057 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot...
19:30:08.057 [main] INFO  o.e.h.g.u.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);
19:30:08.058 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot
19:30:08.092 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
19:30:08.887 [main] INFO  o.e.h.c.r.CompositeStateListener - Processed 3/3 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
19:30:08.887 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.829s
19:30:08.887 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot.
19:30:08.894 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:30:08.900 [pool-30-thread-1] INFO  o.e.h.c.r.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
19:30:08.900 [pool-30-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 6 ms
19:30:08.901 [pool-30-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8756260951930817368/test_getAllOfCountsSubtypes[OrientDB]
19:30:08.904 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:30:08.904 [main] INFO  o.e.h.c.r.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
19:30:08.907 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:30:08.907 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:30:09.283 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:30:09 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_getAllOfCountsSubtypes[OrientDB]}} Storage 'plocal:/tmp/junit8756260951930817368/test_getAllOfCountsSubtypes[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit3476226048143123081/test_addChild[OrientDB]
Dec 01, 2020 7:30:10 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_addChild[OrientDB]}} Storage 'plocal:/tmp/junit3476226048143123081/test_addChild[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:30:15.637 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:30:15.642 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:30:15.642 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:30:15.642 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:15.642 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:15.642 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:30:15.642 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:30:15.643 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:30:15.643 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:30:15.643 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:30:15.644 [pool-31-thread-1] INFO  o.e.h.c.r.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
19:30:15.645 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
19:30:15.645 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
19:30:15.651 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:15.651 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:15.652 [main] WARN  o.e.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
19:30:16.842 [main] WARN  o.e.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)]
19:30:17.062 [main] WARN  o.e.h.g.u.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
19:30:17.062 [main] WARN  o.e.h.g.u.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[]
19:30:17.062 [main] WARN  o.e.h.g.u.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
19:30:17.062 [main] WARN  o.e.h.g.u.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
19:30:17.062 [main] WARN  o.e.h.g.u.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
19:30:17.063 [main] WARN  o.e.h.g.u.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
19:30:17.063 [main] WARN  o.e.h.g.u.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
19:30:17.063 [main] WARN  o.e.h.g.u.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
19:30:17.063 [main] WARN  o.e.h.g.u.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
19:30:17.063 [main] WARN  o.e.h.g.u.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
19:30:17.063 [main] WARN  o.e.h.g.u.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
19:30:17.063 [main] WARN  o.e.h.g.u.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
19:30:17.063 [main] WARN  o.e.h.g.u.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
19:30:17.063 [main] WARN  o.e.h.g.u.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
19:30:17.064 [main] WARN  o.e.h.g.u.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
19:30:17.064 [main] WARN  o.e.h.g.u.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
19:30:17.064 [main] WARN  o.e.h.g.u.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
19:30:17.064 [main] WARN  o.e.h.g.u.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
19:30:17.064 [main] WARN  o.e.h.g.u.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
19:30:17.064 [main] WARN  o.e.h.g.u.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
19:30:17.064 [main] WARN  o.e.h.g.u.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
19:30:17.065 [main] WARN  o.e.h.g.u.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
19:30:17.065 [main] WARN  o.e.h.g.u.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
19:30:17.065 [main] WARN  o.e.h.g.u.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
19:30:17.065 [main] WARN  o.e.h.g.u.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
19:30:17.065 [main] WARN  o.e.h.g.u.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
19:30:17.066 [main] WARN  o.e.h.g.u.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
19:30:17.066 [main] WARN  o.e.h.g.u.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
19:30:17.066 [main] WARN  o.e.h.g.u.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
19:30:17.066 [main] WARN  o.e.h.g.u.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
19:30:17.066 [main] WARN  o.e.h.g.u.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
19:30:17.066 [main] WARN  o.e.h.g.u.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
19:30:17.066 [main] WARN  o.e.h.g.u.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
19:30:17.073 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~1 sec)
19:30:17.073 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:30:17.073 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/XMLType.ecore to store
19:30:17.076 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:17.076 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:17.078 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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[]
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.079 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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[]
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.080 [main] WARN  o.e.h.g.u.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
19:30:17.165 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
19:30:17.165 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:30:17.165 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/Tree.ecore to store
19:30:17.166 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:17.166 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:17.168 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
19:30:17.170 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
19:30:17.170 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:30:17.406 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit2948140083561884374/:org.eclipse.hawk.localfolder.LocalFolder:false
19:30:17.409 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:30:17.409 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:30:17.411 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:30:17.414 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:30:17.414 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:30:17.416 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
19:30:17.417 [pool-31-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:30:17.417 [pool-31-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:30:17.417 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:30:18.610 [pool-31-thread-1] DEBUG o.e.h.g.u.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)]
19:30:19.475 [pool-31-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
19:30:19.475 [pool-31-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
19:30:19.514 [pool-31-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:30:19.514 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
2s98ms [pure insertion]
marking any relevant derived attributes for update...19:30:19.514 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:30:19.514 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:30:19.514 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:30:19.514 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:30:19.516 [pool-31-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:30:19.516 [pool-31-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
19:30:19.516 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:30:19.516 [pool-31-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:30:19.516 [pool-31-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:30:19.516 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s3ms [proxy update]
19:30:19.517 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:30:19.517 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~2s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
19:30:19.519 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 110 ms
Copied ./resources/models/changed-trees/add-child.model over /tmp/junit2948140083561884374/tree.model
19:30:19.519 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:30:19.521 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:30:19.521 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:30:19.521 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:30:19.523 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
19:30:19.523 [pool-31-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:30:19.523 [pool-31-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
19:30:19.523 [pool-31-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
19:30:19.523 [pool-31-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
19:30:19.523 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model...
19:30:19.523 [pool-31-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model
19:30:19.524 [pool-31-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.001s
19:30:19.526 [pool-31-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
19:30:19.527 [pool-31-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
19:30:19.527 [pool-31-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
19:30:19.527 [pool-31-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
19:30:19.527 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /tree.model.
0s5ms [pure insertion]
marking any relevant derived attributes for update...19:30:19.527 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:30:19.527 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:30:19.527 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:30:19.527 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:30:19.528 [pool-31-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:30:19.528 [pool-31-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
19:30:19.528 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:30:19.528 [pool-31-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:30:19.528 [pool-31-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:30:19.528 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
19:30:19.529 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:30:19.529 [pool-31-thread-1] INFO  o.e.h.c.r.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
19:30:19.530 [pool-31-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 11 ms
19:30:19.531 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:30:19.531 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit2948140083561884374/:org.eclipse.hawk.localfolder.LocalFolder:false
19:30:19.533 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:30:19.533 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:30:20.030 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:30:20 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_addChild[OrientDB]}} Storage 'plocal:/tmp/junit3476226048143123081/test_addChild[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit3917866277686274928/test_addModel[OrientDB]
Dec 01, 2020 7:30:21 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_addModel[OrientDB]}} Storage 'plocal:/tmp/junit3917866277686274928/test_addModel[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:30:26.257 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:30:26.259 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:30:26.259 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:30:26.259 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:26.259 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:26.259 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:30:26.259 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:30:26.259 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:30:26.260 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:30:26.260 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:30:26.260 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
19:30:26.260 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
19:30:26.261 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
19:30:26.264 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:26.264 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:26.265 [main] WARN  o.e.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
19:30:27.407 [main] WARN  o.e.h.g.u.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
19:30:27.407 [main] WARN  o.e.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)]
19:30:27.585 [main] WARN  o.e.h.g.u.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
19:30:27.585 [main] WARN  o.e.h.g.u.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
19:30:27.585 [main] WARN  o.e.h.g.u.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
19:30:27.585 [main] WARN  o.e.h.g.u.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
19:30:27.585 [main] WARN  o.e.h.g.u.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
19:30:27.586 [main] WARN  o.e.h.g.u.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
19:30:27.586 [main] WARN  o.e.h.g.u.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
19:30:27.586 [main] WARN  o.e.h.g.u.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
19:30:27.586 [main] WARN  o.e.h.g.u.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
19:30:27.586 [main] WARN  o.e.h.g.u.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
19:30:27.586 [main] WARN  o.e.h.g.u.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
19:30:27.586 [main] WARN  o.e.h.g.u.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
19:30:27.586 [main] WARN  o.e.h.g.u.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
19:30:27.586 [main] WARN  o.e.h.g.u.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
19:30:27.586 [main] WARN  o.e.h.g.u.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
19:30:27.587 [main] WARN  o.e.h.g.u.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
19:30:27.587 [main] WARN  o.e.h.g.u.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
19:30:27.587 [main] WARN  o.e.h.g.u.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
19:30:27.587 [main] WARN  o.e.h.g.u.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
19:30:27.587 [main] WARN  o.e.h.g.u.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
19:30:27.587 [main] WARN  o.e.h.g.u.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
19:30:27.587 [main] WARN  o.e.h.g.u.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
19:30:27.587 [main] WARN  o.e.h.g.u.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
19:30:27.588 [main] WARN  o.e.h.g.u.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
19:30:27.588 [main] WARN  o.e.h.g.u.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
19:30:27.588 [main] WARN  o.e.h.g.u.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
19:30:27.588 [main] WARN  o.e.h.g.u.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
19:30:27.588 [main] WARN  o.e.h.g.u.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
19:30:27.588 [main] WARN  o.e.h.g.u.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
19:30:27.588 [main] WARN  o.e.h.g.u.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
19:30:27.588 [main] WARN  o.e.h.g.u.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[]
19:30:27.588 [main] WARN  o.e.h.g.u.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
19:30:27.595 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~1 sec)
19:30:27.595 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:30:27.595 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/XMLType.ecore to store
19:30:27.598 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:27.598 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:27.600 [main] WARN  o.e.h.g.u.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
19:30:27.600 [main] WARN  o.e.h.g.u.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
19:30:27.600 [main] WARN  o.e.h.g.u.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
19:30:27.600 [main] WARN  o.e.h.g.u.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
19:30:27.600 [main] WARN  o.e.h.g.u.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
19:30:27.600 [main] WARN  o.e.h.g.u.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
19:30:27.600 [main] WARN  o.e.h.g.u.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
19:30:27.600 [main] WARN  o.e.h.g.u.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
19:30:27.600 [main] WARN  o.e.h.g.u.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
19:30:27.600 [main] WARN  o.e.h.g.u.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
19:30:27.600 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
19:30:27.601 [main] WARN  o.e.h.g.u.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
19:30:27.601 [main] WARN  o.e.h.g.u.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
19:30:27.601 [main] WARN  o.e.h.g.u.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
19:30:27.601 [main] WARN  o.e.h.g.u.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
19:30:27.601 [main] WARN  o.e.h.g.u.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
19:30:27.601 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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[]
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.603 [main] WARN  o.e.h.g.u.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
19:30:27.604 [main] WARN  o.e.h.g.u.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
19:30:27.604 [main] WARN  o.e.h.g.u.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
19:30:27.604 [main] WARN  o.e.h.g.u.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[]
19:30:27.604 [main] WARN  o.e.h.g.u.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
19:30:27.604 [main] WARN  o.e.h.g.u.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
19:30:27.604 [main] WARN  o.e.h.g.u.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
19:30:27.604 [main] WARN  o.e.h.g.u.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
19:30:27.604 [main] WARN  o.e.h.g.u.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
19:30:27.604 [main] WARN  o.e.h.g.u.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
19:30:27.604 [main] WARN  o.e.h.g.u.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
19:30:27.604 [main] WARN  o.e.h.g.u.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
19:30:27.604 [main] WARN  o.e.h.g.u.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
19:30:27.604 [main] WARN  o.e.h.g.u.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
19:30:27.604 [main] WARN  o.e.h.g.u.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
19:30:27.604 [main] WARN  o.e.h.g.u.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
19:30:27.604 [main] WARN  o.e.h.g.u.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
19:30:27.667 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
19:30:27.667 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:30:27.667 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/Tree.ecore to store
19:30:27.669 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:27.669 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:27.671 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
19:30:27.674 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
19:30:27.674 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:30:27.931 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit6932320869643267148/:org.eclipse.hawk.localfolder.LocalFolder:false
19:30:27.935 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:30:27.935 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:30:27.937 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:30:27.937 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:30:27.937 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:30:27.937 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:30:27.937 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:30:27.939 [pool-32-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:30:27.939 [pool-32-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
19:30:27.939 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:30:27.939 [pool-32-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:30:27.940 [pool-32-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:30:27.940 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s4ms [proxy update]
19:30:27.941 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:30:27.941 [pool-32-thread-1] INFO  o.e.h.c.r.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
19:30:27.941 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 5 ms
19:30:27.942 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:30:27.943 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:30:27.944 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:30:27.944 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:30:27.945 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
19:30:27.945 [pool-32-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:30:27.945 [pool-32-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:30:27.945 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:30:29.138 [pool-32-thread-1] DEBUG o.e.h.g.u.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)]
19:30:29.972 [pool-32-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
19:30:29.972 [pool-32-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
19:30:30.010 [pool-32-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:30:30.010 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
2s65ms [pure insertion]
marking any relevant derived attributes for update...19:30:30.010 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:30:30.010 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:30:30.010 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:30:30.010 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:30:30.011 [pool-32-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:30:30.011 [pool-32-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
19:30:30.011 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:30:30.011 [pool-32-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:30:30.012 [pool-32-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:30:30.012 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
19:30:30.012 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:30:30.012 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~2s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
19:30:30.013 [pool-32-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 71 ms
19:30:30.013 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:30:30.014 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit6932320869643267148/:org.eclipse.hawk.localfolder.LocalFolder:false
19:30:30.016 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:30:30.016 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:30:30.512 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:30:30 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_addModel[OrientDB]}} Storage 'plocal:/tmp/junit3917866277686274928/test_addModel[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit7355746807112312702/test_renameRoot[OrientDB]
Dec 01, 2020 7:30:31 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_renameRoot[OrientDB]}} Storage 'plocal:/tmp/junit7355746807112312702/test_renameRoot[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:30:36.791 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:30:36.794 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:30:36.794 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:30:36.794 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:36.794 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:36.794 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:30:36.794 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:30:36.794 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:30:36.795 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:30:36.795 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:30:36.795 [pool-33-thread-1] INFO  o.e.h.c.r.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
19:30:36.796 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
19:30:36.796 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
19:30:36.801 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:36.801 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:36.802 [main] WARN  o.e.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
19:30:38.098 [main] WARN  o.e.h.g.u.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
19:30:38.098 [main] WARN  o.e.h.g.u.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
19:30:38.098 [main] WARN  o.e.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)]
19:30:38.299 [main] WARN  o.e.h.g.u.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
19:30:38.299 [main] WARN  o.e.h.g.u.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
19:30:38.299 [main] WARN  o.e.h.g.u.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
19:30:38.299 [main] WARN  o.e.h.g.u.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
19:30:38.299 [main] WARN  o.e.h.g.u.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
19:30:38.299 [main] WARN  o.e.h.g.u.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
19:30:38.299 [main] WARN  o.e.h.g.u.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
19:30:38.299 [main] WARN  o.e.h.g.u.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
19:30:38.300 [main] WARN  o.e.h.g.u.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
19:30:38.300 [main] WARN  o.e.h.g.u.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
19:30:38.300 [main] WARN  o.e.h.g.u.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
19:30:38.300 [main] WARN  o.e.h.g.u.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
19:30:38.300 [main] WARN  o.e.h.g.u.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
19:30:38.303 [main] WARN  o.e.h.g.u.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
19:30:38.303 [main] WARN  o.e.h.g.u.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
19:30:38.304 [main] WARN  o.e.h.g.u.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
19:30:38.304 [main] WARN  o.e.h.g.u.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
19:30:38.304 [main] WARN  o.e.h.g.u.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
19:30:38.304 [main] WARN  o.e.h.g.u.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
19:30:38.304 [main] WARN  o.e.h.g.u.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
19:30:38.304 [main] WARN  o.e.h.g.u.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
19:30:38.304 [main] WARN  o.e.h.g.u.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
19:30:38.304 [main] WARN  o.e.h.g.u.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
19:30:38.304 [main] WARN  o.e.h.g.u.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
19:30:38.304 [main] WARN  o.e.h.g.u.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
19:30:38.304 [main] WARN  o.e.h.g.u.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
19:30:38.305 [main] WARN  o.e.h.g.u.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
19:30:38.305 [main] WARN  o.e.h.g.u.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
19:30:38.305 [main] WARN  o.e.h.g.u.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
19:30:38.305 [main] WARN  o.e.h.g.u.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[]
19:30:38.305 [main] WARN  o.e.h.g.u.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
19:30:38.356 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~1 sec)
19:30:38.357 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:30:38.357 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/XMLType.ecore to store
19:30:38.361 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:38.361 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:38.363 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.364 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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[]
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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
19:30:38.365 [main] WARN  o.e.h.g.u.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[]
19:30:38.412 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
19:30:38.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:30:38.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/Tree.ecore to store
19:30:38.413 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:38.413 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:38.415 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
19:30:38.418 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
19:30:38.418 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:30:38.690 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit8198192174133567641/:org.eclipse.hawk.localfolder.LocalFolder:false
19:30:38.692 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:30:38.692 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:30:38.695 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:30:38.695 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:30:38.695 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:30:38.697 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
19:30:38.699 [pool-33-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:30:38.699 [pool-33-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:30:38.699 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:30:39.804 [pool-33-thread-1] DEBUG o.e.h.g.u.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)]
19:30:40.724 [pool-33-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
19:30:40.724 [pool-33-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
19:30:40.728 [pool-33-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:30:40.728 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
2s31ms [pure insertion]
marking any relevant derived attributes for update...19:30:40.728 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:30:40.728 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:30:40.728 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:30:40.728 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:30:40.729 [pool-33-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:30:40.729 [pool-33-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
19:30:40.729 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:30:40.729 [pool-33-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:30:40.729 [pool-33-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:30:40.729 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
19:30:40.729 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:30:40.730 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~2s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
19:30:40.731 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 38 ms
Copied ./resources/models/changed-trees/rename-root.model over /tmp/junit8198192174133567641/tree.model
19:30:40.731 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:30:40.732 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:30:40.732 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:30:40.732 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:30:40.733 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
19:30:40.733 [pool-33-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:30:40.734 [pool-33-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
19:30:40.734 [pool-33-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
19:30:40.734 [pool-33-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
19:30:40.734 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model...
19:30:40.734 [pool-33-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
19:30:40.766 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /tree.model.
0s33ms [pure insertion]
marking any relevant derived attributes for update...19:30:40.766 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:30:40.766 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:30:40.766 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:30:40.766 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:30:40.766 [pool-33-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:30:40.766 [pool-33-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
19:30:40.766 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:30:40.767 [pool-33-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:30:40.767 [pool-33-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:30:40.767 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
19:30:40.767 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:30:40.767 [pool-33-thread-1] INFO  o.e.h.c.r.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
19:30:40.768 [pool-33-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 37 ms
19:30:40.771 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:30:40.771 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit8198192174133567641/:org.eclipse.hawk.localfolder.LocalFolder:false
19:30:40.773 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:30:40.773 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:30:41.403 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:30:41 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_renameRoot[OrientDB]}} Storage 'plocal:/tmp/junit7355746807112312702/test_renameRoot[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit6627948903297467970/test_eContainer[OrientDB]
Dec 01, 2020 7:30:42 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_eContainer[OrientDB]}} Storage 'plocal:/tmp/junit6627948903297467970/test_eContainer[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:30:47.010 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:30:47.015 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:30:47.015 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:30:47.015 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:47.015 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:47.015 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:30:47.015 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:30:47.015 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:30:47.016 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:30:47.016 [pool-34-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:30:47.016 [pool-34-thread-1] INFO  o.e.h.c.r.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
19:30:47.017 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:30:47.017 [pool-34-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
19:30:47.021 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:47.021 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:47.022 [main] WARN  o.e.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
19:30:48.125 [main] WARN  o.e.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)]
19:30:48.278 [main] WARN  o.e.h.g.u.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
19:30:48.278 [main] WARN  o.e.h.g.u.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
19:30:48.278 [main] WARN  o.e.h.g.u.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
19:30:48.278 [main] WARN  o.e.h.g.u.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
19:30:48.278 [main] WARN  o.e.h.g.u.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
19:30:48.279 [main] WARN  o.e.h.g.u.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
19:30:48.279 [main] WARN  o.e.h.g.u.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
19:30:48.279 [main] WARN  o.e.h.g.u.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
19:30:48.279 [main] WARN  o.e.h.g.u.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
19:30:48.279 [main] WARN  o.e.h.g.u.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
19:30:48.279 [main] WARN  o.e.h.g.u.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
19:30:48.279 [main] WARN  o.e.h.g.u.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
19:30:48.279 [main] WARN  o.e.h.g.u.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
19:30:48.279 [main] WARN  o.e.h.g.u.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
19:30:48.279 [main] WARN  o.e.h.g.u.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
19:30:48.279 [main] WARN  o.e.h.g.u.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[]
19:30:48.279 [main] WARN  o.e.h.g.u.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
19:30:48.280 [main] WARN  o.e.h.g.u.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
19:30:48.280 [main] WARN  o.e.h.g.u.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
19:30:48.280 [main] WARN  o.e.h.g.u.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
19:30:48.280 [main] WARN  o.e.h.g.u.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
19:30:48.280 [main] WARN  o.e.h.g.u.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
19:30:48.280 [main] WARN  o.e.h.g.u.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
19:30:48.280 [main] WARN  o.e.h.g.u.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
19:30:48.280 [main] WARN  o.e.h.g.u.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
19:30:48.280 [main] WARN  o.e.h.g.u.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
19:30:48.280 [main] WARN  o.e.h.g.u.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
19:30:48.281 [main] WARN  o.e.h.g.u.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
19:30:48.281 [main] WARN  o.e.h.g.u.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
19:30:48.281 [main] WARN  o.e.h.g.u.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
19:30:48.281 [main] WARN  o.e.h.g.u.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
19:30:48.281 [main] WARN  o.e.h.g.u.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
19:30:48.281 [main] WARN  o.e.h.g.u.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
19:30:48.290 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~1 sec)
19:30:48.290 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:30:48.290 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/XMLType.ecore to store
19:30:48.293 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:48.293 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:48.295 [main] WARN  o.e.h.g.u.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
19:30:48.295 [main] WARN  o.e.h.g.u.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
19:30:48.295 [main] WARN  o.e.h.g.u.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
19:30:48.295 [main] WARN  o.e.h.g.u.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
19:30:48.295 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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[]
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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[]
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.296 [main] WARN  o.e.h.g.u.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
19:30:48.297 [main] WARN  o.e.h.g.u.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
19:30:48.297 [main] WARN  o.e.h.g.u.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
19:30:48.297 [main] WARN  o.e.h.g.u.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
19:30:48.411 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
19:30:48.411 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:30:48.411 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/Tree.ecore to store
19:30:48.412 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:48.412 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:48.414 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
19:30:48.416 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
19:30:48.417 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:30:48.637 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit3911547394785620528/:org.eclipse.hawk.localfolder.LocalFolder:false
19:30:48.640 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:30:48.640 [pool-34-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:30:48.642 [pool-34-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:30:48.643 [pool-34-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:30:48.643 [pool-34-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:30:48.645 [pool-34-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
19:30:48.646 [pool-34-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:30:48.647 [pool-34-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:30:48.647 [pool-34-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:30:49.679 [pool-34-thread-1] DEBUG o.e.h.g.u.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)]
19:30:50.435 [pool-34-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
19:30:50.435 [pool-34-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
19:30:50.439 [pool-34-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:30:50.439 [pool-34-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
1s794ms [pure insertion]
marking any relevant derived attributes for update...19:30:50.439 [pool-34-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:30:50.439 [pool-34-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:30:50.440 [pool-34-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:30:50.440 [pool-34-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:30:50.441 [pool-34-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:30:50.441 [pool-34-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
19:30:50.441 [pool-34-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:30:50.441 [pool-34-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:30:50.441 [pool-34-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:30:50.441 [pool-34-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
19:30:50.441 [pool-34-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:30:50.441 [pool-34-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~1s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
19:30:50.442 [pool-34-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 802 ms
property: eContainer not found in metamodel for type: Tree
19:30:50.449 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:30:50.449 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit3911547394785620528/:org.eclipse.hawk.localfolder.LocalFolder:false
19:30:50.451 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:30:50.451 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:30:50.912 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:30:50 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_eContainer[OrientDB]}} Storage 'plocal:/tmp/junit6627948903297467970/test_eContainer[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit3653016411137083136/test_removeChild[OrientDB]
Dec 01, 2020 7:30:51 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_removeChild[OrientDB]}} Storage 'plocal:/tmp/junit3653016411137083136/test_removeChild[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:30:56.631 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:30:56.634 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:30:56.634 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:30:56.634 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:56.634 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:56.634 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:30:56.634 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:30:56.634 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:30:56.634 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:30:56.634 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:30:56.635 [pool-35-thread-1] INFO  o.e.h.c.r.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
19:30:56.635 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
19:30:56.635 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
19:30:56.639 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:56.639 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:56.640 [main] WARN  o.e.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
19:30:57.702 [main] WARN  o.e.h.g.u.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
19:30:57.702 [main] WARN  o.e.h.g.u.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
19:30:57.702 [main] WARN  o.e.h.g.u.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
19:30:57.702 [main] WARN  o.e.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)]
19:30:57.869 [main] WARN  o.e.h.g.u.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
19:30:57.869 [main] WARN  o.e.h.g.u.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
19:30:57.869 [main] WARN  o.e.h.g.u.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
19:30:57.869 [main] WARN  o.e.h.g.u.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
19:30:57.870 [main] WARN  o.e.h.g.u.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
19:30:57.870 [main] WARN  o.e.h.g.u.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
19:30:57.870 [main] WARN  o.e.h.g.u.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
19:30:57.870 [main] WARN  o.e.h.g.u.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
19:30:57.870 [main] WARN  o.e.h.g.u.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
19:30:57.870 [main] WARN  o.e.h.g.u.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
19:30:57.870 [main] WARN  o.e.h.g.u.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
19:30:57.870 [main] WARN  o.e.h.g.u.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
19:30:57.870 [main] WARN  o.e.h.g.u.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
19:30:57.870 [main] WARN  o.e.h.g.u.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
19:30:57.870 [main] WARN  o.e.h.g.u.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
19:30:57.870 [main] WARN  o.e.h.g.u.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
19:30:57.871 [main] WARN  o.e.h.g.u.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
19:30:57.871 [main] WARN  o.e.h.g.u.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
19:30:57.871 [main] WARN  o.e.h.g.u.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
19:30:57.871 [main] WARN  o.e.h.g.u.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
19:30:57.871 [main] WARN  o.e.h.g.u.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
19:30:57.871 [main] WARN  o.e.h.g.u.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
19:30:57.871 [main] WARN  o.e.h.g.u.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[]
19:30:57.871 [main] WARN  o.e.h.g.u.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
19:30:57.872 [main] WARN  o.e.h.g.u.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
19:30:57.872 [main] WARN  o.e.h.g.u.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
19:30:57.872 [main] WARN  o.e.h.g.u.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
19:30:57.872 [main] WARN  o.e.h.g.u.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
19:30:57.872 [main] WARN  o.e.h.g.u.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
19:30:57.872 [main] WARN  o.e.h.g.u.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
19:30:57.953 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~1 sec)
19:30:57.953 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:30:57.953 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/XMLType.ecore to store
19:30:57.956 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:57.956 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:57.958 [main] WARN  o.e.h.g.u.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
19:30:57.958 [main] WARN  o.e.h.g.u.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
19:30:57.958 [main] WARN  o.e.h.g.u.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
19:30:57.958 [main] WARN  o.e.h.g.u.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
19:30:57.959 [main] WARN  o.e.h.g.u.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
19:30:57.959 [main] WARN  o.e.h.g.u.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
19:30:57.959 [main] WARN  o.e.h.g.u.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
19:30:57.959 [main] WARN  o.e.h.g.u.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
19:30:57.959 [main] WARN  o.e.h.g.u.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
19:30:57.959 [main] WARN  o.e.h.g.u.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
19:30:57.959 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
19:30:57.959 [main] WARN  o.e.h.g.u.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
19:30:57.959 [main] WARN  o.e.h.g.u.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
19:30:57.959 [main] WARN  o.e.h.g.u.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
19:30:57.959 [main] WARN  o.e.h.g.u.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
19:30:57.959 [main] WARN  o.e.h.g.u.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
19:30:57.959 [main] WARN  o.e.h.g.u.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
19:30:57.959 [main] WARN  o.e.h.g.u.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
19:30:57.959 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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[]
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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[]
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.960 [main] WARN  o.e.h.g.u.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
19:30:57.964 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
19:30:57.964 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:30:57.964 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/Tree.ecore to store
19:30:57.965 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:30:57.965 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:30:57.967 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
19:30:57.970 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
19:30:57.970 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:30:58.158 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit8658292988049375269/:org.eclipse.hawk.localfolder.LocalFolder:false
19:30:58.160 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:30:58.161 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:30:58.163 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:30:58.163 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:30:58.163 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:30:58.165 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
19:30:58.167 [pool-35-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:30:58.167 [pool-35-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:30:58.167 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:30:59.275 [pool-35-thread-1] DEBUG o.e.h.g.u.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)]
19:31:00.170 [pool-35-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
19:31:00.170 [pool-35-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
19:31:00.174 [pool-35-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:31:00.174 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
2s9ms [pure insertion]
marking any relevant derived attributes for update...19:31:00.174 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:31:00.174 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:31:00.174 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:31:00.174 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:31:00.175 [pool-35-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:31:00.175 [pool-35-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
19:31:00.175 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:31:00.175 [pool-35-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:31:00.175 [pool-35-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:31:00.175 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
19:31:00.175 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:31:00.176 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~2s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
19:31:00.176 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 15 ms
Copied ./resources/models/changed-trees/remove-child.model over /tmp/junit8658292988049375269/tree.model
19:31:00.177 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:31:00.178 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:31:00.178 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:31:00.178 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:31:00.179 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
19:31:00.179 [pool-35-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:00.179 [pool-35-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
19:31:00.180 [pool-35-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0
19:31:00.180 [pool-35-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
19:31:00.180 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model...
19:31:00.180 [pool-35-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model
19:31:00.181 [pool-35-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.001s
19:31:00.213 [pool-35-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
19:31:00.213 [pool-35-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
19:31:00.213 [pool-35-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
19:31:00.213 [pool-35-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
19:31:00.213 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /tree.model.
0s34ms [pure insertion]
marking any relevant derived attributes for update...19:31:00.213 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:31:00.213 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:31:00.213 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:31:00.213 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:31:00.215 [pool-35-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:31:00.215 [pool-35-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
19:31:00.215 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:31:00.215 [pool-35-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:31:00.215 [pool-35-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:31:00.215 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
19:31:00.215 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:31:00.215 [pool-35-thread-1] INFO  o.e.h.c.r.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
19:31:00.215 [pool-35-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 38 ms
19:31:00.216 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:31:00.216 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit8658292988049375269/:org.eclipse.hawk.localfolder.LocalFolder:false
19:31:00.218 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:31:00.218 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:31:00.765 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:31:00 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_removeChild[OrientDB]}} Storage 'plocal:/tmp/junit3653016411137083136/test_removeChild[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit6709677074442698295/test_renameChild[OrientDB]
Dec 01, 2020 7:31:02 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_renameChild[OrientDB]}} Storage 'plocal:/tmp/junit6709677074442698295/test_renameChild[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:31:07.605 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:31:07.609 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:31:07.609 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
19:31:07.610 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:31:07.610 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:31:07.610 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
19:31:07.610 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:31:07.610 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:31:07.610 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
19:31:07.610 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:31:07.611 [pool-36-thread-1] INFO  o.e.h.c.r.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
19:31:07.612 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
19:31:07.612 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
19:31:07.617 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:31:07.617 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:31:07.619 [main] WARN  o.e.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
19:31:08.640 [main] WARN  o.e.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)]
19:31:08.808 [main] WARN  o.e.h.g.u.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
19:31:08.808 [main] WARN  o.e.h.g.u.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
19:31:08.808 [main] WARN  o.e.h.g.u.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
19:31:08.808 [main] WARN  o.e.h.g.u.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
19:31:08.808 [main] WARN  o.e.h.g.u.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
19:31:08.808 [main] WARN  o.e.h.g.u.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
19:31:08.808 [main] WARN  o.e.h.g.u.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
19:31:08.808 [main] WARN  o.e.h.g.u.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
19:31:08.808 [main] WARN  o.e.h.g.u.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
19:31:08.808 [main] WARN  o.e.h.g.u.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
19:31:08.808 [main] WARN  o.e.h.g.u.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
19:31:08.808 [main] WARN  o.e.h.g.u.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
19:31:08.809 [main] WARN  o.e.h.g.u.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
19:31:08.809 [main] WARN  o.e.h.g.u.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
19:31:08.809 [main] WARN  o.e.h.g.u.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
19:31:08.809 [main] WARN  o.e.h.g.u.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
19:31:08.809 [main] WARN  o.e.h.g.u.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
19:31:08.809 [main] WARN  o.e.h.g.u.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
19:31:08.809 [main] WARN  o.e.h.g.u.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
19:31:08.809 [main] WARN  o.e.h.g.u.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
19:31:08.809 [main] WARN  o.e.h.g.u.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
19:31:08.809 [main] WARN  o.e.h.g.u.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
19:31:08.809 [main] WARN  o.e.h.g.u.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
19:31:08.809 [main] WARN  o.e.h.g.u.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
19:31:08.809 [main] WARN  o.e.h.g.u.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
19:31:08.810 [main] WARN  o.e.h.g.u.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
19:31:08.810 [main] WARN  o.e.h.g.u.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
19:31:08.810 [main] WARN  o.e.h.g.u.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[]
19:31:08.810 [main] WARN  o.e.h.g.u.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
19:31:08.810 [main] WARN  o.e.h.g.u.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
19:31:08.810 [main] WARN  o.e.h.g.u.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
19:31:08.810 [main] WARN  o.e.h.g.u.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
19:31:08.810 [main] WARN  o.e.h.g.u.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
19:31:08.816 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~1 sec)
19:31:08.816 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:31:08.816 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/XMLType.ecore to store
19:31:08.818 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:31:08.818 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:31:08.820 [main] WARN  o.e.h.g.u.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
19:31:08.820 [main] WARN  o.e.h.g.u.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
19:31:08.820 [main] WARN  o.e.h.g.u.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
19:31:08.820 [main] WARN  o.e.h.g.u.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
19:31:08.820 [main] WARN  o.e.h.g.u.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[]
19:31:08.820 [main] WARN  o.e.h.g.u.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
19:31:08.820 [main] WARN  o.e.h.g.u.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
19:31:08.820 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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[]
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.821 [main] WARN  o.e.h.g.u.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
19:31:08.825 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
19:31:08.825 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:31:08.825 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/Tree.ecore to store
19:31:08.826 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:31:08.826 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:31:08.866 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
19:31:08.869 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
19:31:08.869 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:31:09.143 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit9079510233789110379/:org.eclipse.hawk.localfolder.LocalFolder:false
19:31:09.145 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:31:09.145 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:31:09.147 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:31:09.147 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:31:09.147 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:31:09.149 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
19:31:09.150 [pool-36-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:09.150 [pool-36-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:31:09.150 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:31:11.268 [pool-36-thread-1] DEBUG o.e.h.g.u.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)]
19:31:12.585 [pool-36-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
19:31:12.585 [pool-36-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
19:31:12.589 [pool-36-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
19:31:12.589 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
3s440ms [pure insertion]
marking any relevant derived attributes for update...19:31:12.589 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:31:12.589 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:31:12.589 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:31:12.589 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:31:12.590 [pool-36-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:31:12.591 [pool-36-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
19:31:12.591 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:31:12.591 [pool-36-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:31:12.591 [pool-36-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:31:12.591 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
19:31:12.591 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:31:12.591 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~3s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 2
relevant graph size: 2
validated changes... true
19:31:12.592 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 447 ms
Copied ./resources/models/changed-trees/rename-child.model over /tmp/junit9079510233789110379/tree.model
19:31:12.592 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:31:12.594 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:31:12.595 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:31:12.595 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:31:12.597 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
19:31:12.597 [pool-36-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:12.597 [pool-36-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
19:31:12.598 [pool-36-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
19:31:12.598 [pool-36-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
19:31:12.598 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model...
19:31:12.598 [pool-36-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
19:31:12.635 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /tree.model.
0s38ms [pure insertion]
marking any relevant derived attributes for update...19:31:12.635 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:31:12.635 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:31:12.635 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:31:12.635 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:31:12.635 [pool-36-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
19:31:12.636 [pool-36-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
19:31:12.636 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:31:12.636 [pool-36-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:31:12.636 [pool-36-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:31:12.636 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
19:31:12.636 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:31:12.636 [pool-36-thread-1] INFO  o.e.h.c.r.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
19:31:12.637 [pool-36-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 44 ms
19:31:12.644 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:31:12.644 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit9079510233789110379/:org.eclipse.hawk.localfolder.LocalFolder:false
19:31:12.647 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:31:12.647 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:31:13.163 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:31:13 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_renameChild[OrientDB]}} Storage 'plocal:/tmp/junit6709677074442698295/test_renameChild[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit4913305506743107195/test_upgradeModelProfileVersion[OrientDB]
Dec 01, 2020 7:31:14 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_upgradeModelProfileVersion[OrientDB]}} Storage 'plocal:/tmp/junit4913305506743107195/test_upgradeModelProfileVersion[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:31:19.192 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:31:19.195 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:31:19.195 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
19:31:19.726 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:31:19.726 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:31:19.916 [main] WARN  o.e.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
19:31:20.928 [main] WARN  o.e.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)]
19:31:21.114 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
19:31:21.115 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:21.116 [main] WARN  o.e.h.g.u.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
19:31:21.117 [main] WARN  o.e.h.g.u.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
19:31:21.118 [main] WARN  o.e.h.g.u.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
19:31:21.123 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:21.123 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
19:31:21.125 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:31:21.126 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:21.126 [main] WARN  o.e.h.g.u.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
19:31:21.127 [main] WARN  o.e.h.g.u.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
19:31:21.238 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:21.238 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
19:31:21.241 [main] DEBUG o.e.h.g.u.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
19:31:21.246 [main] WARN  o.e.h.g.u.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
19:31:21.246 [main] WARN  o.e.h.g.u.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
19:31:21.246 [main] WARN  o.e.h.g.u.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
19:31:21.246 [main] WARN  o.e.h.g.u.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
19:31:21.246 [main] WARN  o.e.h.g.u.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
19:31:21.246 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
19:31:21.246 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:21.246 [main] WARN  o.e.h.g.u.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
19:31:21.248 [main] WARN  o.e.h.g.u.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
19:31:21.248 [main] WARN  o.e.h.g.u.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
19:31:21.250 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:31:21.250 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:21.252 [main] WARN  o.e.h.g.u.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
19:31:21.252 [main] WARN  o.e.h.g.u.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
19:31:21.252 [main] WARN  o.e.h.g.u.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
19:31:21.254 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
19:31:21.254 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:21.257 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
19:31:21.257 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:21.258 [main] WARN  o.e.h.g.u.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
19:31:21.259 [main] WARN  o.e.h.g.u.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
19:31:21.261 [main] WARN  o.e.h.g.u.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
19:31:21.296 [main] WARN  o.e.h.g.u.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
19:31:21.297 [main] WARN  o.e.h.g.u.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
19:31:21.297 [main] WARN  o.e.h.g.u.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
19:31:21.297 [main] WARN  o.e.h.g.u.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
19:31:21.297 [main] WARN  o.e.h.g.u.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
19:31:21.297 [main] WARN  o.e.h.g.u.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
19:31:21.298 [main] WARN  o.e.h.g.u.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
19:31:21.298 [main] WARN  o.e.h.g.u.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
19:31:21.298 [main] WARN  o.e.h.g.u.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
19:31:21.298 [main] WARN  o.e.h.g.u.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
19:31:21.298 [main] WARN  o.e.h.g.u.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
19:31:21.298 [main] WARN  o.e.h.g.u.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
19:31:21.298 [main] WARN  o.e.h.g.u.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
19:31:21.298 [main] WARN  o.e.h.g.u.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
19:31:21.299 [main] WARN  o.e.h.g.u.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
19:31:21.299 [main] WARN  o.e.h.g.u.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
19:31:21.299 [main] WARN  o.e.h.g.u.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[]
19:31:21.299 [main] WARN  o.e.h.g.u.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
19:31:21.299 [main] WARN  o.e.h.g.u.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
19:31:21.299 [main] WARN  o.e.h.g.u.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
19:31:21.299 [main] WARN  o.e.h.g.u.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
19:31:21.299 [main] WARN  o.e.h.g.u.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
19:31:21.300 [main] WARN  o.e.h.g.u.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
19:31:21.300 [main] WARN  o.e.h.g.u.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
19:31:21.300 [main] WARN  o.e.h.g.u.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
19:31:21.300 [main] WARN  o.e.h.g.u.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
19:31:21.300 [main] WARN  o.e.h.g.u.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
19:31:21.300 [main] WARN  o.e.h.g.u.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
19:31:21.300 [main] WARN  o.e.h.g.u.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
19:31:21.300 [main] WARN  o.e.h.g.u.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
19:31:21.300 [main] WARN  o.e.h.g.u.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
19:31:21.300 [main] WARN  o.e.h.g.u.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
19:31:21.300 [main] WARN  o.e.h.g.u.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
19:31:21.304 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:31:21.304 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:21.304 [main] WARN  o.e.h.g.u.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
19:31:21.305 [main] WARN  o.e.h.g.u.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
19:31:21.305 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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[]
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.308 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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[]
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.309 [main] WARN  o.e.h.g.u.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
19:31:21.311 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
19:31:21.311 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
19:31:21.317 [main] WARN  o.e.h.g.u.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
19:31:21.332 [main] WARN  o.e.h.g.u.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
19:31:21.333 [main] WARN  o.e.h.g.u.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
19:31:21.341 [main] WARN  o.e.h.g.u.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
19:31:21.341 [main] WARN  o.e.h.g.u.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
19:31:21.341 [main] WARN  o.e.h.g.u.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
19:31:21.342 [main] WARN  o.e.h.g.u.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
19:31:21.350 [main] WARN  o.e.h.g.u.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
19:31:21.429 [main] WARN  o.e.h.g.u.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
19:31:21.437 [main] WARN  o.e.h.g.u.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
19:31:21.441 [main] WARN  o.e.h.g.u.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
19:31:21.444 [main] WARN  o.e.h.g.u.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
19:31:21.450 [main] WARN  o.e.h.g.u.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
19:31:21.741 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~2 sec)
inserting static metamodels complete
19:31:21.741 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:31:21.761 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:31:21.806 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:31:21.806 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:31:21.807 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:31:21.807 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
19:31:21.924 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
19:31:21.928 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:31:21.928 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:31:21.929 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:31:21.933 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:31:21.933 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:31:21.936 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
19:31:21.939 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:21.939 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:31:21.939 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:31:22.926 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
19:31:22.955 [pool-37-thread-1] WARN  o.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)]
19:31:23.918 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
19:31:23.918 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
19:31:24.723 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
19:31:24.723 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
2s787ms [pure insertion]
marking any relevant derived attributes for update...19:31:24.723 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:31:24.723 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:31:24.730 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
19:31:24.730 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:24.730 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:31:24.730 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
19:31:24.731 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
19:31:25.026 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
19:31:25.026 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
19:31:25.138 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
19:31:25.138 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s408ms [pure insertion]
marking any relevant derived attributes for update...19:31:25.138 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:31:25.139 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:31:25.228 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
19:31:25.228 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:25.228 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:31:25.228 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
19:31:25.228 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
19:31:25.331 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
19:31:25.331 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
19:31:25.343 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
19:31:25.343 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s115ms [pure insertion]
marking any relevant derived attributes for update...19:31:25.345 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:31:25.345 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:31:25.348 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
19:31:25.348 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:25.407 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:31:25.407 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
19:31:25.407 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
19:31:25.636 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
19:31:25.636 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
19:31:25.743 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
19:31:25.743 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s395ms [pure insertion]
marking any relevant derived attributes for update...19:31:25.743 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:31:25.743 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:31:25.745 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:31:25.745 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:31:26.144 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
19:31:26.145 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
19:31:26.145 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.4s
attempting to resolve any uninitialized derived attributes...
19:31:26.145 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:31:26.145 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:31:26.145 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:31:26.145 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s400ms [proxy update]
19:31:26.145 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:31:26.146 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:31:26.146 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 218 ms
19:31:26.146 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store
19:31:26.150 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:31:26.150 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:31:26.156 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore
19:31:26.157 [main] DEBUG o.e.h.g.u.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
19:31:26.158 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore
19:31:26.158 [main] DEBUG o.e.h.g.u.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
19:31:26.159 [main] DEBUG o.e.h.g.u.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
19:31:26.160 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore
19:31:26.160 [main] DEBUG o.e.h.g.u.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
19:31:26.161 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:26.210 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec)
19:31:26.210 [main] INFO  o.e.h.c.r.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)
19:31:26.430 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///tmp/junit8101725320056730577/:org.eclipse.hawk.localfolder.LocalFolder:false
19:31:26.434 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:31:26.434 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:31:26.434 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:31:26.435 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:31:26.435 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:31:26.436 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:31:26.436 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:31:26.437 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
19:31:26.437 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
19:31:26.437 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
19:31:26.437 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:31:26.437 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:31:26.437 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:31:26.437 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
19:31:26.437 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:31:26.439 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:31:26.439 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:31:26.439 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:31:26.444 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
19:31:26.444 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:26.444 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:31:26.444 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
19:31:26.444 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
19:31:26.518 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
19:31:26.518 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
19:31:26.565 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
19:31:26.565 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s121ms [pure insertion]
marking any relevant derived attributes for update...19:31:26.565 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:31:26.565 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:31:26.566 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:31:26.566 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:31:26.572 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
19:31:26.572 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
19:31:26.572 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.006s
attempting to resolve any uninitialized derived attributes...
19:31:26.572 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:31:26.572 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:31:26.572 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:31:26.572 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
19:31:26.572 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:31:26.573 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:31:26.573 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 139 ms
19:31:26.623 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:31:26.624 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:31:26.625 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:31:26.625 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:31:26.629 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
19:31:26.629 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:26.629 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store
19:31:26.640 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635
19:31:26.640 [pool-37-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
19:31:26.640 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /model.uml...
19:31:26.640 [pool-37-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml
19:31:26.648 [pool-37-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.008s
19:31:26.710 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
19:31:27.032 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
19:31:27.032 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
19:31:27.035 [pool-37-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
19:31:27.035 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /model.uml.
0s406ms [pure insertion]
marking any relevant derived attributes for update...19:31:27.035 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:31:27.035 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:31:27.036 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:31:27.036 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:31:27.041 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
19:31:27.042 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
19:31:27.042 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.006s
attempting to resolve any uninitialized derived attributes...
19:31:27.042 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:31:27.042 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:31:27.042 [pool-37-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:31:27.042 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
19:31:27.042 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:31:27.043 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:31:27.043 [pool-37-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 420 ms
19:31:27.054 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:31:27.055 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///tmp/junit8101725320056730577/:org.eclipse.hawk.localfolder.LocalFolder:false
19:31:27.059 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:31:27.059 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:31:27.973 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:31:28 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_upgradeModelProfileVersion[OrientDB]}} Storage 'plocal:/tmp/junit4913305506743107195/test_upgradeModelProfileVersion[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit92321798663281688/test_stereotypeAsModel[OrientDB]
Dec 01, 2020 7:31:28 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_stereotypeAsModel[OrientDB]}} Storage 'plocal:/tmp/junit92321798663281688/test_stereotypeAsModel[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:31:33.762 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:31:33.764 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:31:33.764 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
19:31:33.801 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:31:33.801 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:31:33.827 [main] WARN  o.e.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
19:31:34.886 [main] WARN  o.e.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)]
19:31:35.088 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:31:35.089 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:35.089 [main] WARN  o.e.h.g.u.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
19:31:35.095 [main] WARN  o.e.h.g.u.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
19:31:35.154 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:35.155 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
19:31:35.155 [main] WARN  o.e.h.g.u.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
19:31:35.156 [main] WARN  o.e.h.g.u.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
19:31:35.156 [main] WARN  o.e.h.g.u.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
19:31:35.160 [main] WARN  o.e.h.g.u.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
19:31:35.160 [main] WARN  o.e.h.g.u.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
19:31:35.160 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
19:31:35.160 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:35.163 [main] WARN  o.e.h.g.u.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
19:31:35.164 [main] DEBUG o.e.h.g.u.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
19:31:35.168 [main] WARN  o.e.h.g.u.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
19:31:35.168 [main] WARN  o.e.h.g.u.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
19:31:35.168 [main] WARN  o.e.h.g.u.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
19:31:35.168 [main] WARN  o.e.h.g.u.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
19:31:35.168 [main] WARN  o.e.h.g.u.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
19:31:35.169 [main] WARN  o.e.h.g.u.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
19:31:35.169 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
19:31:35.169 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:35.171 [main] WARN  o.e.h.g.u.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
19:31:35.171 [main] WARN  o.e.h.g.u.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
19:31:35.173 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
19:31:35.173 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:35.175 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:31:35.175 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:35.175 [main] WARN  o.e.h.g.u.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
19:31:35.177 [main] WARN  o.e.h.g.u.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
19:31:35.177 [main] WARN  o.e.h.g.u.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
19:31:35.229 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
19:31:35.230 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:35.232 [main] WARN  o.e.h.g.u.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
19:31:35.233 [main] WARN  o.e.h.g.u.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
19:31:35.233 [main] WARN  o.e.h.g.u.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
19:31:35.233 [main] WARN  o.e.h.g.u.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
19:31:35.233 [main] WARN  o.e.h.g.u.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
19:31:35.233 [main] WARN  o.e.h.g.u.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
19:31:35.233 [main] WARN  o.e.h.g.u.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
19:31:35.233 [main] WARN  o.e.h.g.u.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
19:31:35.233 [main] WARN  o.e.h.g.u.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
19:31:35.233 [main] WARN  o.e.h.g.u.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
19:31:35.233 [main] WARN  o.e.h.g.u.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
19:31:35.233 [main] WARN  o.e.h.g.u.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
19:31:35.234 [main] WARN  o.e.h.g.u.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
19:31:35.234 [main] WARN  o.e.h.g.u.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
19:31:35.234 [main] WARN  o.e.h.g.u.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
19:31:35.234 [main] WARN  o.e.h.g.u.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
19:31:35.234 [main] WARN  o.e.h.g.u.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[]
19:31:35.234 [main] WARN  o.e.h.g.u.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
19:31:35.234 [main] WARN  o.e.h.g.u.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
19:31:35.234 [main] WARN  o.e.h.g.u.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
19:31:35.234 [main] WARN  o.e.h.g.u.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
19:31:35.234 [main] WARN  o.e.h.g.u.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
19:31:35.235 [main] WARN  o.e.h.g.u.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
19:31:35.235 [main] WARN  o.e.h.g.u.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
19:31:35.235 [main] WARN  o.e.h.g.u.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
19:31:35.235 [main] WARN  o.e.h.g.u.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
19:31:35.235 [main] WARN  o.e.h.g.u.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
19:31:35.235 [main] WARN  o.e.h.g.u.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
19:31:35.235 [main] WARN  o.e.h.g.u.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
19:31:35.235 [main] WARN  o.e.h.g.u.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
19:31:35.235 [main] WARN  o.e.h.g.u.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
19:31:35.235 [main] WARN  o.e.h.g.u.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
19:31:35.235 [main] WARN  o.e.h.g.u.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
19:31:35.238 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
19:31:35.238 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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[]
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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[]
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.240 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.241 [main] WARN  o.e.h.g.u.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
19:31:35.242 [main] WARN  o.e.h.g.u.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
19:31:35.243 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:31:35.243 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:35.243 [main] WARN  o.e.h.g.u.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
19:31:35.245 [main] WARN  o.e.h.g.u.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
19:31:35.247 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
19:31:35.247 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
19:31:35.255 [main] WARN  o.e.h.g.u.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
19:31:35.275 [main] WARN  o.e.h.g.u.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
19:31:35.276 [main] WARN  o.e.h.g.u.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
19:31:35.286 [main] WARN  o.e.h.g.u.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
19:31:35.286 [main] WARN  o.e.h.g.u.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
19:31:35.286 [main] WARN  o.e.h.g.u.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
19:31:35.288 [main] WARN  o.e.h.g.u.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
19:31:35.298 [main] WARN  o.e.h.g.u.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
19:31:35.319 [main] WARN  o.e.h.g.u.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
19:31:35.325 [main] WARN  o.e.h.g.u.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
19:31:35.328 [main] WARN  o.e.h.g.u.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
19:31:35.330 [main] WARN  o.e.h.g.u.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
19:31:35.334 [main] WARN  o.e.h.g.u.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
19:31:35.629 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
19:31:35.629 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:31:35.650 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:31:35.650 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:31:35.650 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:31:35.651 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:31:35.652 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
19:31:35.742 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
19:31:35.745 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:31:35.745 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:31:35.745 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:31:35.807 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:31:35.807 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:31:35.840 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
19:31:35.842 [pool-38-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:35.842 [pool-38-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:31:35.842 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:31:36.901 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)]
19:31:37.874 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
19:31:37.874 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
19:31:38.760 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
19:31:38.760 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
2s920ms [pure insertion]
marking any relevant derived attributes for update...19:31:38.760 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:31:38.760 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:31:38.764 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
19:31:38.764 [pool-38-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:38.764 [pool-38-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:31:38.764 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
19:31:38.765 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
19:31:38.923 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
19:31:38.924 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
19:31:39.123 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
19:31:39.123 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s359ms [pure insertion]
marking any relevant derived attributes for update...19:31:39.123 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:31:39.123 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:31:39.127 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
19:31:39.127 [pool-38-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:39.127 [pool-38-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:31:39.127 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
19:31:39.128 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
19:31:39.343 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
19:31:39.344 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
19:31:39.472 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
19:31:39.472 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s345ms [pure insertion]
marking any relevant derived attributes for update...19:31:39.472 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:31:39.472 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:31:39.508 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
19:31:39.508 [pool-38-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:39.508 [pool-38-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:31:39.508 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
19:31:39.560 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
19:31:39.736 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
19:31:39.736 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
19:31:39.740 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
19:31:39.740 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s232ms [pure insertion]
marking any relevant derived attributes for update...19:31:39.740 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:31:39.740 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:31:39.740 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:31:39.740 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:31:40.185 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
19:31:40.185 [pool-38-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
19:31:40.185 [pool-38-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.445s
attempting to resolve any uninitialized derived attributes...
19:31:40.185 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:31:40.185 [pool-38-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:31:40.185 [pool-38-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:31:40.185 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s446ms [proxy update]
19:31:40.186 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:31:40.186 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:31:40.186 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 441 ms
19:31:40.392 [main] INFO  o.e.h.c.r.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
19:31:40.395 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:31:40.395 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:31:40.398 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:31:40.398 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:31:40.398 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:31:40.401 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.profile.uml...
19:31:40.401 [pool-38-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:40.401 [pool-38-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:31:40.401 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.profile.uml...
19:31:40.402 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.profile.uml
19:31:41.147 [pool-38-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind
19:31:41.220 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec)
19:31:41.220 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.profile.uml
19:31:41.838 [pool-38-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec)
19:31:41.838 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.profile.uml.
1s437ms [pure insertion]
marking any relevant derived attributes for update...19:31:41.839 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:31:41.839 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:31:41.840 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:31:41.840 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:31:41.862 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/72 proxy references (0 sec total)
19:31:41.908 [pool-38-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 37 proxy ref lists left after resolving 2 refs
19:31:41.908 [pool-38-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.068s
attempting to resolve any uninitialized derived attributes...
19:31:41.908 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:31:41.908 [pool-38-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:31:41.908 [pool-38-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:31:41.908 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s68ms [proxy update]
19:31:41.908 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:31:41.908 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:31:41.909 [pool-38-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 514 ms
19:31:41.921 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:31:41.921 [main] INFO  o.e.h.c.r.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
19:31:41.924 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:31:41.924 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:31:42.605 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:31:42 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_stereotypeAsModel[OrientDB]}} Storage 'plocal:/tmp/junit92321798663281688/test_stereotypeAsModel[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit3473544850486926239/test_localfolderCrosslinks[OrientDB]
Dec 01, 2020 7:31:43 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_localfolderCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit3473544850486926239/test_localfolderCrosslinks[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:31:48.022 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:31:48.025 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:31:48.025 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
19:31:48.060 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:31:48.060 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:31:48.117 [main] WARN  o.e.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
19:31:49.423 [main] WARN  o.e.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)]
19:31:49.584 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:49.584 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
19:31:49.587 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
19:31:49.587 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:49.588 [main] WARN  o.e.h.g.u.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
19:31:49.588 [main] WARN  o.e.h.g.u.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
19:31:49.589 [main] WARN  o.e.h.g.u.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
19:31:49.632 [main] DEBUG o.e.h.g.u.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
19:31:49.666 [main] WARN  o.e.h.g.u.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
19:31:49.666 [main] WARN  o.e.h.g.u.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
19:31:49.666 [main] WARN  o.e.h.g.u.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
19:31:49.666 [main] WARN  o.e.h.g.u.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
19:31:49.666 [main] WARN  o.e.h.g.u.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
19:31:49.667 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
19:31:49.667 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:49.668 [main] WARN  o.e.h.g.u.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
19:31:49.668 [main] WARN  o.e.h.g.u.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
19:31:49.669 [main] WARN  o.e.h.g.u.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
19:31:49.671 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
19:31:49.671 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:49.672 [main] WARN  o.e.h.g.u.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
19:31:49.672 [main] WARN  o.e.h.g.u.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
19:31:49.672 [main] WARN  o.e.h.g.u.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
19:31:49.675 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:49.675 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
19:31:49.677 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:31:49.677 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:49.678 [main] WARN  o.e.h.g.u.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
19:31:49.678 [main] WARN  o.e.h.g.u.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
19:31:49.680 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:31:49.680 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:49.680 [main] WARN  o.e.h.g.u.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
19:31:49.680 [main] WARN  o.e.h.g.u.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
19:31:49.681 [main] WARN  o.e.h.g.u.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
19:31:49.683 [main] WARN  o.e.h.g.u.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
19:31:49.683 [main] WARN  o.e.h.g.u.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
19:31:49.683 [main] WARN  o.e.h.g.u.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
19:31:49.683 [main] WARN  o.e.h.g.u.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
19:31:49.683 [main] WARN  o.e.h.g.u.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
19:31:49.684 [main] WARN  o.e.h.g.u.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
19:31:49.684 [main] WARN  o.e.h.g.u.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
19:31:49.684 [main] WARN  o.e.h.g.u.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
19:31:49.684 [main] WARN  o.e.h.g.u.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
19:31:49.684 [main] WARN  o.e.h.g.u.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
19:31:49.684 [main] WARN  o.e.h.g.u.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
19:31:49.684 [main] WARN  o.e.h.g.u.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
19:31:49.684 [main] WARN  o.e.h.g.u.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
19:31:49.684 [main] WARN  o.e.h.g.u.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
19:31:49.685 [main] WARN  o.e.h.g.u.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
19:31:49.685 [main] WARN  o.e.h.g.u.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
19:31:49.685 [main] WARN  o.e.h.g.u.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[]
19:31:49.685 [main] WARN  o.e.h.g.u.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
19:31:49.685 [main] WARN  o.e.h.g.u.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
19:31:49.685 [main] WARN  o.e.h.g.u.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
19:31:49.685 [main] WARN  o.e.h.g.u.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
19:31:49.685 [main] WARN  o.e.h.g.u.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
19:31:49.685 [main] WARN  o.e.h.g.u.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
19:31:49.685 [main] WARN  o.e.h.g.u.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
19:31:49.685 [main] WARN  o.e.h.g.u.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
19:31:49.685 [main] WARN  o.e.h.g.u.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
19:31:49.686 [main] WARN  o.e.h.g.u.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
19:31:49.686 [main] WARN  o.e.h.g.u.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
19:31:49.686 [main] WARN  o.e.h.g.u.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
19:31:49.686 [main] WARN  o.e.h.g.u.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
19:31:49.686 [main] WARN  o.e.h.g.u.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
19:31:49.686 [main] WARN  o.e.h.g.u.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
19:31:49.686 [main] WARN  o.e.h.g.u.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
19:31:49.688 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:31:49.688 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:49.689 [main] WARN  o.e.h.g.u.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
19:31:49.689 [main] WARN  o.e.h.g.u.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
19:31:49.689 [main] WARN  o.e.h.g.u.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
19:31:49.766 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
19:31:49.766 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
19:31:49.768 [main] WARN  o.e.h.g.u.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
19:31:49.768 [main] WARN  o.e.h.g.u.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
19:31:49.768 [main] WARN  o.e.h.g.u.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
19:31:49.768 [main] WARN  o.e.h.g.u.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
19:31:49.768 [main] WARN  o.e.h.g.u.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
19:31:49.768 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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[]
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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[]
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.769 [main] WARN  o.e.h.g.u.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
19:31:49.770 [main] WARN  o.e.h.g.u.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
19:31:49.771 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
19:31:49.771 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
19:31:49.776 [main] WARN  o.e.h.g.u.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
19:31:49.788 [main] WARN  o.e.h.g.u.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
19:31:49.789 [main] WARN  o.e.h.g.u.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
19:31:49.795 [main] WARN  o.e.h.g.u.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
19:31:49.796 [main] WARN  o.e.h.g.u.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
19:31:49.796 [main] WARN  o.e.h.g.u.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
19:31:49.796 [main] WARN  o.e.h.g.u.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
19:31:49.803 [main] WARN  o.e.h.g.u.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
19:31:49.820 [main] WARN  o.e.h.g.u.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
19:31:49.827 [main] WARN  o.e.h.g.u.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
19:31:49.830 [main] WARN  o.e.h.g.u.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
19:31:49.832 [main] WARN  o.e.h.g.u.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
19:31:49.837 [main] WARN  o.e.h.g.u.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
19:31:50.163 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~2 sec)
inserting static metamodels complete
19:31:50.164 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:31:50.179 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:31:50.206 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:31:50.206 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:31:50.207 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:31:50.207 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
19:31:50.234 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
19:31:50.237 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:31:50.237 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:31:50.237 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:31:50.240 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:31:50.240 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:31:50.242 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
19:31:50.244 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:50.244 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:31:50.244 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:31:51.255 [pool-39-thread-1] DEBUG o.e.h.g.u.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)]
19:31:52.129 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
19:31:52.129 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
19:31:52.968 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
19:31:52.969 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
2s727ms [pure insertion]
marking any relevant derived attributes for update...19:31:52.969 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:31:52.969 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:31:52.972 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
19:31:52.972 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:52.972 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:31:52.972 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
19:31:52.972 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
19:31:53.111 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
19:31:53.111 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
19:31:53.201 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
19:31:53.201 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s229ms [pure insertion]
marking any relevant derived attributes for update...19:31:53.201 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:31:53.201 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:31:53.205 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
19:31:53.205 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:53.205 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:31:53.205 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
19:31:53.205 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
19:31:53.336 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
19:31:53.336 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
19:31:53.437 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
19:31:53.437 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s232ms [pure insertion]
marking any relevant derived attributes for update...19:31:53.437 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:31:53.437 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:31:53.518 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
19:31:53.518 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:53.518 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:31:53.518 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
19:31:53.530 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
19:31:53.668 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
19:31:53.668 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
19:31:53.720 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
19:31:53.720 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s202ms [pure insertion]
marking any relevant derived attributes for update...19:31:53.720 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:31:53.720 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:31:53.721 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:31:53.721 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:31:54.273 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
19:31:54.274 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
19:31:54.274 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.553s
attempting to resolve any uninitialized derived attributes...
19:31:54.274 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:31:54.274 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:31:54.274 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:31:54.274 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s554ms [proxy update]
19:31:54.275 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:31:54.275 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:31:54.275 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 38 ms
19:31:54.520 [main] INFO  o.e.h.c.r.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
19:31:54.524 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:31:54.524 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:31:54.529 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:31:54.530 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:31:54.530 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:31:54.533 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml...
19:31:54.534 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:54.534 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:31:54.534 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml...
19:31:54.534 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml
19:31:54.660 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
19:31:54.660 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml
19:31:54.675 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
19:31:54.675 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model2/model.uml.
0s142ms [pure insertion]
marking any relevant derived attributes for update...19:31:54.675 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:31:54.676 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:31:54.677 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml...
19:31:54.677 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:31:54.677 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:31:54.677 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml...
19:31:54.738 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml
19:31:54.787 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
19:31:54.787 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml
19:31:54.790 [pool-39-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
19:31:54.790 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml.
0s113ms [pure insertion]
marking any relevant derived attributes for update...19:31:54.790 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:31:54.790 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:31:54.790 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:31:54.790 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:31:54.829 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total)
19:31:54.891 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs
19:31:54.891 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.101s
attempting to resolve any uninitialized derived attributes...
19:31:54.891 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:31:54.891 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:31:54.891 [pool-39-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:31:54.891 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s101ms [proxy update]
19:31:54.891 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:31:54.892 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:31:54.892 [pool-39-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 368 ms
19:31:54.892 [pool-39-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3473544850486926239/test_localfolderCrosslinks[OrientDB]
19:31:54.901 [pool-39-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3473544850486926239/test_localfolderCrosslinks[OrientDB]
19:31:54.906 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:31:54.906 [main] INFO  o.e.h.c.r.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
19:31:54.908 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:31:54.908 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:31:55.835 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:31:55 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_localfolderCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit3473544850486926239/test_localfolderCrosslinks[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit3746815186293115126/test_zoo[OrientDB]
Dec 01, 2020 7:31:56 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit3746815186293115126/test_zoo[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:32:01.506 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:32:01.508 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:32:01.508 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
19:32:01.530 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:32:01.530 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:32:01.547 [main] WARN  o.e.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
19:32:02.615 [main] WARN  o.e.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)]
19:32:02.884 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:02.884 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
19:32:02.888 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:02.889 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
19:32:02.891 [main] DEBUG o.e.h.g.u.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
19:32:02.896 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
19:32:02.896 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:02.897 [main] WARN  o.e.h.g.u.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
19:32:02.898 [main] WARN  o.e.h.g.u.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
19:32:02.898 [main] WARN  o.e.h.g.u.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
19:32:02.950 [main] WARN  o.e.h.g.u.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
19:32:02.950 [main] WARN  o.e.h.g.u.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
19:32:02.950 [main] WARN  o.e.h.g.u.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
19:32:02.950 [main] WARN  o.e.h.g.u.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
19:32:02.950 [main] WARN  o.e.h.g.u.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
19:32:02.950 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:02.950 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:32:02.951 [main] WARN  o.e.h.g.u.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
19:32:02.951 [main] WARN  o.e.h.g.u.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
19:32:02.951 [main] WARN  o.e.h.g.u.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
19:32:02.954 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
19:32:02.954 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:02.956 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
19:32:02.957 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:02.957 [main] WARN  o.e.h.g.u.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
19:32:02.958 [main] WARN  o.e.h.g.u.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
19:32:02.958 [main] WARN  o.e.h.g.u.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
19:32:02.960 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:32:02.961 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:02.961 [main] WARN  o.e.h.g.u.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
19:32:02.961 [main] WARN  o.e.h.g.u.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
19:32:02.961 [main] WARN  o.e.h.g.u.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
19:32:02.964 [main] WARN  o.e.h.g.u.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
19:32:02.964 [main] WARN  o.e.h.g.u.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
19:32:02.964 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:32:02.964 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:02.967 [main] WARN  o.e.h.g.u.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
19:32:02.968 [main] WARN  o.e.h.g.u.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
19:32:02.968 [main] WARN  o.e.h.g.u.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
19:32:02.968 [main] WARN  o.e.h.g.u.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
19:32:02.968 [main] WARN  o.e.h.g.u.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
19:32:02.968 [main] WARN  o.e.h.g.u.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
19:32:02.968 [main] WARN  o.e.h.g.u.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
19:32:02.968 [main] WARN  o.e.h.g.u.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
19:32:02.968 [main] WARN  o.e.h.g.u.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
19:32:02.969 [main] WARN  o.e.h.g.u.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
19:32:02.969 [main] WARN  o.e.h.g.u.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
19:32:02.969 [main] WARN  o.e.h.g.u.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
19:32:02.969 [main] WARN  o.e.h.g.u.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
19:32:02.969 [main] WARN  o.e.h.g.u.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
19:32:02.969 [main] WARN  o.e.h.g.u.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
19:32:02.969 [main] WARN  o.e.h.g.u.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
19:32:02.969 [main] WARN  o.e.h.g.u.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[]
19:32:02.969 [main] WARN  o.e.h.g.u.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
19:32:02.969 [main] WARN  o.e.h.g.u.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
19:32:02.969 [main] WARN  o.e.h.g.u.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
19:32:02.969 [main] WARN  o.e.h.g.u.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
19:32:02.970 [main] WARN  o.e.h.g.u.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
19:32:02.970 [main] WARN  o.e.h.g.u.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
19:32:02.970 [main] WARN  o.e.h.g.u.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
19:32:02.970 [main] WARN  o.e.h.g.u.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
19:32:02.970 [main] WARN  o.e.h.g.u.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
19:32:02.970 [main] WARN  o.e.h.g.u.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
19:32:02.970 [main] WARN  o.e.h.g.u.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
19:32:02.970 [main] WARN  o.e.h.g.u.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
19:32:02.970 [main] WARN  o.e.h.g.u.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
19:32:02.971 [main] WARN  o.e.h.g.u.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
19:32:02.971 [main] WARN  o.e.h.g.u.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
19:32:02.971 [main] WARN  o.e.h.g.u.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
19:32:02.973 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:02.973 [main] WARN  o.e.h.g.u.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
19:32:02.973 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
19:32:02.974 [main] WARN  o.e.h.g.u.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
19:32:02.974 [main] WARN  o.e.h.g.u.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
19:32:03.016 [main] WARN  o.e.h.g.u.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
19:32:03.016 [main] WARN  o.e.h.g.u.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
19:32:03.016 [main] WARN  o.e.h.g.u.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
19:32:03.016 [main] WARN  o.e.h.g.u.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
19:32:03.016 [main] WARN  o.e.h.g.u.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
19:32:03.016 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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[]
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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[]
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.017 [main] WARN  o.e.h.g.u.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
19:32:03.019 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
19:32:03.019 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
19:32:03.024 [main] WARN  o.e.h.g.u.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
19:32:03.036 [main] WARN  o.e.h.g.u.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
19:32:03.037 [main] WARN  o.e.h.g.u.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
19:32:03.043 [main] WARN  o.e.h.g.u.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
19:32:03.043 [main] WARN  o.e.h.g.u.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
19:32:03.043 [main] WARN  o.e.h.g.u.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
19:32:03.044 [main] WARN  o.e.h.g.u.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
19:32:03.050 [main] WARN  o.e.h.g.u.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
19:32:03.068 [main] WARN  o.e.h.g.u.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
19:32:03.074 [main] WARN  o.e.h.g.u.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
19:32:03.077 [main] WARN  o.e.h.g.u.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
19:32:03.080 [main] WARN  o.e.h.g.u.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
19:32:03.085 [main] WARN  o.e.h.g.u.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
19:32:03.324 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
19:32:03.324 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:32:03.339 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:32:03.339 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:32:03.339 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:32:03.339 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:32:03.339 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
19:32:03.417 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
19:32:03.419 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:32:03.419 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:32:03.419 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:32:03.421 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:32:03.421 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:32:03.423 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
19:32:03.424 [pool-40-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:03.424 [pool-40-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:03.424 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:32:04.437 [pool-40-thread-1] DEBUG o.e.h.g.u.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)]
19:32:05.606 [pool-40-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
19:32:05.606 [pool-40-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
19:32:06.782 [pool-40-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~1 sec)
19:32:06.782 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
3s360ms [pure insertion]
marking any relevant derived attributes for update...19:32:06.782 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:06.782 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:06.807 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
19:32:06.807 [pool-40-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:06.807 [pool-40-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:06.807 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
19:32:06.808 [pool-40-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
19:32:06.986 [pool-40-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
19:32:06.987 [pool-40-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
19:32:07.031 [pool-40-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
19:32:07.031 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s224ms [pure insertion]
marking any relevant derived attributes for update...19:32:07.031 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:07.031 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:07.034 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
19:32:07.034 [pool-40-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:07.034 [pool-40-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:07.034 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
19:32:07.063 [pool-40-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
19:32:07.150 [pool-40-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
19:32:07.150 [pool-40-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
19:32:07.314 [pool-40-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
19:32:07.314 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s280ms [pure insertion]
marking any relevant derived attributes for update...19:32:07.314 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:07.314 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:07.318 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
19:32:07.318 [pool-40-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:07.318 [pool-40-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:07.318 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
19:32:07.318 [pool-40-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
19:32:07.367 [pool-40-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
19:32:07.367 [pool-40-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
19:32:07.406 [pool-40-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
19:32:07.406 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s88ms [pure insertion]
marking any relevant derived attributes for update...19:32:07.406 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:07.406 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:07.407 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:32:07.407 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:32:07.887 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
19:32:07.887 [pool-40-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
19:32:07.887 [pool-40-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.48s
attempting to resolve any uninitialized derived attributes...
19:32:07.887 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:32:07.887 [pool-40-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:32:07.888 [pool-40-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:32:07.888 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s481ms [proxy update]
19:32:07.888 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:32:07.888 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:32:07.888 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 469 ms
19:32:08.090 [main] INFO  o.e.h.c.r.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
19:32:08.095 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:32:08.095 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:32:08.097 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:32:08.098 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:32:08.098 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:32:08.100 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
19:32:08.100 [pool-40-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:08.100 [pool-40-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:08.100 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
19:32:08.101 [pool-40-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
19:32:08.141 [pool-40-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind
19:32:08.145 [pool-40-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind
19:32:08.146 [pool-40-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind
19:32:08.154 [pool-40-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec)
19:32:08.154 [pool-40-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
19:32:08.230 [pool-40-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec)
19:32:08.230 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s130ms [pure insertion]
marking any relevant derived attributes for update...19:32:08.230 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:08.230 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:08.230 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:32:08.230 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:32:08.283 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/23 proxy references (0 sec total)
19:32:08.291 [pool-40-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 3 refs
19:32:08.291 [pool-40-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.061s
attempting to resolve any uninitialized derived attributes...
19:32:08.291 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:32:08.291 [pool-40-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:32:08.291 [pool-40-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:32:08.291 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s61ms [proxy update]
19:32:08.291 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:32:08.291 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:32:08.291 [pool-40-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 196 ms
19:32:08.307 [pool-40-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3746815186293115126/test_zoo[OrientDB]
19:32:08.316 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:32:08.316 [main] INFO  o.e.h.c.r.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
19:32:08.318 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:32:08.318 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:32:09.046 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:32:09 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit3746815186293115126/test_zoo[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit8011216196017966506/test_indexLibraries[OrientDB]
Dec 01, 2020 7:32:09 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_indexLibraries[OrientDB]}} Storage 'plocal:/tmp/junit8011216196017966506/test_indexLibraries[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:32:14.566 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:32:14.569 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:32:14.569 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
19:32:14.598 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:32:14.598 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:32:14.616 [main] WARN  o.e.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
19:32:15.740 [main] WARN  o.e.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)]
19:32:15.917 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:32:15.917 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:15.917 [main] WARN  o.e.h.g.u.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
19:32:15.918 [main] WARN  o.e.h.g.u.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
19:32:15.922 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
19:32:15.922 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:15.922 [main] WARN  o.e.h.g.u.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
19:32:15.923 [main] WARN  o.e.h.g.u.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
19:32:15.925 [main] WARN  o.e.h.g.u.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
19:32:15.927 [main] DEBUG o.e.h.g.u.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
19:32:15.931 [main] WARN  o.e.h.g.u.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
19:32:15.931 [main] WARN  o.e.h.g.u.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
19:32:15.931 [main] WARN  o.e.h.g.u.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
19:32:15.931 [main] WARN  o.e.h.g.u.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
19:32:15.931 [main] WARN  o.e.h.g.u.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
19:32:15.931 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:15.932 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:32:15.932 [main] WARN  o.e.h.g.u.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
19:32:15.934 [main] WARN  o.e.h.g.u.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
19:32:15.934 [main] WARN  o.e.h.g.u.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
19:32:15.980 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:15.980 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
19:32:16.017 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:16.017 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
19:32:16.019 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
19:32:16.019 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:16.021 [main] WARN  o.e.h.g.u.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
19:32:16.022 [main] WARN  o.e.h.g.u.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
19:32:16.022 [main] WARN  o.e.h.g.u.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
19:32:16.022 [main] WARN  o.e.h.g.u.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
19:32:16.022 [main] WARN  o.e.h.g.u.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
19:32:16.022 [main] WARN  o.e.h.g.u.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
19:32:16.022 [main] WARN  o.e.h.g.u.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
19:32:16.022 [main] WARN  o.e.h.g.u.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
19:32:16.022 [main] WARN  o.e.h.g.u.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
19:32:16.023 [main] WARN  o.e.h.g.u.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
19:32:16.023 [main] WARN  o.e.h.g.u.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
19:32:16.023 [main] WARN  o.e.h.g.u.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
19:32:16.023 [main] WARN  o.e.h.g.u.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
19:32:16.023 [main] WARN  o.e.h.g.u.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
19:32:16.023 [main] WARN  o.e.h.g.u.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
19:32:16.023 [main] WARN  o.e.h.g.u.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
19:32:16.024 [main] WARN  o.e.h.g.u.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[]
19:32:16.024 [main] WARN  o.e.h.g.u.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
19:32:16.024 [main] WARN  o.e.h.g.u.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
19:32:16.024 [main] WARN  o.e.h.g.u.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
19:32:16.024 [main] WARN  o.e.h.g.u.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
19:32:16.024 [main] WARN  o.e.h.g.u.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
19:32:16.024 [main] WARN  o.e.h.g.u.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
19:32:16.024 [main] WARN  o.e.h.g.u.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
19:32:16.024 [main] WARN  o.e.h.g.u.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
19:32:16.024 [main] WARN  o.e.h.g.u.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
19:32:16.024 [main] WARN  o.e.h.g.u.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
19:32:16.024 [main] WARN  o.e.h.g.u.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
19:32:16.025 [main] WARN  o.e.h.g.u.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
19:32:16.025 [main] WARN  o.e.h.g.u.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
19:32:16.025 [main] WARN  o.e.h.g.u.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
19:32:16.025 [main] WARN  o.e.h.g.u.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
19:32:16.025 [main] WARN  o.e.h.g.u.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
19:32:16.027 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:32:16.027 [main] WARN  o.e.h.g.u.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
19:32:16.027 [main] WARN  o.e.h.g.u.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
19:32:16.027 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:16.029 [main] WARN  o.e.h.g.u.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
19:32:16.030 [main] WARN  o.e.h.g.u.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
19:32:16.030 [main] WARN  o.e.h.g.u.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
19:32:16.030 [main] WARN  o.e.h.g.u.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
19:32:16.030 [main] WARN  o.e.h.g.u.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
19:32:16.030 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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[]
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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[]
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.031 [main] WARN  o.e.h.g.u.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
19:32:16.033 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
19:32:16.033 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
19:32:16.037 [main] WARN  o.e.h.g.u.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
19:32:16.053 [main] WARN  o.e.h.g.u.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
19:32:16.054 [main] WARN  o.e.h.g.u.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
19:32:16.061 [main] WARN  o.e.h.g.u.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
19:32:16.061 [main] WARN  o.e.h.g.u.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
19:32:16.061 [main] WARN  o.e.h.g.u.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
19:32:16.062 [main] WARN  o.e.h.g.u.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
19:32:16.069 [main] WARN  o.e.h.g.u.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
19:32:16.129 [main] WARN  o.e.h.g.u.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
19:32:16.139 [main] WARN  o.e.h.g.u.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
19:32:16.143 [main] WARN  o.e.h.g.u.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
19:32:16.147 [main] WARN  o.e.h.g.u.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
19:32:16.152 [main] WARN  o.e.h.g.u.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
19:32:16.338 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:16.338 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
19:32:16.340 [main] WARN  o.e.h.g.u.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
19:32:16.340 [main] WARN  o.e.h.g.u.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
19:32:16.341 [main] WARN  o.e.h.g.u.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
19:32:16.358 [main] WARN  o.e.h.g.u.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
19:32:16.359 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
19:32:16.359 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:16.360 [main] WARN  o.e.h.g.u.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
19:32:16.361 [main] WARN  o.e.h.g.u.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
19:32:16.439 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
19:32:16.439 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:32:16.460 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:32:16.460 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:32:16.460 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:32:16.461 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:32:16.462 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
19:32:16.527 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
19:32:16.530 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:32:16.530 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:32:16.530 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:32:16.532 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:32:16.532 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:32:16.534 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
19:32:16.535 [pool-41-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:16.535 [pool-41-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:16.535 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:32:17.559 [pool-41-thread-1] DEBUG o.e.h.g.u.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)]
19:32:18.436 [pool-41-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
19:32:18.436 [pool-41-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
19:32:19.973 [pool-41-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~1 sec)
19:32:19.973 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
3s440ms [pure insertion]
marking any relevant derived attributes for update...19:32:19.973 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:19.973 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:19.977 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
19:32:19.977 [pool-41-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:19.977 [pool-41-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:19.977 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
19:32:19.977 [pool-41-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
19:32:20.048 [pool-41-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
19:32:20.048 [pool-41-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
19:32:20.128 [pool-41-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
19:32:20.128 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s151ms [pure insertion]
marking any relevant derived attributes for update...19:32:20.128 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:20.129 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:20.132 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
19:32:20.132 [pool-41-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:20.132 [pool-41-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:20.132 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
19:32:20.132 [pool-41-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
19:32:20.306 [pool-41-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
19:32:20.306 [pool-41-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
19:32:20.345 [pool-41-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
19:32:20.345 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s213ms [pure insertion]
marking any relevant derived attributes for update...19:32:20.345 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:20.345 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:20.422 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
19:32:20.422 [pool-41-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:20.422 [pool-41-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:20.422 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
19:32:20.422 [pool-41-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
19:32:20.569 [pool-41-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
19:32:20.569 [pool-41-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
19:32:20.612 [pool-41-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
19:32:20.612 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s190ms [pure insertion]
marking any relevant derived attributes for update...19:32:20.612 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:32:20.613 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:32:20.613 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:32:20.613 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:32:21.102 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
19:32:21.102 [pool-41-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
19:32:21.102 [pool-41-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.489s
attempting to resolve any uninitialized derived attributes...
19:32:21.102 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:32:21.102 [pool-41-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:32:21.102 [pool-41-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:32:21.102 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s489ms [proxy update]
19:32:21.102 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:32:21.103 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:32:21.103 [pool-41-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 573 ms
19:32:21.123 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:32:21.124 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
19:32:21.126 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:32:21.126 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:32:21.724 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:32:21 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_indexLibraries[OrientDB]}} Storage 'plocal:/tmp/junit8011216196017966506/test_indexLibraries[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit1175965557999296460/test_customProfileV4[OrientDB]
Dec 01, 2020 7:32:22 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_customProfileV4[OrientDB]}} Storage 'plocal:/tmp/junit1175965557999296460/test_customProfileV4[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:32:27.327 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:32:27.330 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:32:27.330 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
19:32:27.375 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:32:27.375 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:32:27.416 [main] WARN  o.e.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
19:32:28.371 [main] WARN  o.e.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)]
19:32:28.536 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
19:32:28.537 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:28.538 [main] WARN  o.e.h.g.u.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
19:32:28.539 [main] WARN  o.e.h.g.u.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
19:32:28.539 [main] WARN  o.e.h.g.u.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
19:32:28.542 [main] DEBUG o.e.h.g.u.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
19:32:28.614 [main] WARN  o.e.h.g.u.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
19:32:28.614 [main] WARN  o.e.h.g.u.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
19:32:28.614 [main] WARN  o.e.h.g.u.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
19:32:28.614 [main] WARN  o.e.h.g.u.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
19:32:28.614 [main] WARN  o.e.h.g.u.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
19:32:28.614 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:32:28.615 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:28.615 [main] WARN  o.e.h.g.u.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
19:32:28.615 [main] WARN  o.e.h.g.u.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
19:32:28.618 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:28.618 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
19:32:28.620 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
19:32:28.620 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:28.623 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:28.623 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
19:32:28.626 [main] WARN  o.e.h.g.u.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
19:32:28.627 [main] WARN  o.e.h.g.u.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
19:32:28.627 [main] WARN  o.e.h.g.u.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
19:32:28.627 [main] WARN  o.e.h.g.u.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
19:32:28.628 [main] WARN  o.e.h.g.u.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
19:32:28.628 [main] WARN  o.e.h.g.u.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
19:32:28.628 [main] WARN  o.e.h.g.u.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
19:32:28.629 [main] WARN  o.e.h.g.u.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
19:32:28.629 [main] WARN  o.e.h.g.u.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
19:32:28.629 [main] WARN  o.e.h.g.u.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
19:32:28.629 [main] WARN  o.e.h.g.u.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
19:32:28.629 [main] WARN  o.e.h.g.u.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
19:32:28.629 [main] WARN  o.e.h.g.u.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
19:32:28.629 [main] WARN  o.e.h.g.u.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
19:32:28.630 [main] WARN  o.e.h.g.u.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
19:32:28.630 [main] WARN  o.e.h.g.u.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
19:32:28.631 [main] WARN  o.e.h.g.u.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[]
19:32:28.631 [main] WARN  o.e.h.g.u.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
19:32:28.631 [main] WARN  o.e.h.g.u.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
19:32:28.631 [main] WARN  o.e.h.g.u.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
19:32:28.631 [main] WARN  o.e.h.g.u.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
19:32:28.631 [main] WARN  o.e.h.g.u.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
19:32:28.631 [main] WARN  o.e.h.g.u.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
19:32:28.632 [main] WARN  o.e.h.g.u.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
19:32:28.632 [main] WARN  o.e.h.g.u.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
19:32:28.632 [main] WARN  o.e.h.g.u.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
19:32:28.632 [main] WARN  o.e.h.g.u.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
19:32:28.632 [main] WARN  o.e.h.g.u.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
19:32:28.632 [main] WARN  o.e.h.g.u.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
19:32:28.632 [main] WARN  o.e.h.g.u.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
19:32:28.633 [main] WARN  o.e.h.g.u.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
19:32:28.633 [main] WARN  o.e.h.g.u.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
19:32:28.633 [main] WARN  o.e.h.g.u.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
19:32:28.635 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:28.636 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:32:28.636 [main] WARN  o.e.h.g.u.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
19:32:28.638 [main] WARN  o.e.h.g.u.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
19:32:28.638 [main] WARN  o.e.h.g.u.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
19:32:28.677 [main] WARN  o.e.h.g.u.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
19:32:28.677 [main] WARN  o.e.h.g.u.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
19:32:28.677 [main] WARN  o.e.h.g.u.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
19:32:28.677 [main] WARN  o.e.h.g.u.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
19:32:28.677 [main] WARN  o.e.h.g.u.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
19:32:28.677 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
19:32:28.677 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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[]
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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[]
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.678 [main] WARN  o.e.h.g.u.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
19:32:28.679 [main] WARN  o.e.h.g.u.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
19:32:28.679 [main] WARN  o.e.h.g.u.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
19:32:28.679 [main] WARN  o.e.h.g.u.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
19:32:28.679 [main] WARN  o.e.h.g.u.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
19:32:28.680 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
19:32:28.680 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
19:32:28.688 [main] WARN  o.e.h.g.u.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
19:32:28.723 [main] WARN  o.e.h.g.u.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
19:32:28.724 [main] WARN  o.e.h.g.u.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
19:32:28.735 [main] WARN  o.e.h.g.u.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
19:32:28.735 [main] WARN  o.e.h.g.u.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
19:32:28.735 [main] WARN  o.e.h.g.u.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
19:32:28.736 [main] WARN  o.e.h.g.u.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
19:32:28.748 [main] WARN  o.e.h.g.u.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
19:32:28.778 [main] WARN  o.e.h.g.u.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
19:32:28.790 [main] WARN  o.e.h.g.u.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
19:32:28.795 [main] WARN  o.e.h.g.u.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
19:32:28.800 [main] WARN  o.e.h.g.u.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
19:32:28.807 [main] WARN  o.e.h.g.u.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
19:32:29.137 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
19:32:29.138 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:29.138 [main] WARN  o.e.h.g.u.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
19:32:29.138 [main] WARN  o.e.h.g.u.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
19:32:29.139 [main] WARN  o.e.h.g.u.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
19:32:29.141 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:32:29.141 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:29.142 [main] WARN  o.e.h.g.u.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
19:32:29.142 [main] WARN  o.e.h.g.u.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
19:32:29.142 [main] WARN  o.e.h.g.u.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
19:32:29.144 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
19:32:29.144 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:29.144 [main] WARN  o.e.h.g.u.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
19:32:29.145 [main] WARN  o.e.h.g.u.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
19:32:29.145 [main] WARN  o.e.h.g.u.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
19:32:29.213 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
19:32:29.213 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:32:29.227 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:32:29.227 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:32:29.227 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:32:29.228 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:32:29.228 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
19:32:29.311 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
19:32:29.314 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:32:29.314 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:32:29.314 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:32:29.316 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:32:29.316 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:32:29.338 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
19:32:29.339 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:29.339 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:29.339 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:32:30.422 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)]
19:32:31.413 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
19:32:31.413 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
19:32:32.181 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
19:32:32.181 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
2s844ms [pure insertion]
marking any relevant derived attributes for update...19:32:32.181 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:32.181 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:32.184 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
19:32:32.184 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:32.184 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:32.184 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
19:32:32.184 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
19:32:32.256 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
19:32:32.256 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
19:32:32.374 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
19:32:32.374 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s190ms [pure insertion]
marking any relevant derived attributes for update...19:32:32.374 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:32.374 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:32.377 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
19:32:32.377 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:32.378 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:32.378 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
19:32:32.378 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
19:32:32.497 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
19:32:32.497 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
19:32:32.535 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
19:32:32.535 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s158ms [pure insertion]
marking any relevant derived attributes for update...19:32:32.535 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:32.535 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:32.538 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
19:32:32.538 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:32.538 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:32.538 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
19:32:32.538 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
19:32:32.739 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
19:32:32.739 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
19:32:32.742 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
19:32:32.742 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s204ms [pure insertion]
marking any relevant derived attributes for update...19:32:32.742 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:32.742 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:32.743 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:32:32.743 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:32:33.144 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
19:32:33.144 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
19:32:33.144 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.401s
attempting to resolve any uninitialized derived attributes...
19:32:33.144 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:32:33.144 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:32:33.144 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:32:33.145 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s402ms [proxy update]
19:32:33.145 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:32:33.145 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:32:33.145 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 831 ms
19:32:33.145 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store
19:32:33.148 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:32:33.148 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:32:33.153 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore
19:32:33.154 [main] DEBUG o.e.h.g.u.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
19:32:33.155 [main] DEBUG o.e.h.g.u.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
19:32:33.156 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:33.157 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore
19:32:33.157 [main] DEBUG o.e.h.g.u.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
19:32:33.159 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore
19:32:33.159 [main] DEBUG o.e.h.g.u.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
19:32:33.168 [main] INFO  o.e.h.g.u.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)
19:32:33.168 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:32:33.421 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false
19:32:33.424 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:32:33.424 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:32:33.424 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:32:33.424 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:32:33.424 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:32:33.424 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:32:33.425 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:32:33.426 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
19:32:33.426 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
19:32:33.426 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
19:32:33.426 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:32:33.426 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:32:33.426 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:32:33.426 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
19:32:33.426 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:32:33.428 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:32:33.429 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:32:33.429 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:32:33.433 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
19:32:33.433 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:33.433 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:33.433 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
19:32:33.434 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
19:32:33.468 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
19:32:33.468 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
19:32:33.477 [pool-42-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
19:32:33.477 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s44ms [pure insertion]
marking any relevant derived attributes for update...19:32:33.477 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:33.477 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:33.477 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:32:33.477 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:32:33.547 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
19:32:33.548 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
19:32:33.548 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.071s
attempting to resolve any uninitialized derived attributes...
19:32:33.548 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:32:33.548 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:32:33.548 [pool-42-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:32:33.548 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s71ms [proxy update]
19:32:33.548 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:32:33.548 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:32:33.548 [pool-42-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 124 ms
19:32:33.575 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:32:33.575 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false
19:32:33.577 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:32:33.577 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:32:34.380 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:32:34 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_customProfileV4[OrientDB]}} Storage 'plocal:/tmp/junit1175965557999296460/test_customProfileV4[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit8182299208489973250/test_customProfileV5[OrientDB]
Dec 01, 2020 7:32:35 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_customProfileV5[OrientDB]}} Storage 'plocal:/tmp/junit8182299208489973250/test_customProfileV5[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:32:40.002 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:32:40.005 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:32:40.005 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
19:32:40.035 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:32:40.035 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:32:40.053 [main] WARN  o.e.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
19:32:41.051 [main] WARN  o.e.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)]
19:32:41.350 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:32:41.351 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:41.352 [main] WARN  o.e.h.g.u.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
19:32:41.352 [main] WARN  o.e.h.g.u.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
19:32:41.354 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
19:32:41.354 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:41.356 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
19:32:41.356 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:41.358 [main] DEBUG o.e.h.g.u.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
19:32:41.361 [main] WARN  o.e.h.g.u.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
19:32:41.361 [main] WARN  o.e.h.g.u.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
19:32:41.361 [main] WARN  o.e.h.g.u.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
19:32:41.361 [main] WARN  o.e.h.g.u.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
19:32:41.361 [main] WARN  o.e.h.g.u.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
19:32:41.362 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
19:32:41.362 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:41.363 [main] WARN  o.e.h.g.u.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
19:32:41.363 [main] WARN  o.e.h.g.u.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
19:32:41.363 [main] WARN  o.e.h.g.u.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
19:32:41.365 [main] WARN  o.e.h.g.u.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
19:32:41.365 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:32:41.365 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:41.365 [main] WARN  o.e.h.g.u.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
19:32:41.366 [main] WARN  o.e.h.g.u.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
19:32:41.368 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
19:32:41.368 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:41.444 [main] WARN  o.e.h.g.u.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
19:32:41.444 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
19:32:41.444 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:41.445 [main] WARN  o.e.h.g.u.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
19:32:41.445 [main] WARN  o.e.h.g.u.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
19:32:41.447 [main] WARN  o.e.h.g.u.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
19:32:41.447 [main] WARN  o.e.h.g.u.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
19:32:41.447 [main] WARN  o.e.h.g.u.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
19:32:41.447 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
19:32:41.448 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:41.450 [main] WARN  o.e.h.g.u.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
19:32:41.451 [main] WARN  o.e.h.g.u.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
19:32:41.451 [main] WARN  o.e.h.g.u.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
19:32:41.451 [main] WARN  o.e.h.g.u.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
19:32:41.451 [main] WARN  o.e.h.g.u.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
19:32:41.451 [main] WARN  o.e.h.g.u.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
19:32:41.451 [main] WARN  o.e.h.g.u.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
19:32:41.451 [main] WARN  o.e.h.g.u.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
19:32:41.451 [main] WARN  o.e.h.g.u.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
19:32:41.451 [main] WARN  o.e.h.g.u.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
19:32:41.451 [main] WARN  o.e.h.g.u.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
19:32:41.451 [main] WARN  o.e.h.g.u.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
19:32:41.452 [main] WARN  o.e.h.g.u.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
19:32:41.452 [main] WARN  o.e.h.g.u.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
19:32:41.452 [main] WARN  o.e.h.g.u.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
19:32:41.452 [main] WARN  o.e.h.g.u.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
19:32:41.452 [main] WARN  o.e.h.g.u.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[]
19:32:41.452 [main] WARN  o.e.h.g.u.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
19:32:41.452 [main] WARN  o.e.h.g.u.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
19:32:41.452 [main] WARN  o.e.h.g.u.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
19:32:41.452 [main] WARN  o.e.h.g.u.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
19:32:41.452 [main] WARN  o.e.h.g.u.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
19:32:41.452 [main] WARN  o.e.h.g.u.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
19:32:41.452 [main] WARN  o.e.h.g.u.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
19:32:41.452 [main] WARN  o.e.h.g.u.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
19:32:41.452 [main] WARN  o.e.h.g.u.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
19:32:41.453 [main] WARN  o.e.h.g.u.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
19:32:41.453 [main] WARN  o.e.h.g.u.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
19:32:41.453 [main] WARN  o.e.h.g.u.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
19:32:41.453 [main] WARN  o.e.h.g.u.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
19:32:41.453 [main] WARN  o.e.h.g.u.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
19:32:41.453 [main] WARN  o.e.h.g.u.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
19:32:41.453 [main] WARN  o.e.h.g.u.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
19:32:41.455 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:32:41.455 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:41.455 [main] WARN  o.e.h.g.u.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
19:32:41.456 [main] WARN  o.e.h.g.u.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
19:32:41.456 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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[]
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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[]
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.458 [main] WARN  o.e.h.g.u.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
19:32:41.459 [main] WARN  o.e.h.g.u.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
19:32:41.459 [main] WARN  o.e.h.g.u.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
19:32:41.459 [main] WARN  o.e.h.g.u.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
19:32:41.459 [main] WARN  o.e.h.g.u.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
19:32:41.459 [main] WARN  o.e.h.g.u.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
19:32:41.459 [main] WARN  o.e.h.g.u.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
19:32:41.459 [main] WARN  o.e.h.g.u.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
19:32:41.459 [main] WARN  o.e.h.g.u.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
19:32:41.459 [main] WARN  o.e.h.g.u.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
19:32:41.459 [main] WARN  o.e.h.g.u.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
19:32:41.459 [main] WARN  o.e.h.g.u.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
19:32:41.459 [main] WARN  o.e.h.g.u.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
19:32:41.459 [main] WARN  o.e.h.g.u.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
19:32:41.460 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
19:32:41.460 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
19:32:41.464 [main] WARN  o.e.h.g.u.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
19:32:41.475 [main] WARN  o.e.h.g.u.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
19:32:41.476 [main] WARN  o.e.h.g.u.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
19:32:41.482 [main] WARN  o.e.h.g.u.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
19:32:41.482 [main] WARN  o.e.h.g.u.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
19:32:41.482 [main] WARN  o.e.h.g.u.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
19:32:41.483 [main] WARN  o.e.h.g.u.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
19:32:41.489 [main] WARN  o.e.h.g.u.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
19:32:41.506 [main] WARN  o.e.h.g.u.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
19:32:41.512 [main] WARN  o.e.h.g.u.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
19:32:41.518 [main] WARN  o.e.h.g.u.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
19:32:41.521 [main] WARN  o.e.h.g.u.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
19:32:41.525 [main] WARN  o.e.h.g.u.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
19:32:41.722 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
19:32:41.722 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:32:41.736 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:32:41.736 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:32:41.736 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:32:41.737 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:32:41.737 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
19:32:41.758 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
19:32:41.759 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:32:41.760 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:32:41.760 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:32:41.761 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:32:41.761 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:32:41.763 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
19:32:41.764 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:41.764 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:41.764 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:32:42.824 [pool-43-thread-1] DEBUG o.e.h.g.u.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)]
19:32:43.791 [pool-43-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
19:32:43.791 [pool-43-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
19:32:44.763 [pool-43-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
19:32:44.764 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
3s1ms [pure insertion]
marking any relevant derived attributes for update...19:32:44.764 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:44.764 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:44.767 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
19:32:44.767 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:44.768 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:44.768 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
19:32:44.768 [pool-43-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
19:32:44.844 [pool-43-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
19:32:44.844 [pool-43-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
19:32:45.008 [pool-43-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
19:32:45.008 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s241ms [pure insertion]
marking any relevant derived attributes for update...19:32:45.008 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:45.008 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:45.011 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
19:32:45.011 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:45.011 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:45.011 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
19:32:45.012 [pool-43-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
19:32:45.128 [pool-43-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
19:32:45.128 [pool-43-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
19:32:45.131 [pool-43-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
19:32:45.131 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s120ms [pure insertion]
marking any relevant derived attributes for update...19:32:45.131 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:45.131 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:45.153 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
19:32:45.153 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:45.154 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:45.154 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
19:32:45.154 [pool-43-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
19:32:45.229 [pool-43-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
19:32:45.229 [pool-43-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
19:32:45.243 [pool-43-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
19:32:45.243 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s90ms [pure insertion]
marking any relevant derived attributes for update...19:32:45.243 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:45.243 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:45.244 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:32:45.244 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:32:45.754 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
19:32:45.755 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
19:32:45.755 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.511s
attempting to resolve any uninitialized derived attributes...
19:32:45.755 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:32:45.755 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:32:45.755 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:32:45.755 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s511ms [proxy update]
19:32:45.755 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:32:45.756 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:32:45.756 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 996 ms
19:32:45.756 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store
19:32:45.761 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:32:45.761 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:32:45.767 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore
19:32:45.767 [main] DEBUG o.e.h.g.u.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
19:32:45.768 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:45.769 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore
19:32:45.770 [main] DEBUG o.e.h.g.u.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
19:32:45.771 [main] DEBUG o.e.h.g.u.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
19:32:45.772 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore
19:32:45.772 [main] DEBUG o.e.h.g.u.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
19:32:45.780 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec)
19:32:45.781 [main] INFO  o.e.h.c.r.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)
19:32:45.986 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
19:32:45.991 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:32:45.991 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:32:45.991 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:32:45.992 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:32:45.992 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:32:45.992 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:32:45.992 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:32:45.994 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
19:32:45.994 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
19:32:45.994 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
19:32:45.994 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:32:45.994 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:32:45.994 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:32:45.994 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s3ms [proxy update]
19:32:45.995 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:32:45.998 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:32:45.998 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:32:45.998 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:32:46.005 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
19:32:46.005 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:46.005 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:46.005 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
19:32:46.006 [pool-43-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
19:32:46.043 [pool-43-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
19:32:46.043 [pool-43-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
19:32:46.051 [pool-43-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
19:32:46.051 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s46ms [pure insertion]
marking any relevant derived attributes for update...19:32:46.051 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:46.051 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:46.051 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:32:46.051 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:32:46.111 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
19:32:46.111 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
19:32:46.111 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.06s
attempting to resolve any uninitialized derived attributes...
19:32:46.111 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:32:46.111 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:32:46.111 [pool-43-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:32:46.111 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s60ms [proxy update]
19:32:46.111 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:32:46.111 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:32:46.111 [pool-43-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 120 ms
19:32:46.127 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:32:46.127 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
19:32:46.130 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:32:46.130 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:32:46.894 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:32:46 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_customProfileV5[OrientDB]}} Storage 'plocal:/tmp/junit8182299208489973250/test_customProfileV5[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit8361104339372260280/test_modelProfileInsideRepository[OrientDB]
Dec 01, 2020 7:32:47 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_modelProfileInsideRepository[OrientDB]}} Storage 'plocal:/tmp/junit8361104339372260280/test_modelProfileInsideRepository[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:32:53.128 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:32:53.131 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:32:53.131 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
19:32:53.160 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:32:53.160 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:32:53.177 [main] WARN  o.e.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
19:32:54.302 [main] WARN  o.e.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)]
19:32:54.495 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
19:32:54.495 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:54.495 [main] WARN  o.e.h.g.u.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
19:32:54.496 [main] WARN  o.e.h.g.u.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
19:32:54.496 [main] WARN  o.e.h.g.u.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
19:32:54.500 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:54.500 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
19:32:54.502 [main] DEBUG o.e.h.g.u.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
19:32:54.720 [main] WARN  o.e.h.g.u.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
19:32:54.720 [main] WARN  o.e.h.g.u.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
19:32:54.720 [main] WARN  o.e.h.g.u.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
19:32:54.720 [main] WARN  o.e.h.g.u.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
19:32:54.720 [main] WARN  o.e.h.g.u.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
19:32:54.720 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:32:54.720 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:54.721 [main] WARN  o.e.h.g.u.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
19:32:54.722 [main] WARN  o.e.h.g.u.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
19:32:54.723 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:32:54.723 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:54.723 [main] WARN  o.e.h.g.u.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
19:32:54.724 [main] WARN  o.e.h.g.u.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
19:32:54.724 [main] WARN  o.e.h.g.u.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
19:32:54.726 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:54.726 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
19:32:54.728 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
19:32:54.728 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:54.728 [main] WARN  o.e.h.g.u.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
19:32:54.729 [main] WARN  o.e.h.g.u.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
19:32:54.730 [main] WARN  o.e.h.g.u.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
19:32:54.731 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
19:32:54.731 [main] WARN  o.e.h.g.u.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
19:32:54.731 [main] WARN  o.e.h.g.u.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
19:32:54.732 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:54.732 [main] WARN  o.e.h.g.u.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
19:32:54.735 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:54.735 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
19:32:54.737 [main] WARN  o.e.h.g.u.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
19:32:54.737 [main] WARN  o.e.h.g.u.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
19:32:54.737 [main] WARN  o.e.h.g.u.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
19:32:54.737 [main] WARN  o.e.h.g.u.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
19:32:54.737 [main] WARN  o.e.h.g.u.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
19:32:54.737 [main] WARN  o.e.h.g.u.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
19:32:54.738 [main] WARN  o.e.h.g.u.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
19:32:54.738 [main] WARN  o.e.h.g.u.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
19:32:54.738 [main] WARN  o.e.h.g.u.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
19:32:54.738 [main] WARN  o.e.h.g.u.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
19:32:54.738 [main] WARN  o.e.h.g.u.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
19:32:54.738 [main] WARN  o.e.h.g.u.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
19:32:54.738 [main] WARN  o.e.h.g.u.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
19:32:54.738 [main] WARN  o.e.h.g.u.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
19:32:54.739 [main] WARN  o.e.h.g.u.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
19:32:54.739 [main] WARN  o.e.h.g.u.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
19:32:54.739 [main] WARN  o.e.h.g.u.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[]
19:32:54.739 [main] WARN  o.e.h.g.u.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
19:32:54.739 [main] WARN  o.e.h.g.u.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
19:32:54.739 [main] WARN  o.e.h.g.u.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
19:32:54.739 [main] WARN  o.e.h.g.u.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
19:32:54.739 [main] WARN  o.e.h.g.u.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
19:32:54.739 [main] WARN  o.e.h.g.u.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
19:32:54.739 [main] WARN  o.e.h.g.u.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
19:32:54.739 [main] WARN  o.e.h.g.u.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
19:32:54.739 [main] WARN  o.e.h.g.u.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
19:32:54.739 [main] WARN  o.e.h.g.u.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
19:32:54.740 [main] WARN  o.e.h.g.u.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
19:32:54.740 [main] WARN  o.e.h.g.u.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
19:32:54.740 [main] WARN  o.e.h.g.u.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
19:32:54.740 [main] WARN  o.e.h.g.u.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
19:32:54.740 [main] WARN  o.e.h.g.u.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
19:32:54.740 [main] WARN  o.e.h.g.u.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
19:32:54.743 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:54.743 [main] WARN  o.e.h.g.u.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
19:32:54.743 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:32:54.743 [main] WARN  o.e.h.g.u.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
19:32:54.744 [main] WARN  o.e.h.g.u.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
19:32:54.779 [main] WARN  o.e.h.g.u.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
19:32:54.779 [main] WARN  o.e.h.g.u.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
19:32:54.779 [main] WARN  o.e.h.g.u.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
19:32:54.779 [main] WARN  o.e.h.g.u.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
19:32:54.779 [main] WARN  o.e.h.g.u.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
19:32:54.779 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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[]
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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[]
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.780 [main] WARN  o.e.h.g.u.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
19:32:54.781 [main] WARN  o.e.h.g.u.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
19:32:54.782 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
19:32:54.782 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
19:32:54.787 [main] WARN  o.e.h.g.u.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
19:32:54.798 [main] WARN  o.e.h.g.u.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
19:32:54.799 [main] WARN  o.e.h.g.u.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
19:32:54.806 [main] WARN  o.e.h.g.u.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
19:32:54.806 [main] WARN  o.e.h.g.u.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
19:32:54.806 [main] WARN  o.e.h.g.u.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
19:32:54.807 [main] WARN  o.e.h.g.u.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
19:32:54.814 [main] WARN  o.e.h.g.u.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
19:32:54.836 [main] WARN  o.e.h.g.u.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
19:32:54.844 [main] WARN  o.e.h.g.u.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
19:32:54.848 [main] WARN  o.e.h.g.u.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
19:32:54.851 [main] WARN  o.e.h.g.u.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
19:32:54.855 [main] WARN  o.e.h.g.u.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
19:32:55.027 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
19:32:55.027 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:32:55.041 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:32:55.042 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:32:55.042 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:32:55.043 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:32:55.043 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
19:32:55.066 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
19:32:55.068 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:32:55.068 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:32:55.068 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:32:55.070 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:32:55.070 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:32:55.072 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
19:32:55.073 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:55.073 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:55.073 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:32:56.324 [pool-44-thread-1] DEBUG o.e.h.g.u.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)]
19:32:57.312 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
19:32:57.312 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
19:32:58.163 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
19:32:58.163 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
3s91ms [pure insertion]
marking any relevant derived attributes for update...19:32:58.163 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:58.163 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:58.166 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
19:32:58.167 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:58.167 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:58.167 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
19:32:58.167 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
19:32:58.267 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
19:32:58.267 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
19:32:58.470 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
19:32:58.471 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s305ms [pure insertion]
marking any relevant derived attributes for update...19:32:58.471 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:58.471 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:58.474 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
19:32:58.474 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:58.474 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:58.474 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
19:32:58.514 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
19:32:58.607 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
19:32:58.607 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
19:32:58.612 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
19:32:58.612 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s138ms [pure insertion]
marking any relevant derived attributes for update...19:32:58.612 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:58.612 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:58.635 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
19:32:58.635 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:58.636 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:58.636 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
19:32:58.636 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
19:32:58.719 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
19:32:58.719 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
19:32:58.773 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
19:32:58.773 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s138ms [pure insertion]
marking any relevant derived attributes for update...19:32:58.773 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:58.773 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:58.774 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:32:58.774 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:32:59.326 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
19:32:59.327 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
19:32:59.327 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.553s
attempting to resolve any uninitialized derived attributes...
19:32:59.327 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:32:59.327 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:32:59.327 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:32:59.327 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s553ms [proxy update]
19:32:59.328 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:32:59.328 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:32:59.328 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 260 ms
19:32:59.328 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store
19:32:59.333 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:32:59.333 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:32:59.339 [main] DEBUG o.e.h.g.u.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
19:32:59.340 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore
19:32:59.340 [main] DEBUG o.e.h.g.u.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
19:32:59.342 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore
19:32:59.342 [main] DEBUG o.e.h.g.u.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
19:32:59.343 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML
19:32:59.344 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore
19:32:59.344 [main] DEBUG o.e.h.g.u.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
19:32:59.353 [main] INFO  o.e.h.g.u.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)
19:32:59.353 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
19:32:59.582 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit8388439211795596939/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
19:32:59.586 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:32:59.586 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:32:59.587 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:32:59.588 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:32:59.588 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:32:59.589 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:32:59.589 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:32:59.591 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
19:32:59.591 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
19:32:59.591 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
19:32:59.591 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:32:59.591 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:32:59.591 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:32:59.592 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s3ms [proxy update]
19:32:59.592 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:32:59.601 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:32:59.602 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:32:59.602 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:32:59.604 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml...
19:32:59.605 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:59.605 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:59.605 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml...
19:32:59.606 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml
19:32:59.678 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
19:32:59.678 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml
19:32:59.717 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
19:32:59.717 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml.
0s113ms [pure insertion]
marking any relevant derived attributes for update...19:32:59.717 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:59.717 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:59.723 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml...
19:32:59.723 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:59.723 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:59.723 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml...
19:32:59.723 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml
19:32:59.783 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
19:32:59.783 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml
19:32:59.835 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
19:32:59.835 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml.
0s112ms [pure insertion]
marking any relevant derived attributes for update...19:32:59.835 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:32:59.835 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:32:59.837 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /zoo/model.uml...
19:32:59.837 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:32:59.837 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:32:59.837 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /zoo/model.uml...
19:32:59.837 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /zoo/model.uml
19:32:59.982 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec)
19:32:59.982 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /zoo/model.uml
19:33:00.077 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec)
19:33:00.077 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /zoo/model.uml.
0s240ms [pure insertion]
marking any relevant derived attributes for update...19:33:00.077 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:33:00.077 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:33:00.080 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml...
19:33:00.081 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:33:00.081 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:33:00.081 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml...
19:33:00.114 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml
19:33:00.667 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec)
19:33:00.667 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml
19:33:01.170 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec)
19:33:01.170 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml.
1s90ms [pure insertion]
marking any relevant derived attributes for update...19:33:01.170 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:33:01.170 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:33:01.172 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml...
19:33:01.172 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:33:01.172 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:33:01.172 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml...
19:33:01.173 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml
19:33:01.258 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
19:33:01.258 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml
19:33:01.263 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
19:33:01.263 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml.
0s91ms [pure insertion]
marking any relevant derived attributes for update...19:33:01.263 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:33:01.263 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:33:01.264 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:33:01.264 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:33:01.328 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/109 proxy references (0 sec total)
19:33:01.509 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 37 proxy ref lists left after resolving 39 refs
19:33:01.509 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.245s
attempting to resolve any uninitialized derived attributes...
19:33:01.509 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:33:01.509 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:33:01.509 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:33:01.509 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s245ms [proxy update]
19:33:01.509 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:33:01.510 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:33:01.510 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 924 ms
19:33:01.520 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:33:01.525 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:33:01.525 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:33:01.525 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:33:01.529 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml...
19:33:01.530 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:33:01.530 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store
19:33:01.534 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635
19:33:01.534 [pool-44-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
19:33:01.534 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml...
19:33:01.534 [pool-44-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml
19:33:01.542 [pool-44-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.008s
19:33:01.596 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml
19:33:01.659 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
19:33:01.659 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml
19:33:01.661 [pool-44-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
19:33:01.661 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml.
0s132ms [pure insertion]
marking any relevant derived attributes for update...19:33:01.661 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:33:01.661 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:33:01.661 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:33:01.661 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:33:01.670 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/74 proxy references (0 sec total)
19:33:01.672 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 38 proxy ref lists left after resolving 1 refs
19:33:01.672 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.011s
attempting to resolve any uninitialized derived attributes...
19:33:01.672 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:33:01.672 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:33:01.672 [pool-44-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:33:01.672 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s12ms [proxy update]
19:33:01.673 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:33:01.673 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:33:01.673 [pool-44-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 153 ms
19:33:01.683 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:33:01.683 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit8388439211795596939/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
19:33:01.685 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:33:01.685 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:33:02.425 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:33:02 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_modelProfileInsideRepository[OrientDB]}} Storage 'plocal:/tmp/junit8361104339372260280/test_modelProfileInsideRepository[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit3132763696037858759/test_workspaceCrosslinks[OrientDB]
Dec 01, 2020 7:33:03 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_workspaceCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit3132763696037858759/test_workspaceCrosslinks[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
19:33:08.894 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
19:33:08.898 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:33:08.898 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
19:33:08.922 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
19:33:08.922 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
19:33:08.937 [main] WARN  o.e.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
19:33:10.426 [main] WARN  o.e.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)]
19:33:10.687 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore
19:33:10.687 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML
19:33:10.688 [main] WARN  o.e.h.g.u.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
19:33:10.688 [main] WARN  o.e.h.g.u.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
19:33:10.688 [main] WARN  o.e.h.g.u.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
19:33:10.690 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore
19:33:10.690 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML
19:33:10.692 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types
19:33:10.692 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML
19:33:10.694 [main] DEBUG o.e.h.g.u.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
19:33:10.697 [main] WARN  o.e.h.g.u.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
19:33:10.697 [main] WARN  o.e.h.g.u.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
19:33:10.697 [main] WARN  o.e.h.g.u.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
19:33:10.697 [main] WARN  o.e.h.g.u.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
19:33:10.697 [main] WARN  o.e.h.g.u.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
19:33:10.697 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:33:10.697 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:33:10.697 [main] WARN  o.e.h.g.u.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
19:33:10.697 [main] WARN  o.e.h.g.u.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
19:33:10.697 [main] WARN  o.e.h.g.u.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
19:33:10.699 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:33:10.699 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:33:10.699 [main] WARN  o.e.h.g.u.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
19:33:10.700 [main] WARN  o.e.h.g.u.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
19:33:10.701 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
19:33:10.702 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
19:33:10.702 [main] WARN  o.e.h.g.u.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
19:33:10.702 [main] WARN  o.e.h.g.u.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
19:33:10.703 [main] WARN  o.e.h.g.u.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
19:33:10.792 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
19:33:10.793 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML
19:33:10.793 [main] WARN  o.e.h.g.u.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
19:33:10.794 [main] WARN  o.e.h.g.u.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
19:33:10.794 [main] WARN  o.e.h.g.u.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
19:33:10.796 [main] WARN  o.e.h.g.u.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
19:33:10.796 [main] WARN  o.e.h.g.u.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
19:33:10.796 [main] WARN  o.e.h.g.u.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
19:33:10.796 [main] WARN  o.e.h.g.u.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
19:33:10.796 [main] WARN  o.e.h.g.u.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
19:33:10.796 [main] WARN  o.e.h.g.u.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
19:33:10.797 [main] WARN  o.e.h.g.u.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
19:33:10.797 [main] WARN  o.e.h.g.u.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
19:33:10.797 [main] WARN  o.e.h.g.u.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
19:33:10.797 [main] WARN  o.e.h.g.u.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
19:33:10.797 [main] WARN  o.e.h.g.u.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
19:33:10.797 [main] WARN  o.e.h.g.u.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
19:33:10.797 [main] WARN  o.e.h.g.u.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
19:33:10.797 [main] WARN  o.e.h.g.u.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
19:33:10.797 [main] WARN  o.e.h.g.u.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
19:33:10.797 [main] WARN  o.e.h.g.u.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
19:33:10.797 [main] WARN  o.e.h.g.u.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[]
19:33:10.798 [main] WARN  o.e.h.g.u.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
19:33:10.798 [main] WARN  o.e.h.g.u.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
19:33:10.798 [main] WARN  o.e.h.g.u.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
19:33:10.798 [main] WARN  o.e.h.g.u.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
19:33:10.798 [main] WARN  o.e.h.g.u.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
19:33:10.798 [main] WARN  o.e.h.g.u.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
19:33:10.798 [main] WARN  o.e.h.g.u.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
19:33:10.798 [main] WARN  o.e.h.g.u.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
19:33:10.798 [main] WARN  o.e.h.g.u.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
19:33:10.798 [main] WARN  o.e.h.g.u.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
19:33:10.798 [main] WARN  o.e.h.g.u.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
19:33:10.798 [main] WARN  o.e.h.g.u.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
19:33:10.798 [main] WARN  o.e.h.g.u.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
19:33:10.798 [main] WARN  o.e.h.g.u.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
19:33:10.798 [main] WARN  o.e.h.g.u.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
19:33:10.798 [main] WARN  o.e.h.g.u.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
19:33:10.800 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
19:33:10.801 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
19:33:10.802 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
19:33:10.803 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
19:33:10.803 [main] WARN  o.e.h.g.u.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
19:33:10.803 [main] WARN  o.e.h.g.u.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
19:33:10.804 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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[]
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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[]
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.806 [main] WARN  o.e.h.g.u.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
19:33:10.807 [main] WARN  o.e.h.g.u.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
19:33:10.807 [main] WARN  o.e.h.g.u.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
19:33:10.808 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore
19:33:10.808 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types
19:33:10.812 [main] WARN  o.e.h.g.u.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
19:33:10.825 [main] WARN  o.e.h.g.u.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
19:33:10.825 [main] WARN  o.e.h.g.u.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
19:33:10.831 [main] WARN  o.e.h.g.u.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
19:33:10.832 [main] WARN  o.e.h.g.u.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
19:33:10.832 [main] WARN  o.e.h.g.u.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
19:33:10.832 [main] WARN  o.e.h.g.u.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
19:33:10.838 [main] WARN  o.e.h.g.u.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
19:33:10.855 [main] WARN  o.e.h.g.u.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
19:33:10.860 [main] WARN  o.e.h.g.u.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
19:33:10.863 [main] WARN  o.e.h.g.u.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
19:33:10.866 [main] WARN  o.e.h.g.u.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
19:33:10.869 [main] WARN  o.e.h.g.u.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
19:33:11.086 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~2 sec)
inserting static metamodels complete
19:33:11.087 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
19:33:11.115 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
19:33:11.115 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
19:33:11.115 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:33:11.116 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:33:11.116 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
19:33:11.139 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
19:33:11.141 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:33:11.141 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:33:11.141 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:33:11.143 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:33:11.143 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:33:11.145 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
19:33:11.146 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:33:11.146 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:33:11.146 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
19:33:12.324 [pool-45-thread-1] DEBUG o.e.h.g.u.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)]
19:33:13.391 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
19:33:13.391 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
19:33:14.282 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
19:33:14.282 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
3s137ms [pure insertion]
marking any relevant derived attributes for update...19:33:14.282 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
19:33:14.283 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
19:33:14.305 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
19:33:14.305 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:33:14.305 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:33:14.305 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
19:33:14.305 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
19:33:14.379 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
19:33:14.379 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
19:33:14.392 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
19:33:14.392 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s87ms [pure insertion]
marking any relevant derived attributes for update...19:33:14.392 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:33:14.392 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:33:14.395 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
19:33:14.395 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:33:14.395 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:33:14.395 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
19:33:14.403 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
19:33:14.619 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
19:33:14.619 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
19:33:14.783 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
19:33:14.783 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s388ms [pure insertion]
marking any relevant derived attributes for update...19:33:14.783 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:33:14.783 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:33:14.786 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
19:33:14.787 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:33:14.787 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:33:14.787 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
19:33:14.787 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
19:33:14.839 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
19:33:14.840 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
19:33:14.843 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
19:33:14.843 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s57ms [pure insertion]
marking any relevant derived attributes for update...19:33:14.843 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:33:14.843 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:33:14.844 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:33:14.844 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:33:15.349 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
19:33:15.349 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
19:33:15.349 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.505s
attempting to resolve any uninitialized derived attributes...
19:33:15.349 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:33:15.349 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:33:15.349 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:33:15.349 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s505ms [proxy update]
19:33:15.349 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:33:15.350 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:33:15.350 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 209 ms
19:33:15.729 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false
19:33:15.731 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:33:15.731 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
19:33:15.736 [pool-45-thread-1] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 4 ms
19:33:15.736 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
19:33:15.736 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
19:33:15.736 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
19:33:15.738 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml...
19:33:15.738 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:33:15.739 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:33:15.739 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml...
19:33:15.739 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml
19:33:15.916 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
19:33:15.916 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml
19:33:15.964 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
19:33:15.964 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model2/model.uml.
0s227ms [pure insertion]
marking any relevant derived attributes for update...19:33:15.965 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:33:15.965 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:33:16.006 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml...
19:33:16.006 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
19:33:16.006 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
19:33:16.006 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml...
19:33:16.007 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml
19:33:16.043 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
19:33:16.043 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml
19:33:16.045 [pool-45-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
19:33:16.045 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml.
0s39ms [pure insertion]
marking any relevant derived attributes for update...19:33:16.045 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
19:33:16.045 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
19:33:16.045 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
19:33:16.045 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
19:33:16.145 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total)
19:33:16.225 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs
19:33:16.225 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.18s
attempting to resolve any uninitialized derived attributes...
19:33:16.225 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
19:33:16.225 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
19:33:16.225 [pool-45-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
19:33:16.225 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s180ms [proxy update]
19:33:16.225 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
19:33:16.225 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
19:33:16.225 [pool-45-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 494 ms
19:33:16.225 [pool-45-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3132763696037858759/test_workspaceCrosslinks[OrientDB]
19:33:16.231 [pool-45-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3132763696037858759/test_workspaceCrosslinks[OrientDB]
19:33:16.241 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
19:33:16.241 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false
19:33:16.243 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
19:33:16.243 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
19:33:16.971 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Dec 01, 2020 7:33:16 PM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_workspaceCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit3132763696037858759/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: 859.992 s - in org.eclipse.hawk.integration.tests.IntegrationTestSuite
set0[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 158.106 s
tree[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 11.514 s
treeWithSpaces[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 11.905 s
treeCrossResourceContainment[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 11.791 s
derivedEdgeCollection[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 13.203 s
deriveThenAdd[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 15.993 s
derivedEdgeSingle[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 10.815 s
addThenIndex[OrientDB](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 11.474 s
lookupWithIndex[OrientDB](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 11.965 s
lookupWithoutIndex[OrientDB](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 9.685 s
eContainersIsUpdatedRoot[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest)  Time elapsed: 14.638 s
queryEnumValues[OrientDB](org.eclipse.hawk.integration.tests.emf.EnumSupportTest)  Time elapsed: 13.622 s
metamodels[OrientDB](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest)  Time elapsed: 9.415 s
elephantResolve[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest)  Time elapsed: 14.386 s
zoo[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest)  Time elapsed: 23.911 s
metamodel[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest)  Time elapsed: 9.91 s
zoo[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest)  Time elapsed: 26.003 s
bpmn[OrientDB](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest)  Time elapsed: 58.039 s
instanceCountsAllOf[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 10.442 s
listFiles[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 13.394 s
instanceCounts[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 11.467 s
reverseRefs[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 12.723 s
forwardRefs[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 12.222 s
allContents[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 40.5 s
subtreeTraversalScoping[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 35.697 s
getAllOf[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 40.674 s
getFiles[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 31.799 s
getAllOfCountsSubtypes[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 26.401 s
addChild[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 10.68 s
addModel[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 10.484 s
renameRoot[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 10.938 s
eContainer[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 9.455 s
removeChild[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 9.852 s
renameChild[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 12.415 s
upgradeModelProfileVersion[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 14.806 s
stereotypeAsModel[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 14.634 s
localfolderCrosslinks[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 13.219 s
zoo[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 13.214 s
indexLibraries[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 12.68 s
customProfileV4[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 12.659 s
customProfileV5[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 12.515 s
modelProfileInsideRepository[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 15.536 s
workspaceCrosslinks[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest)  Time elapsed: 14.532 s

Results:

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

Dec 01, 2020 7:33:17 PM com.orientechnologies.common.log.OLogManager log
INFO: Orient Engine is shutting down...
Buildfile: generate-composite-site.xml

composite:
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 6 seconds
Buildfile: generate-3rdparty-site.xml

init:

build-site:
    [mkdir] Created dir: /home/jenkins/agent/workspace/hawk_master/core/releng/org.eclipse.hawk.updatesite/thirdparty-nonp2/features
    [mkdir] Created dir: /home/jenkins/agent/workspace/hawk_master/core/releng/org.eclipse.hawk.updatesite/thirdparty-nonp2/plugins
      [get] Getting: https://repo1.maven.org/maven2/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.jar
      [get] To: /home/jenkins/agent/workspace/hawk_master/core/releng/org.eclipse.hawk.updatesite/unsigned-thrift.jar
[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
19:35:28.308 [main] INFO  o.e.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]
19:35:28.312 [main] INFO  o.e.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]
19:35:28.313 [main] INFO  o.e.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]
19:35:28.534 [main] INFO  o.e.hawk.emf.model.util.RegisterMeta - Registering package: DOM (org.amma.dsl.jdt.dom) [resource_from_epackage_org.amma.dsl.jdt.dom]
19:35:28.535 [main] INFO  o.e.hawk.emf.model.util.RegisterMeta - Registering package: PrimitiveTypes (org.amma.dsl.jdt.primitiveTypes) [resource_from_epackage_org.amma.dsl.jdt.primitiveTypes]
19:35:28.607 [main] INFO  o.e.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: 1.564 s - in org.eclipse.hawk.emf.tests.EMFMetamodelResourceFactoryTest
separateJDTAST(org.eclipse.hawk.emf.tests.EMFMetamodelResourceFactoryTest)  Time elapsed: 1.476 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.208 s - in org.eclipse.hawk.http.HTTPManagerTest
getDeltaDigest(org.eclipse.hawk.http.HTTPManagerTest)  Time elapsed: 1.073 s
getDeltaLastModifiedHeader(org.eclipse.hawk.http.HTTPManagerTest)  Time elapsed: 0.028 s
getDeltaEtag(org.eclipse.hawk.http.HTTPManagerTest)  Time elapsed: 0.001 s
getDeltaUrlFilename(org.eclipse.hawk.http.HTTPManagerTest)  Time elapsed: 0.001 s
getDeltaNoHeaders(org.eclipse.hawk.http.HTTPManagerTest)  Time elapsed: 0.001 s
getDeltaHeaderFilename(org.eclipse.hawk.http.HTTPManagerTest)  Time elapsed: 0.007 s

Results:

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

Running org.eclipse.hawk.git.JGitRepositoryTest
19:35:44.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
19:35:44.915 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config]
19:35:44.917 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [git, --version],/usr/bin
19:35:44.924 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'git version 2.20.1'
19:35:44.924 [main] DEBUG org.eclipse.jgit.util.FS - remaining output:

19:35:44.924 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [git, config, --system, --edit],/usr/bin
19:35:44.927 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return '/etc/gitconfig'
19:35:44.927 [main] DEBUG org.eclipse.jgit.util.FS - remaining output:

19:35:44.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config, isRacyClean=false, read=2020-12-01 19:35:44.915000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344915000000 ns, racy<=2500000000 ns
19:35:44.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config, is unmodified
19:35:44.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
19:35:44.932 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/etc/gitconfig]
19:35:44.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config, isRacyClean=false, read=2020-12-01 19:35:44.915000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344915000000 ns, racy<=2500000000 ns
19:35:44.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config, is unmodified
19:35:44.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:44.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:44.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
19:35:44.933 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig]
19:35:44.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config, isRacyClean=false, read=2020-12-01 19:35:44.915000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344915000000 ns, racy<=2500000000 ns
19:35:44.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config, is unmodified
19:35:44.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:44.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:44.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:44.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:44.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=false, read=2020-12-01 19:35:44.934000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344934000000 ns, racy<=2500000000 ns
19:35:44.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is unmodified
19:35:44.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config, isRacyClean=false, read=2020-12-01 19:35:44.915000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344915000000 ns, racy<=2500000000 ns
19:35:44.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config, is unmodified
19:35:44.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:44.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:44.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:44.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:44.956 [FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-1,5,main]: start measure timestamp resolution / (rootfs) in /tmp/junit3855568821039302193
19:35:44.968 [FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-1,5,main]: end measure timestamp resolution / (rootfs) in /tmp/junit3855568821039302193
19:35:45.007 [FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-1,5,main]: start measure minimal racy interval in /tmp/junit3855568821039302193
19:35:45.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.009000000, lastModified=2020-12-01 19:35:45.008154000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.008154000 to 2020-12-01 19:35:45.011154000
19:35:45.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.012000000, lastModified=2020-12-01 19:35:45.011154000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.011154000 to 2020-12-01 19:35:45.012154000
19:35:45.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.013000000, lastModified=2020-12-01 19:35:45.013154000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.013000000, lastModified=2020-12-01 19:35:45.013154000, delta=-154000 ns, racy<=2502500 ns
19:35:45.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.014000000, lastModified=2020-12-01 19:35:45.014154000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.014000000, lastModified=2020-12-01 19:35:45.014154000, delta=-154000 ns, racy<=2502500 ns
19:35:45.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.015000000, lastModified=2020-12-01 19:35:45.015154000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.015000000, lastModified=2020-12-01 19:35:45.015154000, delta=-154000 ns, racy<=2502500 ns
19:35:45.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.016000000, lastModified=2020-12-01 19:35:45.016154000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.016000000, lastModified=2020-12-01 19:35:45.016154000, delta=-154000 ns, racy<=2502500 ns
19:35:45.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.017000000, lastModified=2020-12-01 19:35:45.017154000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.017000000, lastModified=2020-12-01 19:35:45.017154000, delta=-154000 ns, racy<=2502500 ns
19:35:45.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.018000000, lastModified=2020-12-01 19:35:45.018154000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.018000000, lastModified=2020-12-01 19:35:45.018154000, delta=-154000 ns, racy<=2502500 ns
19:35:45.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.019000000, lastModified=2020-12-01 19:35:45.019154000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.019000000, lastModified=2020-12-01 19:35:45.019154000, delta=-154000 ns, racy<=2502500 ns
19:35:45.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.020000000, lastModified=2020-12-01 19:35:45.020154000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.020154000 to 2020-12-01 19:35:45.021154000
19:35:45.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.022000000, lastModified=2020-12-01 19:35:45.022154000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.022000000, lastModified=2020-12-01 19:35:45.022154000, delta=-154000 ns, racy<=2502500 ns
19:35:45.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.023000000, lastModified=2020-12-01 19:35:45.023154000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.023000000, lastModified=2020-12-01 19:35:45.023154000, delta=-154000 ns, racy<=2502500 ns
19:35:45.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.024000000, lastModified=2020-12-01 19:35:45.024154000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.024000000, lastModified=2020-12-01 19:35:45.024154000, delta=-154000 ns, racy<=2502500 ns
19:35:45.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.025000000, lastModified=2020-12-01 19:35:45.025154000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.025000000, lastModified=2020-12-01 19:35:45.025154000, delta=-154000 ns, racy<=2502500 ns
19:35:45.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.026000000, lastModified=2020-12-01 19:35:45.026154000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.026000000, lastModified=2020-12-01 19:35:45.026154000, delta=-154000 ns, racy<=2502500 ns
19:35:45.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.027000000, lastModified=2020-12-01 19:35:45.027154000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.027000000, lastModified=2020-12-01 19:35:45.027154000, delta=-154000 ns, racy<=2502500 ns
19:35:45.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.028000000, lastModified=2020-12-01 19:35:45.028154000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.028000000, lastModified=2020-12-01 19:35:45.028154000, delta=-154000 ns, racy<=2502500 ns
19:35:45.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.029000000, lastModified=2020-12-01 19:35:45.029154000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.029000000, lastModified=2020-12-01 19:35:45.029154000, delta=-154000 ns, racy<=2502500 ns
19:35:45.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.030000000, lastModified=2020-12-01 19:35:45.030154000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.030000000, lastModified=2020-12-01 19:35:45.030154000, delta=-154000 ns, racy<=2502500 ns
19:35:45.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.066000000, lastModified=2020-12-01 19:35:45.065153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.065153000 to 2020-12-01 19:35:45.080153000
19:35:45.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.081000000, lastModified=2020-12-01 19:35:45.081153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.081000000, lastModified=2020-12-01 19:35:45.081153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.082000000, lastModified=2020-12-01 19:35:45.082153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.082000000, lastModified=2020-12-01 19:35:45.082153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.083000000, lastModified=2020-12-01 19:35:45.083153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.083153000 to 2020-12-01 19:35:45.084153000
19:35:45.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.085000000, lastModified=2020-12-01 19:35:45.085153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.085153000 to 2020-12-01 19:35:45.086153000
19:35:45.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.087000000, lastModified=2020-12-01 19:35:45.086153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.086153000 to 2020-12-01 19:35:45.087153000
19:35:45.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.088000000, lastModified=2020-12-01 19:35:45.087153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.087153000 to 2020-12-01 19:35:45.088153000
19:35:45.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.088000000, lastModified=2020-12-01 19:35:45.088153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.088000000, lastModified=2020-12-01 19:35:45.088153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.089000000, lastModified=2020-12-01 19:35:45.089153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.089000000, lastModified=2020-12-01 19:35:45.089153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.090000000, lastModified=2020-12-01 19:35:45.090153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.090153000 to 2020-12-01 19:35:45.091153000
19:35:45.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.092000000, lastModified=2020-12-01 19:35:45.091153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.091153000 to 2020-12-01 19:35:45.092153000
19:35:45.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.092000000, lastModified=2020-12-01 19:35:45.092153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.092000000, lastModified=2020-12-01 19:35:45.092153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.093000000, lastModified=2020-12-01 19:35:45.093153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.093000000, lastModified=2020-12-01 19:35:45.093153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.094000000, lastModified=2020-12-01 19:35:45.094153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.094000000, lastModified=2020-12-01 19:35:45.094153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.095 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.095 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.095000000, lastModified=2020-12-01 19:35:45.094153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.095 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.094153000 to 2020-12-01 19:35:45.095153000
19:35:45.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.096000000, lastModified=2020-12-01 19:35:45.096153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.096153000 to 2020-12-01 19:35:45.097153000
19:35:45.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.097000000, lastModified=2020-12-01 19:35:45.097153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.097000000, lastModified=2020-12-01 19:35:45.097153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.098000000, lastModified=2020-12-01 19:35:45.098153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.098153000 to 2020-12-01 19:35:45.104153000
19:35:45.105 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.105000000, lastModified=2020-12-01 19:35:45.104153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.105 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.104153000 to 2020-12-01 19:35:45.105153000
19:35:45.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.105000000, lastModified=2020-12-01 19:35:45.105153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.105000000, lastModified=2020-12-01 19:35:45.105153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.106000000, lastModified=2020-12-01 19:35:45.106153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.106000000, lastModified=2020-12-01 19:35:45.106153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.107000000, lastModified=2020-12-01 19:35:45.107153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.107000000, lastModified=2020-12-01 19:35:45.107153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.108000000, lastModified=2020-12-01 19:35:45.108153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.108000000, lastModified=2020-12-01 19:35:45.108153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.109000000, lastModified=2020-12-01 19:35:45.108153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.108153000 to 2020-12-01 19:35:45.110153000
19:35:45.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.111000000, lastModified=2020-12-01 19:35:45.110153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.110153000 to 2020-12-01 19:35:45.111153000
19:35:45.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.111000000, lastModified=2020-12-01 19:35:45.111153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.111000000, lastModified=2020-12-01 19:35:45.111153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.112000000, lastModified=2020-12-01 19:35:45.112153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.112000000, lastModified=2020-12-01 19:35:45.112153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.113000000, lastModified=2020-12-01 19:35:45.113153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.113153000 to 2020-12-01 19:35:45.114153000
19:35:45.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.115000000, lastModified=2020-12-01 19:35:45.115153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.115000000, lastModified=2020-12-01 19:35:45.115153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.116000000, lastModified=2020-12-01 19:35:45.116153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.116000000, lastModified=2020-12-01 19:35:45.116153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.117000000, lastModified=2020-12-01 19:35:45.117153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.117000000, lastModified=2020-12-01 19:35:45.117153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.118000000, lastModified=2020-12-01 19:35:45.117153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.117153000 to 2020-12-01 19:35:45.118153000
19:35:45.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.118000000, lastModified=2020-12-01 19:35:45.118153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.118000000, lastModified=2020-12-01 19:35:45.118153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.119000000, lastModified=2020-12-01 19:35:45.119153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.119000000, lastModified=2020-12-01 19:35:45.119153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.120000000, lastModified=2020-12-01 19:35:45.120153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.120000000, lastModified=2020-12-01 19:35:45.120153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.121000000, lastModified=2020-12-01 19:35:45.120153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.120153000 to 2020-12-01 19:35:45.121153000
19:35:45.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.122000000, lastModified=2020-12-01 19:35:45.121153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.123 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.121153000 to 2020-12-01 19:35:45.123153000
19:35:45.123 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.123000000, lastModified=2020-12-01 19:35:45.123153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.124 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.123000000, lastModified=2020-12-01 19:35:45.123153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.124 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.124 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.124000000, lastModified=2020-12-01 19:35:45.124153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.124000000, lastModified=2020-12-01 19:35:45.124153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.125000000, lastModified=2020-12-01 19:35:45.125153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.125000000, lastModified=2020-12-01 19:35:45.125153000, delta=-153000 ns, racy<=2502500 ns
19:35:45.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.126000000, lastModified=2020-12-01 19:35:45.125153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.125153000 to 2020-12-01 19:35:45.126153000
19:35:45.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.127000000, lastModified=2020-12-01 19:35:45.126153000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.126153000 to 2020-12-01 19:35:45.127152000
19:35:45.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.127000000, lastModified=2020-12-01 19:35:45.127152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.127000000, lastModified=2020-12-01 19:35:45.127152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.128000000, lastModified=2020-12-01 19:35:45.128152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.128000000, lastModified=2020-12-01 19:35:45.128152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.129000000, lastModified=2020-12-01 19:35:45.129152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.129000000, lastModified=2020-12-01 19:35:45.129152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.130000000, lastModified=2020-12-01 19:35:45.130152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.130000000, lastModified=2020-12-01 19:35:45.130152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.131000000, lastModified=2020-12-01 19:35:45.131152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.131000000, lastModified=2020-12-01 19:35:45.131152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.143000000, lastModified=2020-12-01 19:35:45.143152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.143000000, lastModified=2020-12-01 19:35:45.143152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.144000000, lastModified=2020-12-01 19:35:45.144152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.144000000, lastModified=2020-12-01 19:35:45.144152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.145000000, lastModified=2020-12-01 19:35:45.145152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.145000000, lastModified=2020-12-01 19:35:45.145152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.146000000, lastModified=2020-12-01 19:35:45.146152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.146000000, lastModified=2020-12-01 19:35:45.146152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.147000000, lastModified=2020-12-01 19:35:45.147152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.147000000, lastModified=2020-12-01 19:35:45.147152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.148000000, lastModified=2020-12-01 19:35:45.147152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.147152000 to 2020-12-01 19:35:45.148152000
19:35:45.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.148000000, lastModified=2020-12-01 19:35:45.148152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.148000000, lastModified=2020-12-01 19:35:45.148152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.149000000, lastModified=2020-12-01 19:35:45.149152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.149000000, lastModified=2020-12-01 19:35:45.149152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.150000000, lastModified=2020-12-01 19:35:45.150152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.150000000, lastModified=2020-12-01 19:35:45.150152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.151000000, lastModified=2020-12-01 19:35:45.150152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.150152000 to 2020-12-01 19:35:45.151152000
19:35:45.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.152000000, lastModified=2020-12-01 19:35:45.151152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.151152000 to 2020-12-01 19:35:45.152152000
19:35:45.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.153000000, lastModified=2020-12-01 19:35:45.152152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.152152000 to 2020-12-01 19:35:45.153152000
19:35:45.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.154000000, lastModified=2020-12-01 19:35:45.153152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.153152000 to 2020-12-01 19:35:45.154152000
19:35:45.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.154000000, lastModified=2020-12-01 19:35:45.154152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.154000000, lastModified=2020-12-01 19:35:45.154152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.155000000, lastModified=2020-12-01 19:35:45.155152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.155000000, lastModified=2020-12-01 19:35:45.155152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.156000000, lastModified=2020-12-01 19:35:45.156152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.156000000, lastModified=2020-12-01 19:35:45.156152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.157000000, lastModified=2020-12-01 19:35:45.157152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.157000000, lastModified=2020-12-01 19:35:45.157152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.158000000, lastModified=2020-12-01 19:35:45.158152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.158000000, lastModified=2020-12-01 19:35:45.158152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.159000000, lastModified=2020-12-01 19:35:45.158152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.158152000 to 2020-12-01 19:35:45.159152000
19:35:45.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.159000000, lastModified=2020-12-01 19:35:45.159152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.159152000 to 2020-12-01 19:35:45.160152000
19:35:45.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.160000000, lastModified=2020-12-01 19:35:45.160152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.160000000, lastModified=2020-12-01 19:35:45.160152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.161000000, lastModified=2020-12-01 19:35:45.161152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.161000000, lastModified=2020-12-01 19:35:45.161152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.162000000, lastModified=2020-12-01 19:35:45.161152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.161152000 to 2020-12-01 19:35:45.162152000
19:35:45.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.162000000, lastModified=2020-12-01 19:35:45.162152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.162000000, lastModified=2020-12-01 19:35:45.162152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.163000000, lastModified=2020-12-01 19:35:45.163152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.163000000, lastModified=2020-12-01 19:35:45.163152000, delta=-152000 ns, racy<=2502500 ns
19:35:45.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.206000000, lastModified=2020-12-01 19:35:45.163152000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.163152000 to 2020-12-01 19:35:45.209151000
19:35:45.281 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.281000000, lastModified=2020-12-01 19:35:45.280150000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.280150000 to 2020-12-01 19:35:45.317150000
19:35:45.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.319000000, lastModified=2020-12-01 19:35:45.319150000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.357 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.319150000 to 2020-12-01 19:35:45.356149000
19:35:45.384 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.384000000, lastModified=2020-12-01 19:35:45.383149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.385 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.383149000 to 2020-12-01 19:35:45.384149000
19:35:45.385 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.385000000, lastModified=2020-12-01 19:35:45.384149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.385 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.384149000 to 2020-12-01 19:35:45.385149000
19:35:45.386 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.385000000, lastModified=2020-12-01 19:35:45.385149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.386 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.385000000, lastModified=2020-12-01 19:35:45.385149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.386 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.386 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.386000000, lastModified=2020-12-01 19:35:45.386149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.387 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.386000000, lastModified=2020-12-01 19:35:45.386149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.387 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.387 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.387000000, lastModified=2020-12-01 19:35:45.387149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.387 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.387000000, lastModified=2020-12-01 19:35:45.387149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.388 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.388 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.388000000, lastModified=2020-12-01 19:35:45.387149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.388 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.387149000 to 2020-12-01 19:35:45.388149000
19:35:45.389 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.388000000, lastModified=2020-12-01 19:35:45.388149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.389 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.388000000, lastModified=2020-12-01 19:35:45.388149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.389 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.389 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.389000000, lastModified=2020-12-01 19:35:45.389149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.390 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.389000000, lastModified=2020-12-01 19:35:45.389149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.390 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.391 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.390000000, lastModified=2020-12-01 19:35:45.390149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.391 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.390000000, lastModified=2020-12-01 19:35:45.390149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.391 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.391 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.391000000, lastModified=2020-12-01 19:35:45.391149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.392 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.391000000, lastModified=2020-12-01 19:35:45.391149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.392 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.392 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.392000000, lastModified=2020-12-01 19:35:45.392149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.392 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.392000000, lastModified=2020-12-01 19:35:45.392149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.392 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.393 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.393000000, lastModified=2020-12-01 19:35:45.392149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.393 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.392149000 to 2020-12-01 19:35:45.393149000
19:35:45.393 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.393000000, lastModified=2020-12-01 19:35:45.393149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.394 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.393000000, lastModified=2020-12-01 19:35:45.393149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.394 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.394 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.394000000, lastModified=2020-12-01 19:35:45.394149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.394 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.394000000, lastModified=2020-12-01 19:35:45.394149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.394 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.395 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.395000000, lastModified=2020-12-01 19:35:45.394149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.395 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.394149000 to 2020-12-01 19:35:45.395149000
19:35:45.395 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.395000000, lastModified=2020-12-01 19:35:45.395149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.396 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.395000000, lastModified=2020-12-01 19:35:45.395149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.396 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.396 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.396000000, lastModified=2020-12-01 19:35:45.396149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.397 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.396000000, lastModified=2020-12-01 19:35:45.396149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.397 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.397 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.397000000, lastModified=2020-12-01 19:35:45.396149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.397 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.396149000 to 2020-12-01 19:35:45.397149000
19:35:45.398 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.397000000, lastModified=2020-12-01 19:35:45.397149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.398 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.397149000 to 2020-12-01 19:35:45.398149000
19:35:45.398 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.398000000, lastModified=2020-12-01 19:35:45.398149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.399 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.398149000 to 2020-12-01 19:35:45.399149000
19:35:45.400 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.399000000, lastModified=2020-12-01 19:35:45.399149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.400 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.399000000, lastModified=2020-12-01 19:35:45.399149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.400 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.400 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.400000000, lastModified=2020-12-01 19:35:45.400149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.401 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.400000000, lastModified=2020-12-01 19:35:45.400149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.401 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.401 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.401000000, lastModified=2020-12-01 19:35:45.401149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.401 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.401000000, lastModified=2020-12-01 19:35:45.401149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.401 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.402 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.402000000, lastModified=2020-12-01 19:35:45.401149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.402 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.401149000 to 2020-12-01 19:35:45.402149000
19:35:45.403 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.402000000, lastModified=2020-12-01 19:35:45.402149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.403 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.402000000, lastModified=2020-12-01 19:35:45.402149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.403 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.403 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.403000000, lastModified=2020-12-01 19:35:45.403149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.404 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.403000000, lastModified=2020-12-01 19:35:45.403149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.404 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.404 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.404000000, lastModified=2020-12-01 19:35:45.404149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.405 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.404000000, lastModified=2020-12-01 19:35:45.404149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.405 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.405 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.405000000, lastModified=2020-12-01 19:35:45.405149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.406 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.405000000, lastModified=2020-12-01 19:35:45.405149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.406 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.406 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.406000000, lastModified=2020-12-01 19:35:45.405149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.407 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.405149000 to 2020-12-01 19:35:45.406149000
19:35:45.407 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.407000000, lastModified=2020-12-01 19:35:45.407149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.407 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.407000000, lastModified=2020-12-01 19:35:45.407149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.407 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.408 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.408000000, lastModified=2020-12-01 19:35:45.407149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.408 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.407149000 to 2020-12-01 19:35:45.408149000
19:35:45.408 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.408000000, lastModified=2020-12-01 19:35:45.408149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.409 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.408000000, lastModified=2020-12-01 19:35:45.408149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.409 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.409 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.409000000, lastModified=2020-12-01 19:35:45.409149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.410 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.409000000, lastModified=2020-12-01 19:35:45.409149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.410 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.410 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.410000000, lastModified=2020-12-01 19:35:45.409149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.410 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.409149000 to 2020-12-01 19:35:45.410149000
19:35:45.411 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.410000000, lastModified=2020-12-01 19:35:45.410149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.411 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.410149000 to 2020-12-01 19:35:45.411149000
19:35:45.411 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.411000000, lastModified=2020-12-01 19:35:45.411149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.411000000, lastModified=2020-12-01 19:35:45.411149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.412000000, lastModified=2020-12-01 19:35:45.411149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.411149000 to 2020-12-01 19:35:45.412149000
19:35:45.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.412000000, lastModified=2020-12-01 19:35:45.412149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.412000000, lastModified=2020-12-01 19:35:45.412149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.413000000, lastModified=2020-12-01 19:35:45.413149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.413000000, lastModified=2020-12-01 19:35:45.413149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.414000000, lastModified=2020-12-01 19:35:45.414149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.414000000, lastModified=2020-12-01 19:35:45.414149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.415 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.415 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.415000000, lastModified=2020-12-01 19:35:45.414149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.415 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.414149000 to 2020-12-01 19:35:45.415149000
19:35:45.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.416000000, lastModified=2020-12-01 19:35:45.415149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.415149000 to 2020-12-01 19:35:45.416149000
19:35:45.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.416000000, lastModified=2020-12-01 19:35:45.416149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.416000000, lastModified=2020-12-01 19:35:45.416149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.417000000, lastModified=2020-12-01 19:35:45.417149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.417000000, lastModified=2020-12-01 19:35:45.417149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.418000000, lastModified=2020-12-01 19:35:45.418149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.418000000, lastModified=2020-12-01 19:35:45.418149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.419000000, lastModified=2020-12-01 19:35:45.419149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.419000000, lastModified=2020-12-01 19:35:45.419149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.420000000, lastModified=2020-12-01 19:35:45.420149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.420000000, lastModified=2020-12-01 19:35:45.420149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.421000000, lastModified=2020-12-01 19:35:45.420149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.420149000 to 2020-12-01 19:35:45.421149000
19:35:45.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.421000000, lastModified=2020-12-01 19:35:45.421149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.421000000, lastModified=2020-12-01 19:35:45.421149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.422000000, lastModified=2020-12-01 19:35:45.422149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.422000000, lastModified=2020-12-01 19:35:45.422149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.423000000, lastModified=2020-12-01 19:35:45.422149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.422149000 to 2020-12-01 19:35:45.423149000
19:35:45.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.423000000, lastModified=2020-12-01 19:35:45.423149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.423000000, lastModified=2020-12-01 19:35:45.423149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.424000000, lastModified=2020-12-01 19:35:45.424149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.424000000, lastModified=2020-12-01 19:35:45.424149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.425000000, lastModified=2020-12-01 19:35:45.424149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.424149000 to 2020-12-01 19:35:45.425149000
19:35:45.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.425000000, lastModified=2020-12-01 19:35:45.425149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.425000000, lastModified=2020-12-01 19:35:45.425149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.426000000, lastModified=2020-12-01 19:35:45.426149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.426000000, lastModified=2020-12-01 19:35:45.426149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.427000000, lastModified=2020-12-01 19:35:45.426149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.426149000 to 2020-12-01 19:35:45.427149000
19:35:45.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.427000000, lastModified=2020-12-01 19:35:45.427149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.427000000, lastModified=2020-12-01 19:35:45.427149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.428000000, lastModified=2020-12-01 19:35:45.428149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.428000000, lastModified=2020-12-01 19:35:45.428149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.429000000, lastModified=2020-12-01 19:35:45.428149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.428149000 to 2020-12-01 19:35:45.429149000
19:35:45.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.429000000, lastModified=2020-12-01 19:35:45.429149000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.429000000, lastModified=2020-12-01 19:35:45.429149000, delta=-149000 ns, racy<=2502500 ns
19:35:45.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.430000000, lastModified=2020-12-01 19:35:45.430148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.430000000, lastModified=2020-12-01 19:35:45.430148000, delta=-148000 ns, racy<=2502500 ns
19:35:45.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.431000000, lastModified=2020-12-01 19:35:45.430148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.430148000 to 2020-12-01 19:35:45.431148000
19:35:45.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.431000000, lastModified=2020-12-01 19:35:45.431148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.431000000, lastModified=2020-12-01 19:35:45.431148000, delta=-148000 ns, racy<=2502500 ns
19:35:45.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.432000000, lastModified=2020-12-01 19:35:45.432148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.432000000, lastModified=2020-12-01 19:35:45.432148000, delta=-148000 ns, racy<=2502500 ns
19:35:45.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.433000000, lastModified=2020-12-01 19:35:45.433148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.433000000, lastModified=2020-12-01 19:35:45.433148000, delta=-148000 ns, racy<=2502500 ns
19:35:45.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.434000000, lastModified=2020-12-01 19:35:45.434148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.434000000, lastModified=2020-12-01 19:35:45.434148000, delta=-148000 ns, racy<=2502500 ns
19:35:45.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.435000000, lastModified=2020-12-01 19:35:45.434148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.434148000 to 2020-12-01 19:35:45.435148000
19:35:45.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.436000000, lastModified=2020-12-01 19:35:45.435148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.435148000 to 2020-12-01 19:35:45.436148000
19:35:45.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.437000000, lastModified=2020-12-01 19:35:45.436148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.436148000 to 2020-12-01 19:35:45.437148000
19:35:45.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.437000000, lastModified=2020-12-01 19:35:45.437148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.437000000, lastModified=2020-12-01 19:35:45.437148000, delta=-148000 ns, racy<=2502500 ns
19:35:45.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.438000000, lastModified=2020-12-01 19:35:45.438148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.438000000, lastModified=2020-12-01 19:35:45.438148000, delta=-148000 ns, racy<=2502500 ns
19:35:45.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.439000000, lastModified=2020-12-01 19:35:45.438148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.438148000 to 2020-12-01 19:35:45.439148000
19:35:45.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.439000000, lastModified=2020-12-01 19:35:45.439148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.439000000, lastModified=2020-12-01 19:35:45.439148000, delta=-148000 ns, racy<=2502500 ns
19:35:45.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.440000000, lastModified=2020-12-01 19:35:45.440148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.440000000, lastModified=2020-12-01 19:35:45.440148000, delta=-148000 ns, racy<=2502500 ns
19:35:45.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.441000000, lastModified=2020-12-01 19:35:45.440148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.440148000 to 2020-12-01 19:35:45.441148000
19:35:45.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.441000000, lastModified=2020-12-01 19:35:45.441148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.441000000, lastModified=2020-12-01 19:35:45.441148000, delta=-148000 ns, racy<=2502500 ns
19:35:45.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.442000000, lastModified=2020-12-01 19:35:45.442148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.442000000, lastModified=2020-12-01 19:35:45.442148000, delta=-148000 ns, racy<=2502500 ns
19:35:45.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.443000000, lastModified=2020-12-01 19:35:45.442148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.442148000 to 2020-12-01 19:35:45.443148000
19:35:45.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.443000000, lastModified=2020-12-01 19:35:45.443148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.443000000, lastModified=2020-12-01 19:35:45.443148000, delta=-148000 ns, racy<=2502500 ns
19:35:45.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.444000000, lastModified=2020-12-01 19:35:45.444148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.444000000, lastModified=2020-12-01 19:35:45.444148000, delta=-148000 ns, racy<=2502500 ns
19:35:45.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.445000000, lastModified=2020-12-01 19:35:45.444148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.444148000 to 2020-12-01 19:35:45.445148000
19:35:45.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.446000000, lastModified=2020-12-01 19:35:45.445148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.445148000 to 2020-12-01 19:35:45.447148000
19:35:45.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.448000000, lastModified=2020-12-01 19:35:45.448148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.448000000, lastModified=2020-12-01 19:35:45.448148000, delta=-148000 ns, racy<=2502500 ns
19:35:45.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.449000000, lastModified=2020-12-01 19:35:45.448148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.448148000 to 2020-12-01 19:35:45.449148000
19:35:45.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.449000000, lastModified=2020-12-01 19:35:45.449148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.449000000, lastModified=2020-12-01 19:35:45.449148000, delta=-148000 ns, racy<=2502500 ns
19:35:45.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.450000000, lastModified=2020-12-01 19:35:45.450148000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.450148000 to 2020-12-01 19:35:45.506147000
19:35:45.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.506000000, lastModified=2020-12-01 19:35:45.506147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.506000000, lastModified=2020-12-01 19:35:45.506147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.507000000, lastModified=2020-12-01 19:35:45.507147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.507000000, lastModified=2020-12-01 19:35:45.507147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.508000000, lastModified=2020-12-01 19:35:45.507147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.507147000 to 2020-12-01 19:35:45.509147000
19:35:45.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.509000000, lastModified=2020-12-01 19:35:45.509147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.509000000, lastModified=2020-12-01 19:35:45.509147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.510000000, lastModified=2020-12-01 19:35:45.510147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.510000000, lastModified=2020-12-01 19:35:45.510147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.511000000, lastModified=2020-12-01 19:35:45.510147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.510147000 to 2020-12-01 19:35:45.511147000
19:35:45.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.511000000, lastModified=2020-12-01 19:35:45.511147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.511147000 to 2020-12-01 19:35:45.512147000
19:35:45.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.512000000, lastModified=2020-12-01 19:35:45.512147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.512000000, lastModified=2020-12-01 19:35:45.512147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.527000000, lastModified=2020-12-01 19:35:45.527147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.527000000, lastModified=2020-12-01 19:35:45.527147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.528000000, lastModified=2020-12-01 19:35:45.528147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.528000000, lastModified=2020-12-01 19:35:45.528147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.529000000, lastModified=2020-12-01 19:35:45.529147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.529000000, lastModified=2020-12-01 19:35:45.529147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.530000000, lastModified=2020-12-01 19:35:45.529147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.530000000, lastModified=2020-12-01 19:35:45.529147000, delta=853000 ns, racy<=2502500 ns
19:35:45.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.531000000, lastModified=2020-12-01 19:35:45.531147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.531000000, lastModified=2020-12-01 19:35:45.531147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.532000000, lastModified=2020-12-01 19:35:45.531147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.531147000 to 2020-12-01 19:35:45.532147000
19:35:45.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.532000000, lastModified=2020-12-01 19:35:45.532147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.532000000, lastModified=2020-12-01 19:35:45.532147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.533000000, lastModified=2020-12-01 19:35:45.532147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.532147000 to 2020-12-01 19:35:45.533147000
19:35:45.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.533000000, lastModified=2020-12-01 19:35:45.533147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.533000000, lastModified=2020-12-01 19:35:45.533147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.534000000, lastModified=2020-12-01 19:35:45.534147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.534000000, lastModified=2020-12-01 19:35:45.534147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.535000000, lastModified=2020-12-01 19:35:45.534147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.534147000 to 2020-12-01 19:35:45.535147000
19:35:45.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.535000000, lastModified=2020-12-01 19:35:45.535147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.535000000, lastModified=2020-12-01 19:35:45.535147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.538000000, lastModified=2020-12-01 19:35:45.538147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.538147000 to 2020-12-01 19:35:45.539147000
19:35:45.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.539000000, lastModified=2020-12-01 19:35:45.539147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.539000000, lastModified=2020-12-01 19:35:45.539147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.540000000, lastModified=2020-12-01 19:35:45.539147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.539147000 to 2020-12-01 19:35:45.540147000
19:35:45.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.540000000, lastModified=2020-12-01 19:35:45.540147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.540000000, lastModified=2020-12-01 19:35:45.540147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.541000000, lastModified=2020-12-01 19:35:45.540147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.540147000 to 2020-12-01 19:35:45.541147000
19:35:45.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.541000000, lastModified=2020-12-01 19:35:45.541147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.541000000, lastModified=2020-12-01 19:35:45.541147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.542000000, lastModified=2020-12-01 19:35:45.542147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.542000000, lastModified=2020-12-01 19:35:45.542147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.542000000, lastModified=2020-12-01 19:35:45.542147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.542000000, lastModified=2020-12-01 19:35:45.542147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.543000000, lastModified=2020-12-01 19:35:45.543147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.543000000, lastModified=2020-12-01 19:35:45.543147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.544000000, lastModified=2020-12-01 19:35:45.543147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.543147000 to 2020-12-01 19:35:45.544147000
19:35:45.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.544000000, lastModified=2020-12-01 19:35:45.544147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.544000000, lastModified=2020-12-01 19:35:45.544147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.545000000, lastModified=2020-12-01 19:35:45.544147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.544147000 to 2020-12-01 19:35:45.545147000
19:35:45.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.545000000, lastModified=2020-12-01 19:35:45.545147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.545000000, lastModified=2020-12-01 19:35:45.545147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.546000000, lastModified=2020-12-01 19:35:45.545147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.545147000 to 2020-12-01 19:35:45.546147000
19:35:45.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.546000000, lastModified=2020-12-01 19:35:45.546147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.546000000, lastModified=2020-12-01 19:35:45.546147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.547000000, lastModified=2020-12-01 19:35:45.547147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.547000000, lastModified=2020-12-01 19:35:45.547147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.548000000, lastModified=2020-12-01 19:35:45.547147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.548000000, lastModified=2020-12-01 19:35:45.547147000, delta=853000 ns, racy<=2502500 ns
19:35:45.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.548000000, lastModified=2020-12-01 19:35:45.548147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.548000000, lastModified=2020-12-01 19:35:45.548147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.549000000, lastModified=2020-12-01 19:35:45.548147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.549000000, lastModified=2020-12-01 19:35:45.548147000, delta=853000 ns, racy<=2502500 ns
19:35:45.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.549000000, lastModified=2020-12-01 19:35:45.549147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.549000000, lastModified=2020-12-01 19:35:45.549147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.550000000, lastModified=2020-12-01 19:35:45.549147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.549147000 to 2020-12-01 19:35:45.550147000
19:35:45.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.550000000, lastModified=2020-12-01 19:35:45.550147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.550000000, lastModified=2020-12-01 19:35:45.550147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.551000000, lastModified=2020-12-01 19:35:45.550147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.550147000 to 2020-12-01 19:35:45.551147000
19:35:45.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.551000000, lastModified=2020-12-01 19:35:45.551147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.551000000, lastModified=2020-12-01 19:35:45.551147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.552000000, lastModified=2020-12-01 19:35:45.551147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.551147000 to 2020-12-01 19:35:45.552147000
19:35:45.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.552000000, lastModified=2020-12-01 19:35:45.552147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.552000000, lastModified=2020-12-01 19:35:45.552147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.553000000, lastModified=2020-12-01 19:35:45.552147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.552147000 to 2020-12-01 19:35:45.553147000
19:35:45.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.553000000, lastModified=2020-12-01 19:35:45.553147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.553000000, lastModified=2020-12-01 19:35:45.553147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.554000000, lastModified=2020-12-01 19:35:45.554147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.554000000, lastModified=2020-12-01 19:35:45.554147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.555000000, lastModified=2020-12-01 19:35:45.554147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.555000000, lastModified=2020-12-01 19:35:45.554147000, delta=853000 ns, racy<=2502500 ns
19:35:45.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.555000000, lastModified=2020-12-01 19:35:45.555147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.555000000, lastModified=2020-12-01 19:35:45.555147000, delta=-147000 ns, racy<=2502500 ns
19:35:45.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.556000000, lastModified=2020-12-01 19:35:45.555147000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.556000000, lastModified=2020-12-01 19:35:45.555147000, delta=853000 ns, racy<=2502500 ns
19:35:45.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.606000000, lastModified=2020-12-01 19:35:45.606146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.606000000, lastModified=2020-12-01 19:35:45.606146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.607000000, lastModified=2020-12-01 19:35:45.607146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.607000000, lastModified=2020-12-01 19:35:45.607146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.608000000, lastModified=2020-12-01 19:35:45.607146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.608000000, lastModified=2020-12-01 19:35:45.607146000, delta=854000 ns, racy<=2502500 ns
19:35:45.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.608000000, lastModified=2020-12-01 19:35:45.608146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.608000000, lastModified=2020-12-01 19:35:45.608146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.609000000, lastModified=2020-12-01 19:35:45.608146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.608146000 to 2020-12-01 19:35:45.609146000
19:35:45.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.609000000, lastModified=2020-12-01 19:35:45.609146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.609000000, lastModified=2020-12-01 19:35:45.609146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.610000000, lastModified=2020-12-01 19:35:45.610146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.610000000, lastModified=2020-12-01 19:35:45.610146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.610000000, lastModified=2020-12-01 19:35:45.610146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.610000000, lastModified=2020-12-01 19:35:45.610146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.611000000, lastModified=2020-12-01 19:35:45.611146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.611000000, lastModified=2020-12-01 19:35:45.611146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.612000000, lastModified=2020-12-01 19:35:45.611146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.611146000 to 2020-12-01 19:35:45.612146000
19:35:45.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.612000000, lastModified=2020-12-01 19:35:45.612146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.612000000, lastModified=2020-12-01 19:35:45.612146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.613000000, lastModified=2020-12-01 19:35:45.612146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.612146000 to 2020-12-01 19:35:45.613146000
19:35:45.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.613000000, lastModified=2020-12-01 19:35:45.613146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.613000000, lastModified=2020-12-01 19:35:45.613146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.614000000, lastModified=2020-12-01 19:35:45.613146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.613146000 to 2020-12-01 19:35:45.614146000
19:35:45.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.614000000, lastModified=2020-12-01 19:35:45.614146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.614000000, lastModified=2020-12-01 19:35:45.614146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.615000000, lastModified=2020-12-01 19:35:45.615146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.615000000, lastModified=2020-12-01 19:35:45.615146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.616000000, lastModified=2020-12-01 19:35:45.615146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.616000000, lastModified=2020-12-01 19:35:45.615146000, delta=854000 ns, racy<=2502500 ns
19:35:45.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.616000000, lastModified=2020-12-01 19:35:45.616146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.616000000, lastModified=2020-12-01 19:35:45.616146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.617000000, lastModified=2020-12-01 19:35:45.616146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.616146000 to 2020-12-01 19:35:45.617146000
19:35:45.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.617000000, lastModified=2020-12-01 19:35:45.617146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.617000000, lastModified=2020-12-01 19:35:45.617146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.618000000, lastModified=2020-12-01 19:35:45.618146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.618000000, lastModified=2020-12-01 19:35:45.618146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.618000000, lastModified=2020-12-01 19:35:45.618146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.618000000, lastModified=2020-12-01 19:35:45.618146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.619000000, lastModified=2020-12-01 19:35:45.619146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.619000000, lastModified=2020-12-01 19:35:45.619146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.620000000, lastModified=2020-12-01 19:35:45.620146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.620000000, lastModified=2020-12-01 19:35:45.620146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.621000000, lastModified=2020-12-01 19:35:45.620146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.620146000 to 2020-12-01 19:35:45.621146000
19:35:45.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.621000000, lastModified=2020-12-01 19:35:45.621146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.621000000, lastModified=2020-12-01 19:35:45.621146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.622000000, lastModified=2020-12-01 19:35:45.621146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.621146000 to 2020-12-01 19:35:45.622146000
19:35:45.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.622000000, lastModified=2020-12-01 19:35:45.622146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.622000000, lastModified=2020-12-01 19:35:45.622146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.623000000, lastModified=2020-12-01 19:35:45.623146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.623000000, lastModified=2020-12-01 19:35:45.623146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.624000000, lastModified=2020-12-01 19:35:45.623146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.624000000, lastModified=2020-12-01 19:35:45.623146000, delta=854000 ns, racy<=2502500 ns
19:35:45.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.624000000, lastModified=2020-12-01 19:35:45.624146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.624000000, lastModified=2020-12-01 19:35:45.624146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.625000000, lastModified=2020-12-01 19:35:45.624146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.624146000 to 2020-12-01 19:35:45.625146000
19:35:45.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.625000000, lastModified=2020-12-01 19:35:45.625146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.625000000, lastModified=2020-12-01 19:35:45.625146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.626000000, lastModified=2020-12-01 19:35:45.625146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.625146000 to 2020-12-01 19:35:45.626146000
19:35:45.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.626000000, lastModified=2020-12-01 19:35:45.626146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.626000000, lastModified=2020-12-01 19:35:45.626146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.627000000, lastModified=2020-12-01 19:35:45.627146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.627000000, lastModified=2020-12-01 19:35:45.627146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.627000000, lastModified=2020-12-01 19:35:45.627146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.627000000, lastModified=2020-12-01 19:35:45.627146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.628000000, lastModified=2020-12-01 19:35:45.628146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.628000000, lastModified=2020-12-01 19:35:45.628146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.628000000, lastModified=2020-12-01 19:35:45.628146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.628000000, lastModified=2020-12-01 19:35:45.628146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.629000000, lastModified=2020-12-01 19:35:45.628146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.628146000 to 2020-12-01 19:35:45.629146000
19:35:45.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.629000000, lastModified=2020-12-01 19:35:45.629146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.629000000, lastModified=2020-12-01 19:35:45.629146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.630000000, lastModified=2020-12-01 19:35:45.630146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.630000000, lastModified=2020-12-01 19:35:45.630146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.631000000, lastModified=2020-12-01 19:35:45.630146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.630146000 to 2020-12-01 19:35:45.631146000
19:35:45.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.631000000, lastModified=2020-12-01 19:35:45.631146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.631000000, lastModified=2020-12-01 19:35:45.631146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.632000000, lastModified=2020-12-01 19:35:45.631146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.631146000 to 2020-12-01 19:35:45.632146000
19:35:45.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.633000000, lastModified=2020-12-01 19:35:45.632146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.632146000 to 2020-12-01 19:35:45.633146000
19:35:45.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.633000000, lastModified=2020-12-01 19:35:45.633146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.634 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.633000000, lastModified=2020-12-01 19:35:45.633146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.634 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.634 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.634000000, lastModified=2020-12-01 19:35:45.634146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.634 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.634000000, lastModified=2020-12-01 19:35:45.634146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.634 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.635 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.635000000, lastModified=2020-12-01 19:35:45.634146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.635 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.634146000 to 2020-12-01 19:35:45.635146000
19:35:45.635 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.635000000, lastModified=2020-12-01 19:35:45.635146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.635 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.635000000, lastModified=2020-12-01 19:35:45.635146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.636000000, lastModified=2020-12-01 19:35:45.635146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.635146000 to 2020-12-01 19:35:45.636146000
19:35:45.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.636000000, lastModified=2020-12-01 19:35:45.636146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.636000000, lastModified=2020-12-01 19:35:45.636146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.637000000, lastModified=2020-12-01 19:35:45.637146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.637000000, lastModified=2020-12-01 19:35:45.637146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.638 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.638000000, lastModified=2020-12-01 19:35:45.637146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.637146000 to 2020-12-01 19:35:45.646146000
19:35:45.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.647000000, lastModified=2020-12-01 19:35:45.646146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.646146000 to 2020-12-01 19:35:45.647146000
19:35:45.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.647000000, lastModified=2020-12-01 19:35:45.647146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.647000000, lastModified=2020-12-01 19:35:45.647146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.648000000, lastModified=2020-12-01 19:35:45.647146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.647146000 to 2020-12-01 19:35:45.648146000
19:35:45.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.648000000, lastModified=2020-12-01 19:35:45.648146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.648000000, lastModified=2020-12-01 19:35:45.648146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.649000000, lastModified=2020-12-01 19:35:45.648146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.648146000 to 2020-12-01 19:35:45.649146000
19:35:45.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.649000000, lastModified=2020-12-01 19:35:45.649146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.649000000, lastModified=2020-12-01 19:35:45.649146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.650000000, lastModified=2020-12-01 19:35:45.649146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.650000000, lastModified=2020-12-01 19:35:45.649146000, delta=854000 ns, racy<=2502500 ns
19:35:45.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.650000000, lastModified=2020-12-01 19:35:45.650146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.650000000, lastModified=2020-12-01 19:35:45.650146000, delta=-146000 ns, racy<=2502500 ns
19:35:45.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.651000000, lastModified=2020-12-01 19:35:45.650146000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.651000000, lastModified=2020-12-01 19:35:45.650146000, delta=854000 ns, racy<=2502500 ns
19:35:45.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.706000000, lastModified=2020-12-01 19:35:45.706145000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.706000000, lastModified=2020-12-01 19:35:45.706145000, delta=-145000 ns, racy<=2502500 ns
19:35:45.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.707000000, lastModified=2020-12-01 19:35:45.706145000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.706145000 to 2020-12-01 19:35:45.707145000
19:35:45.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.708000000, lastModified=2020-12-01 19:35:45.707145000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.708000000, lastModified=2020-12-01 19:35:45.707145000, delta=855000 ns, racy<=2502500 ns
19:35:45.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.708000000, lastModified=2020-12-01 19:35:45.708145000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.708000000, lastModified=2020-12-01 19:35:45.708145000, delta=-145000 ns, racy<=2502500 ns
19:35:45.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.709000000, lastModified=2020-12-01 19:35:45.708145000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.708145000 to 2020-12-01 19:35:45.709145000
19:35:45.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.709000000, lastModified=2020-12-01 19:35:45.709145000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.709000000, lastModified=2020-12-01 19:35:45.709145000, delta=-145000 ns, racy<=2502500 ns
19:35:45.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.710000000, lastModified=2020-12-01 19:35:45.709145000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.709145000 to 2020-12-01 19:35:45.710145000
19:35:45.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.710000000, lastModified=2020-12-01 19:35:45.710145000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.710000000, lastModified=2020-12-01 19:35:45.710145000, delta=-145000 ns, racy<=2502500 ns
19:35:45.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.730000000, lastModified=2020-12-01 19:35:45.730145000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.730000000, lastModified=2020-12-01 19:35:45.730145000, delta=-145000 ns, racy<=2502500 ns
19:35:45.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.731000000, lastModified=2020-12-01 19:35:45.730145000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.730145000 to 2020-12-01 19:35:45.731145000
19:35:45.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.731000000, lastModified=2020-12-01 19:35:45.731145000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.731000000, lastModified=2020-12-01 19:35:45.731145000, delta=-145000 ns, racy<=2502500 ns
19:35:45.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.732000000, lastModified=2020-12-01 19:35:45.731145000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.731145000 to 2020-12-01 19:35:45.732144000
19:35:45.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.732000000, lastModified=2020-12-01 19:35:45.732144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.732000000, lastModified=2020-12-01 19:35:45.732144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.733000000, lastModified=2020-12-01 19:35:45.732144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.732144000 to 2020-12-01 19:35:45.733144000
19:35:45.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.733000000, lastModified=2020-12-01 19:35:45.733144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.733000000, lastModified=2020-12-01 19:35:45.733144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.734000000, lastModified=2020-12-01 19:35:45.733144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.733144000 to 2020-12-01 19:35:45.734144000
19:35:45.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.734000000, lastModified=2020-12-01 19:35:45.734144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.734000000, lastModified=2020-12-01 19:35:45.734144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.735000000, lastModified=2020-12-01 19:35:45.734144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.734144000 to 2020-12-01 19:35:45.735144000
19:35:45.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.735000000, lastModified=2020-12-01 19:35:45.735144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.735000000, lastModified=2020-12-01 19:35:45.735144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.736000000, lastModified=2020-12-01 19:35:45.735144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.736000000, lastModified=2020-12-01 19:35:45.735144000, delta=856000 ns, racy<=2502500 ns
19:35:45.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.736000000, lastModified=2020-12-01 19:35:45.736144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.736000000, lastModified=2020-12-01 19:35:45.736144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.736000000, lastModified=2020-12-01 19:35:45.736144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.736000000, lastModified=2020-12-01 19:35:45.736144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.737000000, lastModified=2020-12-01 19:35:45.737144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.737000000, lastModified=2020-12-01 19:35:45.737144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.737000000, lastModified=2020-12-01 19:35:45.737144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.737000000, lastModified=2020-12-01 19:35:45.737144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.738000000, lastModified=2020-12-01 19:35:45.738144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.738000000, lastModified=2020-12-01 19:35:45.738144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.738000000, lastModified=2020-12-01 19:35:45.738144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.738000000, lastModified=2020-12-01 19:35:45.738144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.739000000, lastModified=2020-12-01 19:35:45.739144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.739000000, lastModified=2020-12-01 19:35:45.739144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.740000000, lastModified=2020-12-01 19:35:45.739144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.739144000 to 2020-12-01 19:35:45.740144000
19:35:45.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.740000000, lastModified=2020-12-01 19:35:45.740144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.740000000, lastModified=2020-12-01 19:35:45.740144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.741000000, lastModified=2020-12-01 19:35:45.740144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.741000000, lastModified=2020-12-01 19:35:45.740144000, delta=856000 ns, racy<=2502500 ns
19:35:45.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.741000000, lastModified=2020-12-01 19:35:45.741144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.741000000, lastModified=2020-12-01 19:35:45.741144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.742000000, lastModified=2020-12-01 19:35:45.741144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.741144000 to 2020-12-01 19:35:45.742144000
19:35:45.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.742000000, lastModified=2020-12-01 19:35:45.742144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.742000000, lastModified=2020-12-01 19:35:45.742144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.743000000, lastModified=2020-12-01 19:35:45.743144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.743000000, lastModified=2020-12-01 19:35:45.743144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.743000000, lastModified=2020-12-01 19:35:45.743144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.743000000, lastModified=2020-12-01 19:35:45.743144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.744000000, lastModified=2020-12-01 19:35:45.744144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.744000000, lastModified=2020-12-01 19:35:45.744144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.744000000, lastModified=2020-12-01 19:35:45.744144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.744000000, lastModified=2020-12-01 19:35:45.744144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.745000000, lastModified=2020-12-01 19:35:45.745144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.745000000, lastModified=2020-12-01 19:35:45.745144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.745000000, lastModified=2020-12-01 19:35:45.745144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.745000000, lastModified=2020-12-01 19:35:45.745144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.746000000, lastModified=2020-12-01 19:35:45.746144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.746000000, lastModified=2020-12-01 19:35:45.746144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.746000000, lastModified=2020-12-01 19:35:45.746144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.746000000, lastModified=2020-12-01 19:35:45.746144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.747000000, lastModified=2020-12-01 19:35:45.746144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.746144000 to 2020-12-01 19:35:45.747144000
19:35:45.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.747000000, lastModified=2020-12-01 19:35:45.747144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.747000000, lastModified=2020-12-01 19:35:45.747144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.748000000, lastModified=2020-12-01 19:35:45.747144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.747144000 to 2020-12-01 19:35:45.748144000
19:35:45.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.748000000, lastModified=2020-12-01 19:35:45.748144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.748000000, lastModified=2020-12-01 19:35:45.748144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.749000000, lastModified=2020-12-01 19:35:45.748144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.748144000 to 2020-12-01 19:35:45.749144000
19:35:45.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.749000000, lastModified=2020-12-01 19:35:45.749144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.749000000, lastModified=2020-12-01 19:35:45.749144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.750000000, lastModified=2020-12-01 19:35:45.749144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.749144000 to 2020-12-01 19:35:45.750144000
19:35:45.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.750000000, lastModified=2020-12-01 19:35:45.750144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.750000000, lastModified=2020-12-01 19:35:45.750144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.751000000, lastModified=2020-12-01 19:35:45.750144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.750144000 to 2020-12-01 19:35:45.751144000
19:35:45.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.751000000, lastModified=2020-12-01 19:35:45.751144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.751000000, lastModified=2020-12-01 19:35:45.751144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.752000000, lastModified=2020-12-01 19:35:45.751144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.752000000, lastModified=2020-12-01 19:35:45.751144000, delta=856000 ns, racy<=2502500 ns
19:35:45.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.752000000, lastModified=2020-12-01 19:35:45.752144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.752000000, lastModified=2020-12-01 19:35:45.752144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.752000000, lastModified=2020-12-01 19:35:45.752144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.752000000, lastModified=2020-12-01 19:35:45.752144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.753000000, lastModified=2020-12-01 19:35:45.753144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.753000000, lastModified=2020-12-01 19:35:45.753144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.753000000, lastModified=2020-12-01 19:35:45.753144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.753000000, lastModified=2020-12-01 19:35:45.753144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.754000000, lastModified=2020-12-01 19:35:45.753144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.753144000 to 2020-12-01 19:35:45.754144000
19:35:45.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.754000000, lastModified=2020-12-01 19:35:45.754144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.754000000, lastModified=2020-12-01 19:35:45.754144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.755000000, lastModified=2020-12-01 19:35:45.754144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.754144000 to 2020-12-01 19:35:45.755144000
19:35:45.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.755000000, lastModified=2020-12-01 19:35:45.755144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.755000000, lastModified=2020-12-01 19:35:45.755144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.756000000, lastModified=2020-12-01 19:35:45.755144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.756000000, lastModified=2020-12-01 19:35:45.755144000, delta=856000 ns, racy<=2502500 ns
19:35:45.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.756000000, lastModified=2020-12-01 19:35:45.756144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.756000000, lastModified=2020-12-01 19:35:45.756144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.756000000, lastModified=2020-12-01 19:35:45.756144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.756000000, lastModified=2020-12-01 19:35:45.756144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.757000000, lastModified=2020-12-01 19:35:45.757144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.757000000, lastModified=2020-12-01 19:35:45.757144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.757000000, lastModified=2020-12-01 19:35:45.757144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.757000000, lastModified=2020-12-01 19:35:45.757144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.758000000, lastModified=2020-12-01 19:35:45.758144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.758000000, lastModified=2020-12-01 19:35:45.758144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.758000000, lastModified=2020-12-01 19:35:45.758144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.758000000, lastModified=2020-12-01 19:35:45.758144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.759000000, lastModified=2020-12-01 19:35:45.759144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.759000000, lastModified=2020-12-01 19:35:45.759144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.760000000, lastModified=2020-12-01 19:35:45.759144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.760000000, lastModified=2020-12-01 19:35:45.759144000, delta=856000 ns, racy<=2502500 ns
19:35:45.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.760000000, lastModified=2020-12-01 19:35:45.760144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.760000000, lastModified=2020-12-01 19:35:45.760144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.761000000, lastModified=2020-12-01 19:35:45.760144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.761000000, lastModified=2020-12-01 19:35:45.760144000, delta=856000 ns, racy<=2502500 ns
19:35:45.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.761000000, lastModified=2020-12-01 19:35:45.761144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.761000000, lastModified=2020-12-01 19:35:45.761144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.761000000, lastModified=2020-12-01 19:35:45.761144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.761000000, lastModified=2020-12-01 19:35:45.761144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.762000000, lastModified=2020-12-01 19:35:45.762144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.762000000, lastModified=2020-12-01 19:35:45.762144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.762000000, lastModified=2020-12-01 19:35:45.762144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.762000000, lastModified=2020-12-01 19:35:45.762144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.763000000, lastModified=2020-12-01 19:35:45.762144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.762144000 to 2020-12-01 19:35:45.763144000
19:35:45.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.763000000, lastModified=2020-12-01 19:35:45.763144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.763000000, lastModified=2020-12-01 19:35:45.763144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.764000000, lastModified=2020-12-01 19:35:45.763144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.763144000 to 2020-12-01 19:35:45.764144000
19:35:45.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.764000000, lastModified=2020-12-01 19:35:45.764144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.764000000, lastModified=2020-12-01 19:35:45.764144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.765000000, lastModified=2020-12-01 19:35:45.764144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.765000000, lastModified=2020-12-01 19:35:45.764144000, delta=856000 ns, racy<=2502500 ns
19:35:45.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.806000000, lastModified=2020-12-01 19:35:45.806144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.806000000, lastModified=2020-12-01 19:35:45.806144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.807000000, lastModified=2020-12-01 19:35:45.807144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.807000000, lastModified=2020-12-01 19:35:45.807144000, delta=-144000 ns, racy<=2502500 ns
19:35:45.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.808000000, lastModified=2020-12-01 19:35:45.807144000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.807144000 to 2020-12-01 19:35:45.808143000
19:35:45.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.808000000, lastModified=2020-12-01 19:35:45.808143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.808000000, lastModified=2020-12-01 19:35:45.808143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.809000000, lastModified=2020-12-01 19:35:45.809143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.809000000, lastModified=2020-12-01 19:35:45.809143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.809000000, lastModified=2020-12-01 19:35:45.809143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.809000000, lastModified=2020-12-01 19:35:45.809143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.810000000, lastModified=2020-12-01 19:35:45.810143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.810000000, lastModified=2020-12-01 19:35:45.810143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.811000000, lastModified=2020-12-01 19:35:45.810143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.810143000 to 2020-12-01 19:35:45.811143000
19:35:45.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.812000000, lastModified=2020-12-01 19:35:45.812143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.812000000, lastModified=2020-12-01 19:35:45.812143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.813000000, lastModified=2020-12-01 19:35:45.812143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.813000000, lastModified=2020-12-01 19:35:45.812143000, delta=857000 ns, racy<=2502500 ns
19:35:45.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.813000000, lastModified=2020-12-01 19:35:45.813143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.813000000, lastModified=2020-12-01 19:35:45.813143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.813000000, lastModified=2020-12-01 19:35:45.813143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.813000000, lastModified=2020-12-01 19:35:45.813143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.814000000, lastModified=2020-12-01 19:35:45.814143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.814000000, lastModified=2020-12-01 19:35:45.814143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.814000000, lastModified=2020-12-01 19:35:45.814143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.814000000, lastModified=2020-12-01 19:35:45.814143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.815000000, lastModified=2020-12-01 19:35:45.814143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.814143000 to 2020-12-01 19:35:45.815143000
19:35:45.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.815000000, lastModified=2020-12-01 19:35:45.815143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.815000000, lastModified=2020-12-01 19:35:45.815143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.816000000, lastModified=2020-12-01 19:35:45.815143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.816000000, lastModified=2020-12-01 19:35:45.815143000, delta=857000 ns, racy<=2502500 ns
19:35:45.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.816000000, lastModified=2020-12-01 19:35:45.816143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.816000000, lastModified=2020-12-01 19:35:45.816143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.816000000, lastModified=2020-12-01 19:35:45.816143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.816000000, lastModified=2020-12-01 19:35:45.816143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.817000000, lastModified=2020-12-01 19:35:45.816143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.816143000 to 2020-12-01 19:35:45.817143000
19:35:45.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.817000000, lastModified=2020-12-01 19:35:45.817143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.817000000, lastModified=2020-12-01 19:35:45.817143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.818000000, lastModified=2020-12-01 19:35:45.817143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.818000000, lastModified=2020-12-01 19:35:45.817143000, delta=857000 ns, racy<=2502500 ns
19:35:45.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.818000000, lastModified=2020-12-01 19:35:45.818143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.818000000, lastModified=2020-12-01 19:35:45.818143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.818000000, lastModified=2020-12-01 19:35:45.818143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.818000000, lastModified=2020-12-01 19:35:45.818143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.819000000, lastModified=2020-12-01 19:35:45.818143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.818143000 to 2020-12-01 19:35:45.819143000
19:35:45.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.819000000, lastModified=2020-12-01 19:35:45.819143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.819000000, lastModified=2020-12-01 19:35:45.819143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.819000000, lastModified=2020-12-01 19:35:45.819143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.819000000, lastModified=2020-12-01 19:35:45.819143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.820000000, lastModified=2020-12-01 19:35:45.820143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.820000000, lastModified=2020-12-01 19:35:45.820143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.820000000, lastModified=2020-12-01 19:35:45.820143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.820000000, lastModified=2020-12-01 19:35:45.820143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.821000000, lastModified=2020-12-01 19:35:45.820143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.820143000 to 2020-12-01 19:35:45.821143000
19:35:45.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.821000000, lastModified=2020-12-01 19:35:45.821143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.821000000, lastModified=2020-12-01 19:35:45.821143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.822000000, lastModified=2020-12-01 19:35:45.821143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.822000000, lastModified=2020-12-01 19:35:45.821143000, delta=857000 ns, racy<=2502500 ns
19:35:45.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.822000000, lastModified=2020-12-01 19:35:45.822143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.822000000, lastModified=2020-12-01 19:35:45.822143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.822000000, lastModified=2020-12-01 19:35:45.822143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.822000000, lastModified=2020-12-01 19:35:45.822143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.823000000, lastModified=2020-12-01 19:35:45.822143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.822143000 to 2020-12-01 19:35:45.823143000
19:35:45.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.823000000, lastModified=2020-12-01 19:35:45.823143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.823000000, lastModified=2020-12-01 19:35:45.823143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.824000000, lastModified=2020-12-01 19:35:45.823143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.824000000, lastModified=2020-12-01 19:35:45.823143000, delta=857000 ns, racy<=2502500 ns
19:35:45.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.824000000, lastModified=2020-12-01 19:35:45.824143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.824000000, lastModified=2020-12-01 19:35:45.824143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.824000000, lastModified=2020-12-01 19:35:45.824143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.824000000, lastModified=2020-12-01 19:35:45.824143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.825000000, lastModified=2020-12-01 19:35:45.824143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.825000000, lastModified=2020-12-01 19:35:45.824143000, delta=857000 ns, racy<=2502500 ns
19:35:45.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.825000000, lastModified=2020-12-01 19:35:45.825143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.825000000, lastModified=2020-12-01 19:35:45.825143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.825000000, lastModified=2020-12-01 19:35:45.825143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.825000000, lastModified=2020-12-01 19:35:45.825143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.826000000, lastModified=2020-12-01 19:35:45.825143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.825143000 to 2020-12-01 19:35:45.826143000
19:35:45.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.826000000, lastModified=2020-12-01 19:35:45.826143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.826000000, lastModified=2020-12-01 19:35:45.826143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.826000000, lastModified=2020-12-01 19:35:45.826143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.826000000, lastModified=2020-12-01 19:35:45.826143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.827000000, lastModified=2020-12-01 19:35:45.826143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.826143000 to 2020-12-01 19:35:45.827143000
19:35:45.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.827000000, lastModified=2020-12-01 19:35:45.827143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.827000000, lastModified=2020-12-01 19:35:45.827143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.828000000, lastModified=2020-12-01 19:35:45.827143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.828000000, lastModified=2020-12-01 19:35:45.827143000, delta=857000 ns, racy<=2502500 ns
19:35:45.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.828000000, lastModified=2020-12-01 19:35:45.828143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.828000000, lastModified=2020-12-01 19:35:45.828143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.828000000, lastModified=2020-12-01 19:35:45.828143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.828000000, lastModified=2020-12-01 19:35:45.828143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.829000000, lastModified=2020-12-01 19:35:45.828143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.828143000 to 2020-12-01 19:35:45.829143000
19:35:45.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.829000000, lastModified=2020-12-01 19:35:45.829143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.829000000, lastModified=2020-12-01 19:35:45.829143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.830000000, lastModified=2020-12-01 19:35:45.829143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.829143000 to 2020-12-01 19:35:45.830143000
19:35:45.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.830000000, lastModified=2020-12-01 19:35:45.830143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.830000000, lastModified=2020-12-01 19:35:45.830143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.830000000, lastModified=2020-12-01 19:35:45.830143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.830000000, lastModified=2020-12-01 19:35:45.830143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.831000000, lastModified=2020-12-01 19:35:45.831143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.831000000, lastModified=2020-12-01 19:35:45.831143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.831000000, lastModified=2020-12-01 19:35:45.831143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.831000000, lastModified=2020-12-01 19:35:45.831143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.832000000, lastModified=2020-12-01 19:35:45.831143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.832000000, lastModified=2020-12-01 19:35:45.831143000, delta=857000 ns, racy<=2502500 ns
19:35:45.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.832000000, lastModified=2020-12-01 19:35:45.832143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.832000000, lastModified=2020-12-01 19:35:45.832143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.832000000, lastModified=2020-12-01 19:35:45.832143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.832000000, lastModified=2020-12-01 19:35:45.832143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.833000000, lastModified=2020-12-01 19:35:45.832143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.832143000 to 2020-12-01 19:35:45.833143000
19:35:45.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.833000000, lastModified=2020-12-01 19:35:45.833143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.833000000, lastModified=2020-12-01 19:35:45.833143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.834000000, lastModified=2020-12-01 19:35:45.833143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.834000000, lastModified=2020-12-01 19:35:45.833143000, delta=857000 ns, racy<=2502500 ns
19:35:45.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.834000000, lastModified=2020-12-01 19:35:45.834143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.834000000, lastModified=2020-12-01 19:35:45.834143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.834000000, lastModified=2020-12-01 19:35:45.834143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.834000000, lastModified=2020-12-01 19:35:45.834143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.835000000, lastModified=2020-12-01 19:35:45.834143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.835000000, lastModified=2020-12-01 19:35:45.834143000, delta=857000 ns, racy<=2502500 ns
19:35:45.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.835000000, lastModified=2020-12-01 19:35:45.835143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.835000000, lastModified=2020-12-01 19:35:45.835143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.835000000, lastModified=2020-12-01 19:35:45.835143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.835000000, lastModified=2020-12-01 19:35:45.835143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.836000000, lastModified=2020-12-01 19:35:45.835143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.835143000 to 2020-12-01 19:35:45.836143000
19:35:45.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.836000000, lastModified=2020-12-01 19:35:45.836143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.836000000, lastModified=2020-12-01 19:35:45.836143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.837000000, lastModified=2020-12-01 19:35:45.836143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.837000000, lastModified=2020-12-01 19:35:45.836143000, delta=857000 ns, racy<=2502500 ns
19:35:45.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.837000000, lastModified=2020-12-01 19:35:45.837143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.837000000, lastModified=2020-12-01 19:35:45.837143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.838000000, lastModified=2020-12-01 19:35:45.837143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.838000000, lastModified=2020-12-01 19:35:45.837143000, delta=857000 ns, racy<=2502500 ns
19:35:45.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.838000000, lastModified=2020-12-01 19:35:45.838143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.838000000, lastModified=2020-12-01 19:35:45.838143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.838000000, lastModified=2020-12-01 19:35:45.838143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.838000000, lastModified=2020-12-01 19:35:45.838143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.839000000, lastModified=2020-12-01 19:35:45.838143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.838143000 to 2020-12-01 19:35:45.839143000
19:35:45.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.839000000, lastModified=2020-12-01 19:35:45.839143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.839000000, lastModified=2020-12-01 19:35:45.839143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.840000000, lastModified=2020-12-01 19:35:45.839143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.840000000, lastModified=2020-12-01 19:35:45.839143000, delta=857000 ns, racy<=2502500 ns
19:35:45.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.840000000, lastModified=2020-12-01 19:35:45.840143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.840000000, lastModified=2020-12-01 19:35:45.840143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.840000000, lastModified=2020-12-01 19:35:45.840143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.840000000, lastModified=2020-12-01 19:35:45.840143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.841000000, lastModified=2020-12-01 19:35:45.840143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.840143000 to 2020-12-01 19:35:45.841143000
19:35:45.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.841000000, lastModified=2020-12-01 19:35:45.841143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.841000000, lastModified=2020-12-01 19:35:45.841143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.842000000, lastModified=2020-12-01 19:35:45.841143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.842000000, lastModified=2020-12-01 19:35:45.841143000, delta=857000 ns, racy<=2502500 ns
19:35:45.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.842000000, lastModified=2020-12-01 19:35:45.842143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.842000000, lastModified=2020-12-01 19:35:45.842143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.842000000, lastModified=2020-12-01 19:35:45.842143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.842000000, lastModified=2020-12-01 19:35:45.842143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.843000000, lastModified=2020-12-01 19:35:45.842143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.842143000 to 2020-12-01 19:35:45.843143000
19:35:45.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.843000000, lastModified=2020-12-01 19:35:45.843143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.843000000, lastModified=2020-12-01 19:35:45.843143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.843000000, lastModified=2020-12-01 19:35:45.843143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.843000000, lastModified=2020-12-01 19:35:45.843143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.844000000, lastModified=2020-12-01 19:35:45.843143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.843143000 to 2020-12-01 19:35:45.844143000
19:35:45.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.844000000, lastModified=2020-12-01 19:35:45.844143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.844000000, lastModified=2020-12-01 19:35:45.844143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.845000000, lastModified=2020-12-01 19:35:45.844143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.845000000, lastModified=2020-12-01 19:35:45.844143000, delta=857000 ns, racy<=2502500 ns
19:35:45.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.845000000, lastModified=2020-12-01 19:35:45.845143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.845000000, lastModified=2020-12-01 19:35:45.845143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.845000000, lastModified=2020-12-01 19:35:45.845143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.845000000, lastModified=2020-12-01 19:35:45.845143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.846000000, lastModified=2020-12-01 19:35:45.845143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.845143000 to 2020-12-01 19:35:45.846143000
19:35:45.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.846000000, lastModified=2020-12-01 19:35:45.846143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.846000000, lastModified=2020-12-01 19:35:45.846143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.847000000, lastModified=2020-12-01 19:35:45.846143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.847000000, lastModified=2020-12-01 19:35:45.846143000, delta=857000 ns, racy<=2502500 ns
19:35:45.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.847000000, lastModified=2020-12-01 19:35:45.847143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.847000000, lastModified=2020-12-01 19:35:45.847143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.847000000, lastModified=2020-12-01 19:35:45.847143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.847000000, lastModified=2020-12-01 19:35:45.847143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.848000000, lastModified=2020-12-01 19:35:45.847143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.847143000 to 2020-12-01 19:35:45.848143000
19:35:45.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.848000000, lastModified=2020-12-01 19:35:45.848143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.848000000, lastModified=2020-12-01 19:35:45.848143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.849000000, lastModified=2020-12-01 19:35:45.848143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.849000000, lastModified=2020-12-01 19:35:45.848143000, delta=857000 ns, racy<=2502500 ns
19:35:45.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.849000000, lastModified=2020-12-01 19:35:45.849143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.849000000, lastModified=2020-12-01 19:35:45.849143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.849000000, lastModified=2020-12-01 19:35:45.849143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.849000000, lastModified=2020-12-01 19:35:45.849143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.850000000, lastModified=2020-12-01 19:35:45.849143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.849143000 to 2020-12-01 19:35:45.850143000
19:35:45.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.850000000, lastModified=2020-12-01 19:35:45.850143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.850000000, lastModified=2020-12-01 19:35:45.850143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.851000000, lastModified=2020-12-01 19:35:45.850143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.851000000, lastModified=2020-12-01 19:35:45.850143000, delta=857000 ns, racy<=2502500 ns
19:35:45.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.851000000, lastModified=2020-12-01 19:35:45.851143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.851000000, lastModified=2020-12-01 19:35:45.851143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.851000000, lastModified=2020-12-01 19:35:45.851143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.851000000, lastModified=2020-12-01 19:35:45.851143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.852000000, lastModified=2020-12-01 19:35:45.851143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.851143000 to 2020-12-01 19:35:45.852143000
19:35:45.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.852000000, lastModified=2020-12-01 19:35:45.852143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.852000000, lastModified=2020-12-01 19:35:45.852143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.853000000, lastModified=2020-12-01 19:35:45.852143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.853000000, lastModified=2020-12-01 19:35:45.852143000, delta=857000 ns, racy<=2502500 ns
19:35:45.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.853000000, lastModified=2020-12-01 19:35:45.853143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.853000000, lastModified=2020-12-01 19:35:45.853143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.853000000, lastModified=2020-12-01 19:35:45.853143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.853000000, lastModified=2020-12-01 19:35:45.853143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.854000000, lastModified=2020-12-01 19:35:45.854143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.854000000, lastModified=2020-12-01 19:35:45.854143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.854000000, lastModified=2020-12-01 19:35:45.854143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.854000000, lastModified=2020-12-01 19:35:45.854143000, delta=-143000 ns, racy<=2502500 ns
19:35:45.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.855000000, lastModified=2020-12-01 19:35:45.854143000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.855000000, lastModified=2020-12-01 19:35:45.854143000, delta=857000 ns, racy<=2502500 ns
19:35:45.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.906000000, lastModified=2020-12-01 19:35:45.906142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.906000000, lastModified=2020-12-01 19:35:45.906142000, delta=-142000 ns, racy<=2502500 ns
19:35:45.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.907000000, lastModified=2020-12-01 19:35:45.906142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.906142000 to 2020-12-01 19:35:45.907142000
19:35:45.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.907000000, lastModified=2020-12-01 19:35:45.907142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.907000000, lastModified=2020-12-01 19:35:45.907142000, delta=-142000 ns, racy<=2502500 ns
19:35:45.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.908000000, lastModified=2020-12-01 19:35:45.907142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.908000000, lastModified=2020-12-01 19:35:45.907142000, delta=858000 ns, racy<=2502500 ns
19:35:45.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.908000000, lastModified=2020-12-01 19:35:45.908142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.908000000, lastModified=2020-12-01 19:35:45.908142000, delta=-142000 ns, racy<=2502500 ns
19:35:45.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.908000000, lastModified=2020-12-01 19:35:45.908142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.908000000, lastModified=2020-12-01 19:35:45.908142000, delta=-142000 ns, racy<=2502500 ns
19:35:45.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.909000000, lastModified=2020-12-01 19:35:45.908142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.908142000 to 2020-12-01 19:35:45.909142000
19:35:45.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.909000000, lastModified=2020-12-01 19:35:45.909142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.909000000, lastModified=2020-12-01 19:35:45.909142000, delta=-142000 ns, racy<=2502500 ns
19:35:45.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.910000000, lastModified=2020-12-01 19:35:45.909142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.910000000, lastModified=2020-12-01 19:35:45.909142000, delta=858000 ns, racy<=2502500 ns
19:35:45.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.910000000, lastModified=2020-12-01 19:35:45.910142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.910000000, lastModified=2020-12-01 19:35:45.910142000, delta=-142000 ns, racy<=2502500 ns
19:35:45.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.911000000, lastModified=2020-12-01 19:35:45.911142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.911142000 to 2020-12-01 19:35:45.926142000
19:35:45.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.927000000, lastModified=2020-12-01 19:35:45.927142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.927000000, lastModified=2020-12-01 19:35:45.927142000, delta=-142000 ns, racy<=2502500 ns
19:35:45.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.928000000, lastModified=2020-12-01 19:35:45.928142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.928142000 to 2020-12-01 19:35:45.929142000
19:35:45.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.930000000, lastModified=2020-12-01 19:35:45.929142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.929142000 to 2020-12-01 19:35:45.930142000
19:35:45.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.930000000, lastModified=2020-12-01 19:35:45.930142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.930000000, lastModified=2020-12-01 19:35:45.930142000, delta=-142000 ns, racy<=2502500 ns
19:35:45.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.931000000, lastModified=2020-12-01 19:35:45.930142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.930142000 to 2020-12-01 19:35:45.931142000
19:35:45.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.931000000, lastModified=2020-12-01 19:35:45.931142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.931000000, lastModified=2020-12-01 19:35:45.931142000, delta=-142000 ns, racy<=2502500 ns
19:35:45.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.932000000, lastModified=2020-12-01 19:35:45.932142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.932000000, lastModified=2020-12-01 19:35:45.932142000, delta=-142000 ns, racy<=2502500 ns
19:35:45.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.932000000, lastModified=2020-12-01 19:35:45.932142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.932000000, lastModified=2020-12-01 19:35:45.932142000, delta=-142000 ns, racy<=2502500 ns
19:35:45.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.933000000, lastModified=2020-12-01 19:35:45.933142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.933000000, lastModified=2020-12-01 19:35:45.933142000, delta=-142000 ns, racy<=2502500 ns
19:35:45.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.934000000, lastModified=2020-12-01 19:35:45.933142000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.933142000 to 2020-12-01 19:35:45.980141000
19:35:45.982 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.981000000, lastModified=2020-12-01 19:35:45.981141000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.982 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.981000000, lastModified=2020-12-01 19:35:45.981141000, delta=-141000 ns, racy<=2502500 ns
19:35:45.982 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.982 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.982000000, lastModified=2020-12-01 19:35:45.982141000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.982 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.982000000, lastModified=2020-12-01 19:35:45.982141000, delta=-141000 ns, racy<=2502500 ns
19:35:45.982 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.983 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.983000000, lastModified=2020-12-01 19:35:45.982141000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.983 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.982141000 to 2020-12-01 19:35:45.983141000
19:35:45.983 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.983000000, lastModified=2020-12-01 19:35:45.983141000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.984 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.983000000, lastModified=2020-12-01 19:35:45.983141000, delta=-141000 ns, racy<=2502500 ns
19:35:45.984 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.984 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.984000000, lastModified=2020-12-01 19:35:45.983141000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.984 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.983141000 to 2020-12-01 19:35:45.984141000
19:35:45.984 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.984000000, lastModified=2020-12-01 19:35:45.984141000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.985 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.984000000, lastModified=2020-12-01 19:35:45.984141000, delta=-141000 ns, racy<=2502500 ns
19:35:45.985 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:45.985 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.985000000, lastModified=2020-12-01 19:35:45.984141000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.985 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:45.984141000 to 2020-12-01 19:35:45.985141000
19:35:45.985 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:45.985000000, lastModified=2020-12-01 19:35:45.985141000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:45.986 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:45.985000000, lastModified=2020-12-01 19:35:45.985141000, delta=-141000 ns, racy<=2502500 ns
19:35:45.986 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.028000000, lastModified=2020-12-01 19:35:46.027141000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.027141000 to 2020-12-01 19:35:46.028141000
19:35:46.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.028000000, lastModified=2020-12-01 19:35:46.028141000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.028000000, lastModified=2020-12-01 19:35:46.028141000, delta=-141000 ns, racy<=2502500 ns
19:35:46.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.029000000, lastModified=2020-12-01 19:35:46.029141000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.029000000, lastModified=2020-12-01 19:35:46.029141000, delta=-141000 ns, racy<=2502500 ns
19:35:46.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.030000000, lastModified=2020-12-01 19:35:46.029141000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.030000000, lastModified=2020-12-01 19:35:46.029141000, delta=859000 ns, racy<=2502500 ns
19:35:46.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.030000000, lastModified=2020-12-01 19:35:46.030141000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.030000000, lastModified=2020-12-01 19:35:46.030141000, delta=-141000 ns, racy<=2502500 ns
19:35:46.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.031000000, lastModified=2020-12-01 19:35:46.030141000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.031000000, lastModified=2020-12-01 19:35:46.030141000, delta=859000 ns, racy<=2502500 ns
19:35:46.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.031000000, lastModified=2020-12-01 19:35:46.031141000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.031000000, lastModified=2020-12-01 19:35:46.031141000, delta=-141000 ns, racy<=2502500 ns
19:35:46.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.032000000, lastModified=2020-12-01 19:35:46.031141000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.032000000, lastModified=2020-12-01 19:35:46.031141000, delta=859000 ns, racy<=2502500 ns
19:35:46.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.032000000, lastModified=2020-12-01 19:35:46.032141000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.032141000 to 2020-12-01 19:35:46.046140000
19:35:46.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.047000000, lastModified=2020-12-01 19:35:46.047140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.047000000, lastModified=2020-12-01 19:35:46.047140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.048000000, lastModified=2020-12-01 19:35:46.047140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.048000000, lastModified=2020-12-01 19:35:46.047140000, delta=860000 ns, racy<=2502500 ns
19:35:46.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.048000000, lastModified=2020-12-01 19:35:46.048140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.048000000, lastModified=2020-12-01 19:35:46.048140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.048000000, lastModified=2020-12-01 19:35:46.048140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.048000000, lastModified=2020-12-01 19:35:46.048140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.049000000, lastModified=2020-12-01 19:35:46.048140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.049000000, lastModified=2020-12-01 19:35:46.048140000, delta=860000 ns, racy<=2502500 ns
19:35:46.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.049000000, lastModified=2020-12-01 19:35:46.049140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.049000000, lastModified=2020-12-01 19:35:46.049140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.049000000, lastModified=2020-12-01 19:35:46.049140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.049000000, lastModified=2020-12-01 19:35:46.049140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.050000000, lastModified=2020-12-01 19:35:46.049140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.050000000, lastModified=2020-12-01 19:35:46.049140000, delta=860000 ns, racy<=2502500 ns
19:35:46.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.050000000, lastModified=2020-12-01 19:35:46.050140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.050000000, lastModified=2020-12-01 19:35:46.050140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.050000000, lastModified=2020-12-01 19:35:46.050140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.050000000, lastModified=2020-12-01 19:35:46.050140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.051000000, lastModified=2020-12-01 19:35:46.050140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.051000000, lastModified=2020-12-01 19:35:46.050140000, delta=860000 ns, racy<=2502500 ns
19:35:46.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.051000000, lastModified=2020-12-01 19:35:46.051140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.051000000, lastModified=2020-12-01 19:35:46.051140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.051000000, lastModified=2020-12-01 19:35:46.051140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.051000000, lastModified=2020-12-01 19:35:46.051140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.052000000, lastModified=2020-12-01 19:35:46.051140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.052000000, lastModified=2020-12-01 19:35:46.051140000, delta=860000 ns, racy<=2502500 ns
19:35:46.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.052000000, lastModified=2020-12-01 19:35:46.052140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.052000000, lastModified=2020-12-01 19:35:46.052140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.052000000, lastModified=2020-12-01 19:35:46.052140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.052000000, lastModified=2020-12-01 19:35:46.052140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.053000000, lastModified=2020-12-01 19:35:46.052140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.053000000, lastModified=2020-12-01 19:35:46.052140000, delta=860000 ns, racy<=2502500 ns
19:35:46.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.053000000, lastModified=2020-12-01 19:35:46.053140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.053000000, lastModified=2020-12-01 19:35:46.053140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.053000000, lastModified=2020-12-01 19:35:46.053140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.053000000, lastModified=2020-12-01 19:35:46.053140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.054000000, lastModified=2020-12-01 19:35:46.053140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.053140000 to 2020-12-01 19:35:46.054140000
19:35:46.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.054000000, lastModified=2020-12-01 19:35:46.054140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.054000000, lastModified=2020-12-01 19:35:46.054140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.054000000, lastModified=2020-12-01 19:35:46.054140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.054000000, lastModified=2020-12-01 19:35:46.054140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.055000000, lastModified=2020-12-01 19:35:46.055140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.055000000, lastModified=2020-12-01 19:35:46.055140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.055000000, lastModified=2020-12-01 19:35:46.055140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.055000000, lastModified=2020-12-01 19:35:46.055140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.056000000, lastModified=2020-12-01 19:35:46.055140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.055140000 to 2020-12-01 19:35:46.056140000
19:35:46.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.056000000, lastModified=2020-12-01 19:35:46.056140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.056000000, lastModified=2020-12-01 19:35:46.056140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.056000000, lastModified=2020-12-01 19:35:46.056140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.056000000, lastModified=2020-12-01 19:35:46.056140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.057000000, lastModified=2020-12-01 19:35:46.057140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.057000000, lastModified=2020-12-01 19:35:46.057140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.057000000, lastModified=2020-12-01 19:35:46.057140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.057000000, lastModified=2020-12-01 19:35:46.057140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.058000000, lastModified=2020-12-01 19:35:46.057140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.057140000 to 2020-12-01 19:35:46.058140000
19:35:46.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.058000000, lastModified=2020-12-01 19:35:46.058140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.058000000, lastModified=2020-12-01 19:35:46.058140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.059000000, lastModified=2020-12-01 19:35:46.058140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.059000000, lastModified=2020-12-01 19:35:46.058140000, delta=860000 ns, racy<=2502500 ns
19:35:46.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.059000000, lastModified=2020-12-01 19:35:46.059140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.059000000, lastModified=2020-12-01 19:35:46.059140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.059000000, lastModified=2020-12-01 19:35:46.059140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.059000000, lastModified=2020-12-01 19:35:46.059140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.060000000, lastModified=2020-12-01 19:35:46.059140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.059140000 to 2020-12-01 19:35:46.060140000
19:35:46.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.060000000, lastModified=2020-12-01 19:35:46.060140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.060000000, lastModified=2020-12-01 19:35:46.060140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.061000000, lastModified=2020-12-01 19:35:46.060140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.060140000 to 2020-12-01 19:35:46.061140000
19:35:46.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.061000000, lastModified=2020-12-01 19:35:46.061140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.061000000, lastModified=2020-12-01 19:35:46.061140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.061000000, lastModified=2020-12-01 19:35:46.061140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.061140000 to 2020-12-01 19:35:46.062140000
19:35:46.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.062000000, lastModified=2020-12-01 19:35:46.062140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.062000000, lastModified=2020-12-01 19:35:46.062140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.063000000, lastModified=2020-12-01 19:35:46.062140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.062140000 to 2020-12-01 19:35:46.063140000
19:35:46.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.063000000, lastModified=2020-12-01 19:35:46.063140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.063000000, lastModified=2020-12-01 19:35:46.063140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.064000000, lastModified=2020-12-01 19:35:46.063140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.064000000, lastModified=2020-12-01 19:35:46.063140000, delta=860000 ns, racy<=2502500 ns
19:35:46.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.064000000, lastModified=2020-12-01 19:35:46.064140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.064000000, lastModified=2020-12-01 19:35:46.064140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.064000000, lastModified=2020-12-01 19:35:46.064140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.064000000, lastModified=2020-12-01 19:35:46.064140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.065000000, lastModified=2020-12-01 19:35:46.064140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.064140000 to 2020-12-01 19:35:46.065140000
19:35:46.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.065000000, lastModified=2020-12-01 19:35:46.065140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.065000000, lastModified=2020-12-01 19:35:46.065140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.066000000, lastModified=2020-12-01 19:35:46.065140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.065140000 to 2020-12-01 19:35:46.066140000
19:35:46.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.066000000, lastModified=2020-12-01 19:35:46.066140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.066000000, lastModified=2020-12-01 19:35:46.066140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.067000000, lastModified=2020-12-01 19:35:46.066140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.067000000, lastModified=2020-12-01 19:35:46.066140000, delta=860000 ns, racy<=2502500 ns
19:35:46.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.067000000, lastModified=2020-12-01 19:35:46.067140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.067000000, lastModified=2020-12-01 19:35:46.067140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.067000000, lastModified=2020-12-01 19:35:46.067140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.067000000, lastModified=2020-12-01 19:35:46.067140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.068000000, lastModified=2020-12-01 19:35:46.067140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.067140000 to 2020-12-01 19:35:46.068140000
19:35:46.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.068000000, lastModified=2020-12-01 19:35:46.068140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.068000000, lastModified=2020-12-01 19:35:46.068140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.069000000, lastModified=2020-12-01 19:35:46.068140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.069000000, lastModified=2020-12-01 19:35:46.068140000, delta=860000 ns, racy<=2502500 ns
19:35:46.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.069000000, lastModified=2020-12-01 19:35:46.069140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.069000000, lastModified=2020-12-01 19:35:46.069140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.069000000, lastModified=2020-12-01 19:35:46.069140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.069000000, lastModified=2020-12-01 19:35:46.069140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.070000000, lastModified=2020-12-01 19:35:46.070140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.070000000, lastModified=2020-12-01 19:35:46.070140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.072000000, lastModified=2020-12-01 19:35:46.072140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.072000000, lastModified=2020-12-01 19:35:46.072140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.073000000, lastModified=2020-12-01 19:35:46.072140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.072140000 to 2020-12-01 19:35:46.073140000
19:35:46.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.073000000, lastModified=2020-12-01 19:35:46.073140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.073000000, lastModified=2020-12-01 19:35:46.073140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.074000000, lastModified=2020-12-01 19:35:46.073140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.073140000 to 2020-12-01 19:35:46.074140000
19:35:46.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.074000000, lastModified=2020-12-01 19:35:46.074140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.074000000, lastModified=2020-12-01 19:35:46.074140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.075000000, lastModified=2020-12-01 19:35:46.074140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.074140000 to 2020-12-01 19:35:46.075140000
19:35:46.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.075000000, lastModified=2020-12-01 19:35:46.075140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.075000000, lastModified=2020-12-01 19:35:46.075140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.076000000, lastModified=2020-12-01 19:35:46.076140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.078 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.076140000 to 2020-12-01 19:35:46.078140000
19:35:46.078 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.078000000, lastModified=2020-12-01 19:35:46.078140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.078000000, lastModified=2020-12-01 19:35:46.078140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.079000000, lastModified=2020-12-01 19:35:46.078140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.078140000 to 2020-12-01 19:35:46.079140000
19:35:46.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.079000000, lastModified=2020-12-01 19:35:46.079140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.079000000, lastModified=2020-12-01 19:35:46.079140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.080000000, lastModified=2020-12-01 19:35:46.079140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.080000000, lastModified=2020-12-01 19:35:46.079140000, delta=860000 ns, racy<=2502500 ns
19:35:46.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.080000000, lastModified=2020-12-01 19:35:46.080140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.080000000, lastModified=2020-12-01 19:35:46.080140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.080000000, lastModified=2020-12-01 19:35:46.080140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.080000000, lastModified=2020-12-01 19:35:46.080140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.081000000, lastModified=2020-12-01 19:35:46.080140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.080140000 to 2020-12-01 19:35:46.081140000
19:35:46.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.081000000, lastModified=2020-12-01 19:35:46.081140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.081000000, lastModified=2020-12-01 19:35:46.081140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.081000000, lastModified=2020-12-01 19:35:46.081140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.081000000, lastModified=2020-12-01 19:35:46.081140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.082000000, lastModified=2020-12-01 19:35:46.081140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.081140000 to 2020-12-01 19:35:46.082140000
19:35:46.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.082000000, lastModified=2020-12-01 19:35:46.082140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.082000000, lastModified=2020-12-01 19:35:46.082140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.083000000, lastModified=2020-12-01 19:35:46.082140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.083000000, lastModified=2020-12-01 19:35:46.082140000, delta=860000 ns, racy<=2502500 ns
19:35:46.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.083000000, lastModified=2020-12-01 19:35:46.083140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.083000000, lastModified=2020-12-01 19:35:46.083140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.083000000, lastModified=2020-12-01 19:35:46.083140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.083000000, lastModified=2020-12-01 19:35:46.083140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.084000000, lastModified=2020-12-01 19:35:46.083140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.083140000 to 2020-12-01 19:35:46.084140000
19:35:46.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.084000000, lastModified=2020-12-01 19:35:46.084140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.084000000, lastModified=2020-12-01 19:35:46.084140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.085000000, lastModified=2020-12-01 19:35:46.084140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.085000000, lastModified=2020-12-01 19:35:46.084140000, delta=860000 ns, racy<=2502500 ns
19:35:46.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.085000000, lastModified=2020-12-01 19:35:46.085140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.085000000, lastModified=2020-12-01 19:35:46.085140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.085000000, lastModified=2020-12-01 19:35:46.085140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.085000000, lastModified=2020-12-01 19:35:46.085140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.086000000, lastModified=2020-12-01 19:35:46.085140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.085140000 to 2020-12-01 19:35:46.086140000
19:35:46.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.086000000, lastModified=2020-12-01 19:35:46.086140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.086000000, lastModified=2020-12-01 19:35:46.086140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.086000000, lastModified=2020-12-01 19:35:46.086140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.086000000, lastModified=2020-12-01 19:35:46.086140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.087000000, lastModified=2020-12-01 19:35:46.086140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.086140000 to 2020-12-01 19:35:46.087140000
19:35:46.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.087000000, lastModified=2020-12-01 19:35:46.087140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.087000000, lastModified=2020-12-01 19:35:46.087140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.088000000, lastModified=2020-12-01 19:35:46.087140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.088000000, lastModified=2020-12-01 19:35:46.087140000, delta=860000 ns, racy<=2502500 ns
19:35:46.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.088000000, lastModified=2020-12-01 19:35:46.088140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.088000000, lastModified=2020-12-01 19:35:46.088140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.088000000, lastModified=2020-12-01 19:35:46.088140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.088000000, lastModified=2020-12-01 19:35:46.088140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.089000000, lastModified=2020-12-01 19:35:46.088140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.088140000 to 2020-12-01 19:35:46.089140000
19:35:46.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.089000000, lastModified=2020-12-01 19:35:46.089140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.089000000, lastModified=2020-12-01 19:35:46.089140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.090000000, lastModified=2020-12-01 19:35:46.089140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.090000000, lastModified=2020-12-01 19:35:46.089140000, delta=860000 ns, racy<=2502500 ns
19:35:46.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.090000000, lastModified=2020-12-01 19:35:46.090140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.090000000, lastModified=2020-12-01 19:35:46.090140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.090000000, lastModified=2020-12-01 19:35:46.090140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.090000000, lastModified=2020-12-01 19:35:46.090140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.091000000, lastModified=2020-12-01 19:35:46.090140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.090140000 to 2020-12-01 19:35:46.091140000
19:35:46.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.091000000, lastModified=2020-12-01 19:35:46.091140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.091000000, lastModified=2020-12-01 19:35:46.091140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.091000000, lastModified=2020-12-01 19:35:46.091140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.091000000, lastModified=2020-12-01 19:35:46.091140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.092000000, lastModified=2020-12-01 19:35:46.091140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.091140000 to 2020-12-01 19:35:46.092140000
19:35:46.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.092000000, lastModified=2020-12-01 19:35:46.092140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.092000000, lastModified=2020-12-01 19:35:46.092140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.093000000, lastModified=2020-12-01 19:35:46.092140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.093000000, lastModified=2020-12-01 19:35:46.092140000, delta=860000 ns, racy<=2502500 ns
19:35:46.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.093000000, lastModified=2020-12-01 19:35:46.093140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.093000000, lastModified=2020-12-01 19:35:46.093140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.093000000, lastModified=2020-12-01 19:35:46.093140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.093000000, lastModified=2020-12-01 19:35:46.093140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.094000000, lastModified=2020-12-01 19:35:46.094140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.094000000, lastModified=2020-12-01 19:35:46.094140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.094000000, lastModified=2020-12-01 19:35:46.094140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.095 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.094000000, lastModified=2020-12-01 19:35:46.094140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.095 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.095 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.095000000, lastModified=2020-12-01 19:35:46.094140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.095 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.094140000 to 2020-12-01 19:35:46.095140000
19:35:46.095 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.095000000, lastModified=2020-12-01 19:35:46.095140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.095 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.095000000, lastModified=2020-12-01 19:35:46.095140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.095 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.096000000, lastModified=2020-12-01 19:35:46.095140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.096000000, lastModified=2020-12-01 19:35:46.095140000, delta=860000 ns, racy<=2502500 ns
19:35:46.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.096000000, lastModified=2020-12-01 19:35:46.096140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.096000000, lastModified=2020-12-01 19:35:46.096140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.096000000, lastModified=2020-12-01 19:35:46.096140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.096000000, lastModified=2020-12-01 19:35:46.096140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.097000000, lastModified=2020-12-01 19:35:46.096140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.096140000 to 2020-12-01 19:35:46.097140000
19:35:46.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.097000000, lastModified=2020-12-01 19:35:46.097140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.097000000, lastModified=2020-12-01 19:35:46.097140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.097000000, lastModified=2020-12-01 19:35:46.097140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.097000000, lastModified=2020-12-01 19:35:46.097140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.098000000, lastModified=2020-12-01 19:35:46.097140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.097140000 to 2020-12-01 19:35:46.098140000
19:35:46.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.098000000, lastModified=2020-12-01 19:35:46.098140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.098000000, lastModified=2020-12-01 19:35:46.098140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.099000000, lastModified=2020-12-01 19:35:46.098140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.099000000, lastModified=2020-12-01 19:35:46.098140000, delta=860000 ns, racy<=2502500 ns
19:35:46.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.099000000, lastModified=2020-12-01 19:35:46.099140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.099000000, lastModified=2020-12-01 19:35:46.099140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.099000000, lastModified=2020-12-01 19:35:46.099140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.100 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.099000000, lastModified=2020-12-01 19:35:46.099140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.100 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.100 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.100000000, lastModified=2020-12-01 19:35:46.100140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.100 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.100000000, lastModified=2020-12-01 19:35:46.100140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.100 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.100 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.100000000, lastModified=2020-12-01 19:35:46.100140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.100000000, lastModified=2020-12-01 19:35:46.100140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.101000000, lastModified=2020-12-01 19:35:46.100140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.101000000, lastModified=2020-12-01 19:35:46.100140000, delta=860000 ns, racy<=2502500 ns
19:35:46.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.101000000, lastModified=2020-12-01 19:35:46.101140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.101000000, lastModified=2020-12-01 19:35:46.101140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.101000000, lastModified=2020-12-01 19:35:46.101140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.101000000, lastModified=2020-12-01 19:35:46.101140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.102000000, lastModified=2020-12-01 19:35:46.101140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.101140000 to 2020-12-01 19:35:46.102140000
19:35:46.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.102000000, lastModified=2020-12-01 19:35:46.102140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.102000000, lastModified=2020-12-01 19:35:46.102140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.103000000, lastModified=2020-12-01 19:35:46.102140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.103000000, lastModified=2020-12-01 19:35:46.102140000, delta=860000 ns, racy<=2502500 ns
19:35:46.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.103000000, lastModified=2020-12-01 19:35:46.103140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.103000000, lastModified=2020-12-01 19:35:46.103140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.103000000, lastModified=2020-12-01 19:35:46.103140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.103000000, lastModified=2020-12-01 19:35:46.103140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.104000000, lastModified=2020-12-01 19:35:46.103140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.103140000 to 2020-12-01 19:35:46.104140000
19:35:46.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.104000000, lastModified=2020-12-01 19:35:46.104140000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.104000000, lastModified=2020-12-01 19:35:46.104140000, delta=-140000 ns, racy<=2502500 ns
19:35:46.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.158000000, lastModified=2020-12-01 19:35:46.158139000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.158000000, lastModified=2020-12-01 19:35:46.158139000, delta=-139000 ns, racy<=2502500 ns
19:35:46.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.159000000, lastModified=2020-12-01 19:35:46.158139000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.158139000 to 2020-12-01 19:35:46.159139000
19:35:46.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.160000000, lastModified=2020-12-01 19:35:46.160139000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.160000000, lastModified=2020-12-01 19:35:46.160139000, delta=-139000 ns, racy<=2502500 ns
19:35:46.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.161000000, lastModified=2020-12-01 19:35:46.161139000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.161000000, lastModified=2020-12-01 19:35:46.161139000, delta=-139000 ns, racy<=2502500 ns
19:35:46.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.162000000, lastModified=2020-12-01 19:35:46.162139000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.162000000, lastModified=2020-12-01 19:35:46.162139000, delta=-139000 ns, racy<=2502500 ns
19:35:46.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.163000000, lastModified=2020-12-01 19:35:46.162139000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.162139000 to 2020-12-01 19:35:46.163139000
19:35:46.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.164000000, lastModified=2020-12-01 19:35:46.164139000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.164000000, lastModified=2020-12-01 19:35:46.164139000, delta=-139000 ns, racy<=2502500 ns
19:35:46.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.165000000, lastModified=2020-12-01 19:35:46.164139000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.165000000, lastModified=2020-12-01 19:35:46.164139000, delta=861000 ns, racy<=2502500 ns
19:35:46.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.165000000, lastModified=2020-12-01 19:35:46.165139000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.171 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.165139000 to 2020-12-01 19:35:46.171139000
19:35:46.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.172000000, lastModified=2020-12-01 19:35:46.171139000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.171139000 to 2020-12-01 19:35:46.172139000
19:35:46.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.172000000, lastModified=2020-12-01 19:35:46.172139000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.172000000, lastModified=2020-12-01 19:35:46.172139000, delta=-139000 ns, racy<=2502500 ns
19:35:46.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.172000000, lastModified=2020-12-01 19:35:46.172139000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.173 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.172000000, lastModified=2020-12-01 19:35:46.172139000, delta=-139000 ns, racy<=2502500 ns
19:35:46.173 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.173 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.173000000, lastModified=2020-12-01 19:35:46.172139000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.172139000 to 2020-12-01 19:35:46.206138000
19:35:46.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.206000000, lastModified=2020-12-01 19:35:46.206138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.206000000, lastModified=2020-12-01 19:35:46.206138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.207000000, lastModified=2020-12-01 19:35:46.206138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.207000000, lastModified=2020-12-01 19:35:46.206138000, delta=862000 ns, racy<=2502500 ns
19:35:46.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.207000000, lastModified=2020-12-01 19:35:46.207138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.207000000, lastModified=2020-12-01 19:35:46.207138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.207000000, lastModified=2020-12-01 19:35:46.207138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.207000000, lastModified=2020-12-01 19:35:46.207138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.208000000, lastModified=2020-12-01 19:35:46.207138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.208000000, lastModified=2020-12-01 19:35:46.207138000, delta=862000 ns, racy<=2502500 ns
19:35:46.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.208000000, lastModified=2020-12-01 19:35:46.208138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.208000000, lastModified=2020-12-01 19:35:46.208138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.208000000, lastModified=2020-12-01 19:35:46.208138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.208000000, lastModified=2020-12-01 19:35:46.208138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.209000000, lastModified=2020-12-01 19:35:46.209138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.209000000, lastModified=2020-12-01 19:35:46.209138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.209000000, lastModified=2020-12-01 19:35:46.209138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.209000000, lastModified=2020-12-01 19:35:46.209138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.210000000, lastModified=2020-12-01 19:35:46.209138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.209138000 to 2020-12-01 19:35:46.210138000
19:35:46.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.210000000, lastModified=2020-12-01 19:35:46.210138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.210000000, lastModified=2020-12-01 19:35:46.210138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.210000000, lastModified=2020-12-01 19:35:46.210138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.210000000, lastModified=2020-12-01 19:35:46.210138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.211000000, lastModified=2020-12-01 19:35:46.210138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.210138000 to 2020-12-01 19:35:46.211138000
19:35:46.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.211000000, lastModified=2020-12-01 19:35:46.211138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.211000000, lastModified=2020-12-01 19:35:46.211138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.211000000, lastModified=2020-12-01 19:35:46.211138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.211000000, lastModified=2020-12-01 19:35:46.211138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.212000000, lastModified=2020-12-01 19:35:46.211138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.211138000 to 2020-12-01 19:35:46.212138000
19:35:46.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.212000000, lastModified=2020-12-01 19:35:46.212138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.212000000, lastModified=2020-12-01 19:35:46.212138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.213000000, lastModified=2020-12-01 19:35:46.212138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.213000000, lastModified=2020-12-01 19:35:46.212138000, delta=862000 ns, racy<=2502500 ns
19:35:46.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.213000000, lastModified=2020-12-01 19:35:46.213138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.213000000, lastModified=2020-12-01 19:35:46.213138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.213000000, lastModified=2020-12-01 19:35:46.213138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.213000000, lastModified=2020-12-01 19:35:46.213138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.214000000, lastModified=2020-12-01 19:35:46.213138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.214000000, lastModified=2020-12-01 19:35:46.213138000, delta=862000 ns, racy<=2502500 ns
19:35:46.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.214000000, lastModified=2020-12-01 19:35:46.214138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.214000000, lastModified=2020-12-01 19:35:46.214138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.214000000, lastModified=2020-12-01 19:35:46.214138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.214000000, lastModified=2020-12-01 19:35:46.214138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.215000000, lastModified=2020-12-01 19:35:46.214138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.215000000, lastModified=2020-12-01 19:35:46.214138000, delta=862000 ns, racy<=2502500 ns
19:35:46.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.215000000, lastModified=2020-12-01 19:35:46.215138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.215000000, lastModified=2020-12-01 19:35:46.215138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.215000000, lastModified=2020-12-01 19:35:46.215138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.215000000, lastModified=2020-12-01 19:35:46.215138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.216000000, lastModified=2020-12-01 19:35:46.215138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.216000000, lastModified=2020-12-01 19:35:46.215138000, delta=862000 ns, racy<=2502500 ns
19:35:46.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.216000000, lastModified=2020-12-01 19:35:46.216138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.216000000, lastModified=2020-12-01 19:35:46.216138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.216000000, lastModified=2020-12-01 19:35:46.216138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.216000000, lastModified=2020-12-01 19:35:46.216138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.217000000, lastModified=2020-12-01 19:35:46.217138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.218 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.217138000 to 2020-12-01 19:35:46.218138000
19:35:46.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.219000000, lastModified=2020-12-01 19:35:46.219138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.219000000, lastModified=2020-12-01 19:35:46.219138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.220000000, lastModified=2020-12-01 19:35:46.219138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.219138000 to 2020-12-01 19:35:46.220138000
19:35:46.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.220000000, lastModified=2020-12-01 19:35:46.220138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.220000000, lastModified=2020-12-01 19:35:46.220138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.221000000, lastModified=2020-12-01 19:35:46.221138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.221000000, lastModified=2020-12-01 19:35:46.221138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.223000000, lastModified=2020-12-01 19:35:46.222138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.223000000, lastModified=2020-12-01 19:35:46.222138000, delta=862000 ns, racy<=2502500 ns
19:35:46.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.223000000, lastModified=2020-12-01 19:35:46.223138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.223000000, lastModified=2020-12-01 19:35:46.223138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.224 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.224000000, lastModified=2020-12-01 19:35:46.223138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.224 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.223138000 to 2020-12-01 19:35:46.224138000
19:35:46.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.234000000, lastModified=2020-12-01 19:35:46.234138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.234000000, lastModified=2020-12-01 19:35:46.234138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.234000000, lastModified=2020-12-01 19:35:46.234138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.234000000, lastModified=2020-12-01 19:35:46.234138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.235000000, lastModified=2020-12-01 19:35:46.234138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.234138000 to 2020-12-01 19:35:46.235138000
19:35:46.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.235000000, lastModified=2020-12-01 19:35:46.235138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.235000000, lastModified=2020-12-01 19:35:46.235138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.235000000, lastModified=2020-12-01 19:35:46.235138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.235000000, lastModified=2020-12-01 19:35:46.235138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.236000000, lastModified=2020-12-01 19:35:46.235138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.235138000 to 2020-12-01 19:35:46.236138000
19:35:46.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.236000000, lastModified=2020-12-01 19:35:46.236138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.236000000, lastModified=2020-12-01 19:35:46.236138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.236000000, lastModified=2020-12-01 19:35:46.236138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.236000000, lastModified=2020-12-01 19:35:46.236138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.237000000, lastModified=2020-12-01 19:35:46.236138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.236138000 to 2020-12-01 19:35:46.237138000
19:35:46.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.237000000, lastModified=2020-12-01 19:35:46.237138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.237000000, lastModified=2020-12-01 19:35:46.237138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.237000000, lastModified=2020-12-01 19:35:46.237138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.237000000, lastModified=2020-12-01 19:35:46.237138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.238000000, lastModified=2020-12-01 19:35:46.237138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.237138000 to 2020-12-01 19:35:46.238138000
19:35:46.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.238000000, lastModified=2020-12-01 19:35:46.238138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.238000000, lastModified=2020-12-01 19:35:46.238138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.238000000, lastModified=2020-12-01 19:35:46.238138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.238000000, lastModified=2020-12-01 19:35:46.238138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.239000000, lastModified=2020-12-01 19:35:46.238138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.238138000 to 2020-12-01 19:35:46.239138000
19:35:46.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.239000000, lastModified=2020-12-01 19:35:46.239138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.239000000, lastModified=2020-12-01 19:35:46.239138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.239000000, lastModified=2020-12-01 19:35:46.239138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.239000000, lastModified=2020-12-01 19:35:46.239138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.240000000, lastModified=2020-12-01 19:35:46.239138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.239138000 to 2020-12-01 19:35:46.240138000
19:35:46.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.240000000, lastModified=2020-12-01 19:35:46.240138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.240000000, lastModified=2020-12-01 19:35:46.240138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.240000000, lastModified=2020-12-01 19:35:46.240138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.240000000, lastModified=2020-12-01 19:35:46.240138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.241000000, lastModified=2020-12-01 19:35:46.240138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.240138000 to 2020-12-01 19:35:46.241138000
19:35:46.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.241000000, lastModified=2020-12-01 19:35:46.241138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.241000000, lastModified=2020-12-01 19:35:46.241138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.242000000, lastModified=2020-12-01 19:35:46.241138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.241138000 to 2020-12-01 19:35:46.242138000
19:35:46.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.242000000, lastModified=2020-12-01 19:35:46.242138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.242000000, lastModified=2020-12-01 19:35:46.242138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.242000000, lastModified=2020-12-01 19:35:46.242138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.242000000, lastModified=2020-12-01 19:35:46.242138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.243000000, lastModified=2020-12-01 19:35:46.242138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.242138000 to 2020-12-01 19:35:46.243138000
19:35:46.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.243000000, lastModified=2020-12-01 19:35:46.243138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.243000000, lastModified=2020-12-01 19:35:46.243138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.243000000, lastModified=2020-12-01 19:35:46.243138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.244 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.243000000, lastModified=2020-12-01 19:35:46.243138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.244 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.244 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.244000000, lastModified=2020-12-01 19:35:46.243138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.244 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.243138000 to 2020-12-01 19:35:46.244138000
19:35:46.244 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.244000000, lastModified=2020-12-01 19:35:46.244138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.244 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.244000000, lastModified=2020-12-01 19:35:46.244138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.244 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.245000000, lastModified=2020-12-01 19:35:46.244138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.245000000, lastModified=2020-12-01 19:35:46.244138000, delta=862000 ns, racy<=2502500 ns
19:35:46.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.245000000, lastModified=2020-12-01 19:35:46.244138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.244138000 to 2020-12-01 19:35:46.245138000
19:35:46.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.245000000, lastModified=2020-12-01 19:35:46.245138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.245000000, lastModified=2020-12-01 19:35:46.245138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.246000000, lastModified=2020-12-01 19:35:46.245138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.246000000, lastModified=2020-12-01 19:35:46.245138000, delta=862000 ns, racy<=2502500 ns
19:35:46.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.246000000, lastModified=2020-12-01 19:35:46.246138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.246000000, lastModified=2020-12-01 19:35:46.246138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.246000000, lastModified=2020-12-01 19:35:46.246138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.246000000, lastModified=2020-12-01 19:35:46.246138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.247000000, lastModified=2020-12-01 19:35:46.246138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.247000000, lastModified=2020-12-01 19:35:46.246138000, delta=862000 ns, racy<=2502500 ns
19:35:46.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.247000000, lastModified=2020-12-01 19:35:46.247138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.247000000, lastModified=2020-12-01 19:35:46.247138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.247000000, lastModified=2020-12-01 19:35:46.247138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.247000000, lastModified=2020-12-01 19:35:46.247138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.247000000, lastModified=2020-12-01 19:35:46.247138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.247000000, lastModified=2020-12-01 19:35:46.247138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.248000000, lastModified=2020-12-01 19:35:46.247138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.247138000 to 2020-12-01 19:35:46.248138000
19:35:46.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.248000000, lastModified=2020-12-01 19:35:46.248138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.248000000, lastModified=2020-12-01 19:35:46.248138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.248000000, lastModified=2020-12-01 19:35:46.248138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.248000000, lastModified=2020-12-01 19:35:46.248138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.249000000, lastModified=2020-12-01 19:35:46.248138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.248138000 to 2020-12-01 19:35:46.249138000
19:35:46.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.249000000, lastModified=2020-12-01 19:35:46.249138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.249000000, lastModified=2020-12-01 19:35:46.249138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.249000000, lastModified=2020-12-01 19:35:46.249138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.249000000, lastModified=2020-12-01 19:35:46.249138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.250000000, lastModified=2020-12-01 19:35:46.250138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.250000000, lastModified=2020-12-01 19:35:46.250138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.250000000, lastModified=2020-12-01 19:35:46.250138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.250000000, lastModified=2020-12-01 19:35:46.250138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.251000000, lastModified=2020-12-01 19:35:46.250138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.251000000, lastModified=2020-12-01 19:35:46.250138000, delta=862000 ns, racy<=2502500 ns
19:35:46.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.251000000, lastModified=2020-12-01 19:35:46.251138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.251000000, lastModified=2020-12-01 19:35:46.251138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.251000000, lastModified=2020-12-01 19:35:46.251138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.251000000, lastModified=2020-12-01 19:35:46.251138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.252000000, lastModified=2020-12-01 19:35:46.251138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.251138000 to 2020-12-01 19:35:46.252138000
19:35:46.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.252000000, lastModified=2020-12-01 19:35:46.252138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.252000000, lastModified=2020-12-01 19:35:46.252138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.253000000, lastModified=2020-12-01 19:35:46.252138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.252138000 to 2020-12-01 19:35:46.253138000
19:35:46.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.253000000, lastModified=2020-12-01 19:35:46.253138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.253000000, lastModified=2020-12-01 19:35:46.253138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.253000000, lastModified=2020-12-01 19:35:46.253138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.253000000, lastModified=2020-12-01 19:35:46.253138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.254000000, lastModified=2020-12-01 19:35:46.253138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.253138000 to 2020-12-01 19:35:46.254138000
19:35:46.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.254000000, lastModified=2020-12-01 19:35:46.254138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.254000000, lastModified=2020-12-01 19:35:46.254138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.255000000, lastModified=2020-12-01 19:35:46.254138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.255000000, lastModified=2020-12-01 19:35:46.254138000, delta=862000 ns, racy<=2502500 ns
19:35:46.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.255000000, lastModified=2020-12-01 19:35:46.254138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.254138000 to 2020-12-01 19:35:46.255138000
19:35:46.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.255000000, lastModified=2020-12-01 19:35:46.255138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.255000000, lastModified=2020-12-01 19:35:46.255138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.256000000, lastModified=2020-12-01 19:35:46.255138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.256000000, lastModified=2020-12-01 19:35:46.255138000, delta=862000 ns, racy<=2502500 ns
19:35:46.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.256000000, lastModified=2020-12-01 19:35:46.255138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.255138000 to 2020-12-01 19:35:46.256138000
19:35:46.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.256000000, lastModified=2020-12-01 19:35:46.256138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.256000000, lastModified=2020-12-01 19:35:46.256138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.257000000, lastModified=2020-12-01 19:35:46.256138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.256138000 to 2020-12-01 19:35:46.257138000
19:35:46.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.257000000, lastModified=2020-12-01 19:35:46.257138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.257000000, lastModified=2020-12-01 19:35:46.257138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.257000000, lastModified=2020-12-01 19:35:46.257138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.257000000, lastModified=2020-12-01 19:35:46.257138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.258000000, lastModified=2020-12-01 19:35:46.257138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.257138000 to 2020-12-01 19:35:46.258138000
19:35:46.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.258000000, lastModified=2020-12-01 19:35:46.258138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.258000000, lastModified=2020-12-01 19:35:46.258138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.259000000, lastModified=2020-12-01 19:35:46.258138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.259000000, lastModified=2020-12-01 19:35:46.258138000, delta=862000 ns, racy<=2502500 ns
19:35:46.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.259000000, lastModified=2020-12-01 19:35:46.259138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.259000000, lastModified=2020-12-01 19:35:46.259138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.259000000, lastModified=2020-12-01 19:35:46.259138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.259000000, lastModified=2020-12-01 19:35:46.259138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.260000000, lastModified=2020-12-01 19:35:46.259138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.259138000 to 2020-12-01 19:35:46.260138000
19:35:46.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.260000000, lastModified=2020-12-01 19:35:46.260138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.260000000, lastModified=2020-12-01 19:35:46.260138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.260000000, lastModified=2020-12-01 19:35:46.260138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.260000000, lastModified=2020-12-01 19:35:46.260138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.261000000, lastModified=2020-12-01 19:35:46.260138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.260138000 to 2020-12-01 19:35:46.261138000
19:35:46.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.261000000, lastModified=2020-12-01 19:35:46.261138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.261000000, lastModified=2020-12-01 19:35:46.261138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.261000000, lastModified=2020-12-01 19:35:46.261138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.261000000, lastModified=2020-12-01 19:35:46.261138000, delta=-138000 ns, racy<=2502500 ns
19:35:46.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.262000000, lastModified=2020-12-01 19:35:46.261138000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.261138000 to 2020-12-01 19:35:46.262137000
19:35:46.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.262000000, lastModified=2020-12-01 19:35:46.262137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.262000000, lastModified=2020-12-01 19:35:46.262137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.263000000, lastModified=2020-12-01 19:35:46.263137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.263000000, lastModified=2020-12-01 19:35:46.263137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.263000000, lastModified=2020-12-01 19:35:46.263137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.263000000, lastModified=2020-12-01 19:35:46.263137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.264000000, lastModified=2020-12-01 19:35:46.263137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.264000000, lastModified=2020-12-01 19:35:46.263137000, delta=863000 ns, racy<=2502500 ns
19:35:46.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.264000000, lastModified=2020-12-01 19:35:46.264137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.264000000, lastModified=2020-12-01 19:35:46.264137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.264000000, lastModified=2020-12-01 19:35:46.264137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.264000000, lastModified=2020-12-01 19:35:46.264137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.265000000, lastModified=2020-12-01 19:35:46.264137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.264137000 to 2020-12-01 19:35:46.265137000
19:35:46.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.265000000, lastModified=2020-12-01 19:35:46.265137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.265000000, lastModified=2020-12-01 19:35:46.265137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.265000000, lastModified=2020-12-01 19:35:46.265137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.265000000, lastModified=2020-12-01 19:35:46.265137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.266000000, lastModified=2020-12-01 19:35:46.265137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.265137000 to 2020-12-01 19:35:46.266137000
19:35:46.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.266000000, lastModified=2020-12-01 19:35:46.266137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.266000000, lastModified=2020-12-01 19:35:46.266137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.266000000, lastModified=2020-12-01 19:35:46.266137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.266000000, lastModified=2020-12-01 19:35:46.266137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.267000000, lastModified=2020-12-01 19:35:46.266137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.266137000 to 2020-12-01 19:35:46.267137000
19:35:46.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.267000000, lastModified=2020-12-01 19:35:46.267137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.267000000, lastModified=2020-12-01 19:35:46.267137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.267000000, lastModified=2020-12-01 19:35:46.267137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.267000000, lastModified=2020-12-01 19:35:46.267137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.268000000, lastModified=2020-12-01 19:35:46.267137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.267137000 to 2020-12-01 19:35:46.268137000
19:35:46.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.268000000, lastModified=2020-12-01 19:35:46.268137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.268000000, lastModified=2020-12-01 19:35:46.268137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.269000000, lastModified=2020-12-01 19:35:46.268137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.269000000, lastModified=2020-12-01 19:35:46.268137000, delta=863000 ns, racy<=2502500 ns
19:35:46.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.269000000, lastModified=2020-12-01 19:35:46.269137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.269000000, lastModified=2020-12-01 19:35:46.269137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.269000000, lastModified=2020-12-01 19:35:46.269137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.269000000, lastModified=2020-12-01 19:35:46.269137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.270000000, lastModified=2020-12-01 19:35:46.269137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.270000000, lastModified=2020-12-01 19:35:46.269137000, delta=863000 ns, racy<=2502500 ns
19:35:46.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.270000000, lastModified=2020-12-01 19:35:46.270137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.270000000, lastModified=2020-12-01 19:35:46.270137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.270000000, lastModified=2020-12-01 19:35:46.270137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.270000000, lastModified=2020-12-01 19:35:46.270137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.271000000, lastModified=2020-12-01 19:35:46.270137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.270137000 to 2020-12-01 19:35:46.271137000
19:35:46.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.271000000, lastModified=2020-12-01 19:35:46.271137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.271000000, lastModified=2020-12-01 19:35:46.271137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.272 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.271000000, lastModified=2020-12-01 19:35:46.271137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.272 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.271000000, lastModified=2020-12-01 19:35:46.271137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.272 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.272 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.272000000, lastModified=2020-12-01 19:35:46.272137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.272 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.272000000, lastModified=2020-12-01 19:35:46.272137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.272 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.272 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.272000000, lastModified=2020-12-01 19:35:46.272137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.272 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.272000000, lastModified=2020-12-01 19:35:46.272137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.272 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.273000000, lastModified=2020-12-01 19:35:46.272137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.273000000, lastModified=2020-12-01 19:35:46.272137000, delta=863000 ns, racy<=2502500 ns
19:35:46.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.273000000, lastModified=2020-12-01 19:35:46.273137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.273000000, lastModified=2020-12-01 19:35:46.273137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.273000000, lastModified=2020-12-01 19:35:46.273137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.273000000, lastModified=2020-12-01 19:35:46.273137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.274000000, lastModified=2020-12-01 19:35:46.273137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.274000000, lastModified=2020-12-01 19:35:46.273137000, delta=863000 ns, racy<=2502500 ns
19:35:46.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.274000000, lastModified=2020-12-01 19:35:46.274137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.274000000, lastModified=2020-12-01 19:35:46.274137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.274000000, lastModified=2020-12-01 19:35:46.274137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.274000000, lastModified=2020-12-01 19:35:46.274137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.275000000, lastModified=2020-12-01 19:35:46.274137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.306 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.274137000 to 2020-12-01 19:35:46.306137000
19:35:46.306 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.306000000, lastModified=2020-12-01 19:35:46.306137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.306000000, lastModified=2020-12-01 19:35:46.306137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.307000000, lastModified=2020-12-01 19:35:46.306137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.306137000 to 2020-12-01 19:35:46.307137000
19:35:46.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.307000000, lastModified=2020-12-01 19:35:46.307137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.307000000, lastModified=2020-12-01 19:35:46.307137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.307000000, lastModified=2020-12-01 19:35:46.307137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.307000000, lastModified=2020-12-01 19:35:46.307137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.308000000, lastModified=2020-12-01 19:35:46.307137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.307137000 to 2020-12-01 19:35:46.308137000
19:35:46.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.308000000, lastModified=2020-12-01 19:35:46.308137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.308000000, lastModified=2020-12-01 19:35:46.308137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.308000000, lastModified=2020-12-01 19:35:46.308137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.308000000, lastModified=2020-12-01 19:35:46.308137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.309000000, lastModified=2020-12-01 19:35:46.308137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.308137000 to 2020-12-01 19:35:46.309137000
19:35:46.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.309000000, lastModified=2020-12-01 19:35:46.309137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.309000000, lastModified=2020-12-01 19:35:46.309137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.309000000, lastModified=2020-12-01 19:35:46.309137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.309000000, lastModified=2020-12-01 19:35:46.309137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.310000000, lastModified=2020-12-01 19:35:46.309137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.309137000 to 2020-12-01 19:35:46.310137000
19:35:46.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.310000000, lastModified=2020-12-01 19:35:46.310137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.310000000, lastModified=2020-12-01 19:35:46.310137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.310000000, lastModified=2020-12-01 19:35:46.310137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.311 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.310000000, lastModified=2020-12-01 19:35:46.310137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.311 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.311 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.311000000, lastModified=2020-12-01 19:35:46.310137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.311 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.310137000 to 2020-12-01 19:35:46.311137000
19:35:46.311 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.311000000, lastModified=2020-12-01 19:35:46.311137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.311 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.311000000, lastModified=2020-12-01 19:35:46.311137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.311 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.311000000, lastModified=2020-12-01 19:35:46.311137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.311000000, lastModified=2020-12-01 19:35:46.311137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.312000000, lastModified=2020-12-01 19:35:46.311137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.311137000 to 2020-12-01 19:35:46.312137000
19:35:46.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.312000000, lastModified=2020-12-01 19:35:46.312137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.312000000, lastModified=2020-12-01 19:35:46.312137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.312000000, lastModified=2020-12-01 19:35:46.312137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.312000000, lastModified=2020-12-01 19:35:46.312137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.313000000, lastModified=2020-12-01 19:35:46.312137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.312137000 to 2020-12-01 19:35:46.313137000
19:35:46.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.313000000, lastModified=2020-12-01 19:35:46.313137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.313000000, lastModified=2020-12-01 19:35:46.313137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.314000000, lastModified=2020-12-01 19:35:46.313137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.314000000, lastModified=2020-12-01 19:35:46.313137000, delta=863000 ns, racy<=2502500 ns
19:35:46.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.314000000, lastModified=2020-12-01 19:35:46.313137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.313137000 to 2020-12-01 19:35:46.314137000
19:35:46.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.314000000, lastModified=2020-12-01 19:35:46.314137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.314000000, lastModified=2020-12-01 19:35:46.314137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.315000000, lastModified=2020-12-01 19:35:46.314137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.314137000 to 2020-12-01 19:35:46.315137000
19:35:46.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.315000000, lastModified=2020-12-01 19:35:46.315137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.315000000, lastModified=2020-12-01 19:35:46.315137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.315000000, lastModified=2020-12-01 19:35:46.315137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.315000000, lastModified=2020-12-01 19:35:46.315137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.316000000, lastModified=2020-12-01 19:35:46.315137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.315137000 to 2020-12-01 19:35:46.316137000
19:35:46.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.316000000, lastModified=2020-12-01 19:35:46.316137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.316000000, lastModified=2020-12-01 19:35:46.316137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.316000000, lastModified=2020-12-01 19:35:46.316137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.316000000, lastModified=2020-12-01 19:35:46.316137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.317000000, lastModified=2020-12-01 19:35:46.316137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.316137000 to 2020-12-01 19:35:46.317137000
19:35:46.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.317000000, lastModified=2020-12-01 19:35:46.317137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.317000000, lastModified=2020-12-01 19:35:46.317137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.317000000, lastModified=2020-12-01 19:35:46.317137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.317000000, lastModified=2020-12-01 19:35:46.317137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.318000000, lastModified=2020-12-01 19:35:46.317137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.317137000 to 2020-12-01 19:35:46.318137000
19:35:46.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.318000000, lastModified=2020-12-01 19:35:46.318137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.318000000, lastModified=2020-12-01 19:35:46.318137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.318000000, lastModified=2020-12-01 19:35:46.318137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.318000000, lastModified=2020-12-01 19:35:46.318137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.319000000, lastModified=2020-12-01 19:35:46.318137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.319000000, lastModified=2020-12-01 19:35:46.318137000, delta=863000 ns, racy<=2502500 ns
19:35:46.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.319000000, lastModified=2020-12-01 19:35:46.319137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.319000000, lastModified=2020-12-01 19:35:46.319137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.319000000, lastModified=2020-12-01 19:35:46.319137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.319000000, lastModified=2020-12-01 19:35:46.319137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.320000000, lastModified=2020-12-01 19:35:46.319137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.320000000, lastModified=2020-12-01 19:35:46.319137000, delta=863000 ns, racy<=2502500 ns
19:35:46.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.320000000, lastModified=2020-12-01 19:35:46.320137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.320000000, lastModified=2020-12-01 19:35:46.320137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.320000000, lastModified=2020-12-01 19:35:46.320137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.320000000, lastModified=2020-12-01 19:35:46.320137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.321000000, lastModified=2020-12-01 19:35:46.320137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.321000000, lastModified=2020-12-01 19:35:46.320137000, delta=863000 ns, racy<=2502500 ns
19:35:46.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.321000000, lastModified=2020-12-01 19:35:46.321137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.321000000, lastModified=2020-12-01 19:35:46.321137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.321000000, lastModified=2020-12-01 19:35:46.321137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.321000000, lastModified=2020-12-01 19:35:46.321137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.322000000, lastModified=2020-12-01 19:35:46.321137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.322000000, lastModified=2020-12-01 19:35:46.321137000, delta=863000 ns, racy<=2502500 ns
19:35:46.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.322000000, lastModified=2020-12-01 19:35:46.322137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.322000000, lastModified=2020-12-01 19:35:46.322137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.322000000, lastModified=2020-12-01 19:35:46.322137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.322000000, lastModified=2020-12-01 19:35:46.322137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.323000000, lastModified=2020-12-01 19:35:46.322137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.323000000, lastModified=2020-12-01 19:35:46.322137000, delta=863000 ns, racy<=2502500 ns
19:35:46.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.323000000, lastModified=2020-12-01 19:35:46.323137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.323000000, lastModified=2020-12-01 19:35:46.323137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.323000000, lastModified=2020-12-01 19:35:46.323137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.323000000, lastModified=2020-12-01 19:35:46.323137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.324000000, lastModified=2020-12-01 19:35:46.323137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.324000000, lastModified=2020-12-01 19:35:46.323137000, delta=863000 ns, racy<=2502500 ns
19:35:46.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.324000000, lastModified=2020-12-01 19:35:46.324137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.324000000, lastModified=2020-12-01 19:35:46.324137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.324000000, lastModified=2020-12-01 19:35:46.324137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.324000000, lastModified=2020-12-01 19:35:46.324137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.325000000, lastModified=2020-12-01 19:35:46.324137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.325000000, lastModified=2020-12-01 19:35:46.324137000, delta=863000 ns, racy<=2502500 ns
19:35:46.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.325000000, lastModified=2020-12-01 19:35:46.325137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.325000000, lastModified=2020-12-01 19:35:46.325137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.325000000, lastModified=2020-12-01 19:35:46.325137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.325000000, lastModified=2020-12-01 19:35:46.325137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.326000000, lastModified=2020-12-01 19:35:46.325137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.326000000, lastModified=2020-12-01 19:35:46.325137000, delta=863000 ns, racy<=2502500 ns
19:35:46.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.326000000, lastModified=2020-12-01 19:35:46.325137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.325137000 to 2020-12-01 19:35:46.326137000
19:35:46.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.326000000, lastModified=2020-12-01 19:35:46.326137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.326000000, lastModified=2020-12-01 19:35:46.326137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.327000000, lastModified=2020-12-01 19:35:46.326137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.327000000, lastModified=2020-12-01 19:35:46.326137000, delta=863000 ns, racy<=2502500 ns
19:35:46.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.327000000, lastModified=2020-12-01 19:35:46.327137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.327000000, lastModified=2020-12-01 19:35:46.327137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.327000000, lastModified=2020-12-01 19:35:46.327137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.327000000, lastModified=2020-12-01 19:35:46.327137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.328000000, lastModified=2020-12-01 19:35:46.327137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.328000000, lastModified=2020-12-01 19:35:46.327137000, delta=863000 ns, racy<=2502500 ns
19:35:46.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.328000000, lastModified=2020-12-01 19:35:46.328137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.328000000, lastModified=2020-12-01 19:35:46.328137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.328000000, lastModified=2020-12-01 19:35:46.328137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.328000000, lastModified=2020-12-01 19:35:46.328137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.329000000, lastModified=2020-12-01 19:35:46.328137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.328137000 to 2020-12-01 19:35:46.329137000
19:35:46.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.329000000, lastModified=2020-12-01 19:35:46.329137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.329000000, lastModified=2020-12-01 19:35:46.329137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.329000000, lastModified=2020-12-01 19:35:46.329137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.329000000, lastModified=2020-12-01 19:35:46.329137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.330000000, lastModified=2020-12-01 19:35:46.329137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.329137000 to 2020-12-01 19:35:46.330137000
19:35:46.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.330000000, lastModified=2020-12-01 19:35:46.330137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.330000000, lastModified=2020-12-01 19:35:46.330137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.330000000, lastModified=2020-12-01 19:35:46.330137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.330000000, lastModified=2020-12-01 19:35:46.330137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.331000000, lastModified=2020-12-01 19:35:46.330137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.330137000 to 2020-12-01 19:35:46.331137000
19:35:46.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.331000000, lastModified=2020-12-01 19:35:46.331137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.331000000, lastModified=2020-12-01 19:35:46.331137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.331000000, lastModified=2020-12-01 19:35:46.331137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.331000000, lastModified=2020-12-01 19:35:46.331137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.332000000, lastModified=2020-12-01 19:35:46.331137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.331137000 to 2020-12-01 19:35:46.332137000
19:35:46.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.332000000, lastModified=2020-12-01 19:35:46.332137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.332000000, lastModified=2020-12-01 19:35:46.332137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.332000000, lastModified=2020-12-01 19:35:46.332137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.332000000, lastModified=2020-12-01 19:35:46.332137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.333000000, lastModified=2020-12-01 19:35:46.332137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.332137000 to 2020-12-01 19:35:46.333137000
19:35:46.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.333000000, lastModified=2020-12-01 19:35:46.333137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.333000000, lastModified=2020-12-01 19:35:46.333137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.333000000, lastModified=2020-12-01 19:35:46.333137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.333000000, lastModified=2020-12-01 19:35:46.333137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.334000000, lastModified=2020-12-01 19:35:46.334137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.334000000, lastModified=2020-12-01 19:35:46.334137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.334000000, lastModified=2020-12-01 19:35:46.334137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.334000000, lastModified=2020-12-01 19:35:46.334137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.335000000, lastModified=2020-12-01 19:35:46.334137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.335000000, lastModified=2020-12-01 19:35:46.334137000, delta=863000 ns, racy<=2502500 ns
19:35:46.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.335000000, lastModified=2020-12-01 19:35:46.335137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.335000000, lastModified=2020-12-01 19:35:46.335137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.335000000, lastModified=2020-12-01 19:35:46.335137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.335000000, lastModified=2020-12-01 19:35:46.335137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.336000000, lastModified=2020-12-01 19:35:46.335137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.336000000, lastModified=2020-12-01 19:35:46.335137000, delta=863000 ns, racy<=2502500 ns
19:35:46.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.336000000, lastModified=2020-12-01 19:35:46.335137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.335137000 to 2020-12-01 19:35:46.336137000
19:35:46.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.336000000, lastModified=2020-12-01 19:35:46.336137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.336000000, lastModified=2020-12-01 19:35:46.336137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.336000000, lastModified=2020-12-01 19:35:46.336137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.336000000, lastModified=2020-12-01 19:35:46.336137000, delta=-137000 ns, racy<=2502500 ns
19:35:46.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.337000000, lastModified=2020-12-01 19:35:46.336137000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.336137000 to 2020-12-01 19:35:46.337136000
19:35:46.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.337000000, lastModified=2020-12-01 19:35:46.337136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.337000000, lastModified=2020-12-01 19:35:46.337136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.338000000, lastModified=2020-12-01 19:35:46.337136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.338000000, lastModified=2020-12-01 19:35:46.337136000, delta=864000 ns, racy<=2502500 ns
19:35:46.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.338000000, lastModified=2020-12-01 19:35:46.338136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.338000000, lastModified=2020-12-01 19:35:46.338136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.338000000, lastModified=2020-12-01 19:35:46.338136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.339 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.338000000, lastModified=2020-12-01 19:35:46.338136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.339 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.339 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.339000000, lastModified=2020-12-01 19:35:46.338136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.339 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.339000000, lastModified=2020-12-01 19:35:46.338136000, delta=864000 ns, racy<=2502500 ns
19:35:46.339 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.339 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.339000000, lastModified=2020-12-01 19:35:46.339136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.339 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.339000000, lastModified=2020-12-01 19:35:46.339136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.339 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.339 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.339000000, lastModified=2020-12-01 19:35:46.339136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.339000000, lastModified=2020-12-01 19:35:46.339136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.340000000, lastModified=2020-12-01 19:35:46.339136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.340000000, lastModified=2020-12-01 19:35:46.339136000, delta=864000 ns, racy<=2502500 ns
19:35:46.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.340000000, lastModified=2020-12-01 19:35:46.340136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.340000000, lastModified=2020-12-01 19:35:46.340136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.340000000, lastModified=2020-12-01 19:35:46.340136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.340000000, lastModified=2020-12-01 19:35:46.340136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.341000000, lastModified=2020-12-01 19:35:46.340136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.341000000, lastModified=2020-12-01 19:35:46.340136000, delta=864000 ns, racy<=2502500 ns
19:35:46.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.341000000, lastModified=2020-12-01 19:35:46.341136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.341000000, lastModified=2020-12-01 19:35:46.341136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.341000000, lastModified=2020-12-01 19:35:46.341136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.341000000, lastModified=2020-12-01 19:35:46.341136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.342000000, lastModified=2020-12-01 19:35:46.341136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.342000000, lastModified=2020-12-01 19:35:46.341136000, delta=864000 ns, racy<=2502500 ns
19:35:46.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.342000000, lastModified=2020-12-01 19:35:46.342136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.342000000, lastModified=2020-12-01 19:35:46.342136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.342000000, lastModified=2020-12-01 19:35:46.342136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.342000000, lastModified=2020-12-01 19:35:46.342136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.343000000, lastModified=2020-12-01 19:35:46.342136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.342136000 to 2020-12-01 19:35:46.343136000
19:35:46.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.343000000, lastModified=2020-12-01 19:35:46.343136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.343000000, lastModified=2020-12-01 19:35:46.343136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.343000000, lastModified=2020-12-01 19:35:46.343136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.343000000, lastModified=2020-12-01 19:35:46.343136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.344000000, lastModified=2020-12-01 19:35:46.343136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.343136000 to 2020-12-01 19:35:46.344136000
19:35:46.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.344000000, lastModified=2020-12-01 19:35:46.344136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.344000000, lastModified=2020-12-01 19:35:46.344136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.344000000, lastModified=2020-12-01 19:35:46.344136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.344000000, lastModified=2020-12-01 19:35:46.344136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.345000000, lastModified=2020-12-01 19:35:46.344136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.344136000 to 2020-12-01 19:35:46.345136000
19:35:46.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.345000000, lastModified=2020-12-01 19:35:46.345136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.345000000, lastModified=2020-12-01 19:35:46.345136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.346 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.346000000, lastModified=2020-12-01 19:35:46.345136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.346 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.346000000, lastModified=2020-12-01 19:35:46.345136000, delta=864000 ns, racy<=2502500 ns
19:35:46.346 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.346 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.346000000, lastModified=2020-12-01 19:35:46.345136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.346 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.345136000 to 2020-12-01 19:35:46.346136000
19:35:46.346 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.346000000, lastModified=2020-12-01 19:35:46.346136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.346 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.346000000, lastModified=2020-12-01 19:35:46.346136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.346 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.347000000, lastModified=2020-12-01 19:35:46.346136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.347000000, lastModified=2020-12-01 19:35:46.346136000, delta=864000 ns, racy<=2502500 ns
19:35:46.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.347000000, lastModified=2020-12-01 19:35:46.346136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.346136000 to 2020-12-01 19:35:46.347136000
19:35:46.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.347000000, lastModified=2020-12-01 19:35:46.347136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.347000000, lastModified=2020-12-01 19:35:46.347136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.348 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.348000000, lastModified=2020-12-01 19:35:46.347136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.348 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.348000000, lastModified=2020-12-01 19:35:46.347136000, delta=864000 ns, racy<=2502500 ns
19:35:46.348 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.348 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.348000000, lastModified=2020-12-01 19:35:46.347136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.348 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.347136000 to 2020-12-01 19:35:46.348136000
19:35:46.348 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.348000000, lastModified=2020-12-01 19:35:46.348136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.348 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.348000000, lastModified=2020-12-01 19:35:46.348136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.348 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.349000000, lastModified=2020-12-01 19:35:46.348136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.349000000, lastModified=2020-12-01 19:35:46.348136000, delta=864000 ns, racy<=2502500 ns
19:35:46.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.349000000, lastModified=2020-12-01 19:35:46.348136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.348136000 to 2020-12-01 19:35:46.349136000
19:35:46.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.349000000, lastModified=2020-12-01 19:35:46.349136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.349000000, lastModified=2020-12-01 19:35:46.349136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.350 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.349000000, lastModified=2020-12-01 19:35:46.349136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.350 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.349000000, lastModified=2020-12-01 19:35:46.349136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.350 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.350 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.350000000, lastModified=2020-12-01 19:35:46.349136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.406 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.349136000 to 2020-12-01 19:35:46.406136000
19:35:46.407 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.406000000, lastModified=2020-12-01 19:35:46.406136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.407 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.406000000, lastModified=2020-12-01 19:35:46.406136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.407 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.407 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.407000000, lastModified=2020-12-01 19:35:46.407136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.407 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.407000000, lastModified=2020-12-01 19:35:46.407136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.407 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.408 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.408000000, lastModified=2020-12-01 19:35:46.407136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.408 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.408000000, lastModified=2020-12-01 19:35:46.407136000, delta=864000 ns, racy<=2502500 ns
19:35:46.408 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.408 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.408000000, lastModified=2020-12-01 19:35:46.408136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.408 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.408000000, lastModified=2020-12-01 19:35:46.408136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.408 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.409 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.409000000, lastModified=2020-12-01 19:35:46.408136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.409 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.409000000, lastModified=2020-12-01 19:35:46.408136000, delta=864000 ns, racy<=2502500 ns
19:35:46.409 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.409 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.409000000, lastModified=2020-12-01 19:35:46.409136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.409 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.409000000, lastModified=2020-12-01 19:35:46.409136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.409 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.410 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.410000000, lastModified=2020-12-01 19:35:46.409136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.410 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.409136000 to 2020-12-01 19:35:46.410136000
19:35:46.410 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.410000000, lastModified=2020-12-01 19:35:46.410136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.411 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.410000000, lastModified=2020-12-01 19:35:46.410136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.411 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.411 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.411000000, lastModified=2020-12-01 19:35:46.411136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.411 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.411000000, lastModified=2020-12-01 19:35:46.411136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.411 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.411 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.411000000, lastModified=2020-12-01 19:35:46.411136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.411000000, lastModified=2020-12-01 19:35:46.411136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.412000000, lastModified=2020-12-01 19:35:46.412136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.412000000, lastModified=2020-12-01 19:35:46.412136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.412000000, lastModified=2020-12-01 19:35:46.412136000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.412000000, lastModified=2020-12-01 19:35:46.412136000, delta=-136000 ns, racy<=2502500 ns
19:35:46.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.413000000, lastModified=2020-12-01 19:35:46.413135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.413000000, lastModified=2020-12-01 19:35:46.413135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.414000000, lastModified=2020-12-01 19:35:46.413135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.414000000, lastModified=2020-12-01 19:35:46.413135000, delta=865000 ns, racy<=2502500 ns
19:35:46.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.414000000, lastModified=2020-12-01 19:35:46.414135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.414000000, lastModified=2020-12-01 19:35:46.414135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.415 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.415000000, lastModified=2020-12-01 19:35:46.414135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.414135000 to 2020-12-01 19:35:46.415135000
19:35:46.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.416000000, lastModified=2020-12-01 19:35:46.416135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.416000000, lastModified=2020-12-01 19:35:46.416135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.416000000, lastModified=2020-12-01 19:35:46.416135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.416000000, lastModified=2020-12-01 19:35:46.416135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.417000000, lastModified=2020-12-01 19:35:46.416135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.416135000 to 2020-12-01 19:35:46.417135000
19:35:46.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.417000000, lastModified=2020-12-01 19:35:46.417135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.417000000, lastModified=2020-12-01 19:35:46.417135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.417000000, lastModified=2020-12-01 19:35:46.417135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.417000000, lastModified=2020-12-01 19:35:46.417135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.418000000, lastModified=2020-12-01 19:35:46.417135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.417135000 to 2020-12-01 19:35:46.418135000
19:35:46.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.418000000, lastModified=2020-12-01 19:35:46.418135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.418000000, lastModified=2020-12-01 19:35:46.418135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.418000000, lastModified=2020-12-01 19:35:46.418135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.418000000, lastModified=2020-12-01 19:35:46.418135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.419000000, lastModified=2020-12-01 19:35:46.418135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.418135000 to 2020-12-01 19:35:46.419135000
19:35:46.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.419000000, lastModified=2020-12-01 19:35:46.419135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.419000000, lastModified=2020-12-01 19:35:46.419135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.419000000, lastModified=2020-12-01 19:35:46.419135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.419000000, lastModified=2020-12-01 19:35:46.419135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.420000000, lastModified=2020-12-01 19:35:46.419135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.419135000 to 2020-12-01 19:35:46.420135000
19:35:46.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.420000000, lastModified=2020-12-01 19:35:46.420135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.420000000, lastModified=2020-12-01 19:35:46.420135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.420000000, lastModified=2020-12-01 19:35:46.420135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.420000000, lastModified=2020-12-01 19:35:46.420135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.421000000, lastModified=2020-12-01 19:35:46.420135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.421000000, lastModified=2020-12-01 19:35:46.420135000, delta=865000 ns, racy<=2502500 ns
19:35:46.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.421000000, lastModified=2020-12-01 19:35:46.421135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.421000000, lastModified=2020-12-01 19:35:46.421135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.421000000, lastModified=2020-12-01 19:35:46.421135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.421000000, lastModified=2020-12-01 19:35:46.421135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.422000000, lastModified=2020-12-01 19:35:46.421135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.422000000, lastModified=2020-12-01 19:35:46.421135000, delta=865000 ns, racy<=2502500 ns
19:35:46.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.422000000, lastModified=2020-12-01 19:35:46.422135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.422000000, lastModified=2020-12-01 19:35:46.422135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.422000000, lastModified=2020-12-01 19:35:46.422135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.422000000, lastModified=2020-12-01 19:35:46.422135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.423000000, lastModified=2020-12-01 19:35:46.422135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.423000000, lastModified=2020-12-01 19:35:46.422135000, delta=865000 ns, racy<=2502500 ns
19:35:46.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.423000000, lastModified=2020-12-01 19:35:46.423135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.423000000, lastModified=2020-12-01 19:35:46.423135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.423000000, lastModified=2020-12-01 19:35:46.423135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.423000000, lastModified=2020-12-01 19:35:46.423135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.424000000, lastModified=2020-12-01 19:35:46.423135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.424000000, lastModified=2020-12-01 19:35:46.423135000, delta=865000 ns, racy<=2502500 ns
19:35:46.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.424000000, lastModified=2020-12-01 19:35:46.424135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.424000000, lastModified=2020-12-01 19:35:46.424135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.424000000, lastModified=2020-12-01 19:35:46.424135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.424000000, lastModified=2020-12-01 19:35:46.424135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.425000000, lastModified=2020-12-01 19:35:46.424135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.425000000, lastModified=2020-12-01 19:35:46.424135000, delta=865000 ns, racy<=2502500 ns
19:35:46.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.425000000, lastModified=2020-12-01 19:35:46.425135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.425000000, lastModified=2020-12-01 19:35:46.425135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.425000000, lastModified=2020-12-01 19:35:46.425135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.425000000, lastModified=2020-12-01 19:35:46.425135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.426000000, lastModified=2020-12-01 19:35:46.425135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.425135000 to 2020-12-01 19:35:46.426135000
19:35:46.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.426000000, lastModified=2020-12-01 19:35:46.426135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.426000000, lastModified=2020-12-01 19:35:46.426135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.426000000, lastModified=2020-12-01 19:35:46.426135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.426000000, lastModified=2020-12-01 19:35:46.426135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.427000000, lastModified=2020-12-01 19:35:46.426135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.426135000 to 2020-12-01 19:35:46.427135000
19:35:46.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.427000000, lastModified=2020-12-01 19:35:46.427135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.427000000, lastModified=2020-12-01 19:35:46.427135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.427000000, lastModified=2020-12-01 19:35:46.427135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.427000000, lastModified=2020-12-01 19:35:46.427135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.428000000, lastModified=2020-12-01 19:35:46.427135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.428000000, lastModified=2020-12-01 19:35:46.427135000, delta=865000 ns, racy<=2502500 ns
19:35:46.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.428000000, lastModified=2020-12-01 19:35:46.428135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.428000000, lastModified=2020-12-01 19:35:46.428135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.428000000, lastModified=2020-12-01 19:35:46.428135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.428000000, lastModified=2020-12-01 19:35:46.428135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.429000000, lastModified=2020-12-01 19:35:46.428135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.429000000, lastModified=2020-12-01 19:35:46.428135000, delta=865000 ns, racy<=2502500 ns
19:35:46.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.429000000, lastModified=2020-12-01 19:35:46.429135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.429000000, lastModified=2020-12-01 19:35:46.429135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.429000000, lastModified=2020-12-01 19:35:46.429135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.429000000, lastModified=2020-12-01 19:35:46.429135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.430000000, lastModified=2020-12-01 19:35:46.429135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.429135000 to 2020-12-01 19:35:46.430135000
19:35:46.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.430000000, lastModified=2020-12-01 19:35:46.430135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.430000000, lastModified=2020-12-01 19:35:46.430135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.430000000, lastModified=2020-12-01 19:35:46.430135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.430000000, lastModified=2020-12-01 19:35:46.430135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.431000000, lastModified=2020-12-01 19:35:46.430135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.430135000 to 2020-12-01 19:35:46.431135000
19:35:46.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.431000000, lastModified=2020-12-01 19:35:46.431135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.431000000, lastModified=2020-12-01 19:35:46.431135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.431000000, lastModified=2020-12-01 19:35:46.431135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.431000000, lastModified=2020-12-01 19:35:46.431135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.432000000, lastModified=2020-12-01 19:35:46.431135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.431135000 to 2020-12-01 19:35:46.432135000
19:35:46.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.432000000, lastModified=2020-12-01 19:35:46.432135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.432000000, lastModified=2020-12-01 19:35:46.432135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.432000000, lastModified=2020-12-01 19:35:46.432135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.432000000, lastModified=2020-12-01 19:35:46.432135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.433000000, lastModified=2020-12-01 19:35:46.432135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.433000000, lastModified=2020-12-01 19:35:46.432135000, delta=865000 ns, racy<=2502500 ns
19:35:46.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.433000000, lastModified=2020-12-01 19:35:46.433135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.433000000, lastModified=2020-12-01 19:35:46.433135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.433000000, lastModified=2020-12-01 19:35:46.433135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.433000000, lastModified=2020-12-01 19:35:46.433135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.434000000, lastModified=2020-12-01 19:35:46.433135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.434000000, lastModified=2020-12-01 19:35:46.433135000, delta=865000 ns, racy<=2502500 ns
19:35:46.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.434000000, lastModified=2020-12-01 19:35:46.433135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.433135000 to 2020-12-01 19:35:46.434135000
19:35:46.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.434000000, lastModified=2020-12-01 19:35:46.434135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.434000000, lastModified=2020-12-01 19:35:46.434135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.435000000, lastModified=2020-12-01 19:35:46.435135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.435000000, lastModified=2020-12-01 19:35:46.435135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.436000000, lastModified=2020-12-01 19:35:46.436135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.436000000, lastModified=2020-12-01 19:35:46.436135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.436000000, lastModified=2020-12-01 19:35:46.436135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.436000000, lastModified=2020-12-01 19:35:46.436135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.437000000, lastModified=2020-12-01 19:35:46.437135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.437000000, lastModified=2020-12-01 19:35:46.437135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.438000000, lastModified=2020-12-01 19:35:46.437135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.438000000, lastModified=2020-12-01 19:35:46.437135000, delta=865000 ns, racy<=2502500 ns
19:35:46.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.438000000, lastModified=2020-12-01 19:35:46.438135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.438000000, lastModified=2020-12-01 19:35:46.438135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.439000000, lastModified=2020-12-01 19:35:46.438135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.439000000, lastModified=2020-12-01 19:35:46.438135000, delta=865000 ns, racy<=2502500 ns
19:35:46.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.439000000, lastModified=2020-12-01 19:35:46.439135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.439000000, lastModified=2020-12-01 19:35:46.439135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.441000000, lastModified=2020-12-01 19:35:46.440135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.440135000 to 2020-12-01 19:35:46.441135000
19:35:46.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.441000000, lastModified=2020-12-01 19:35:46.441135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.441000000, lastModified=2020-12-01 19:35:46.441135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.442000000, lastModified=2020-12-01 19:35:46.441135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.441135000 to 2020-12-01 19:35:46.442135000
19:35:46.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.442000000, lastModified=2020-12-01 19:35:46.442135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.442000000, lastModified=2020-12-01 19:35:46.442135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.442000000, lastModified=2020-12-01 19:35:46.442135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.442000000, lastModified=2020-12-01 19:35:46.442135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.443000000, lastModified=2020-12-01 19:35:46.442135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.442135000 to 2020-12-01 19:35:46.443135000
19:35:46.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.443000000, lastModified=2020-12-01 19:35:46.443135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.443000000, lastModified=2020-12-01 19:35:46.443135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.443000000, lastModified=2020-12-01 19:35:46.443135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.443000000, lastModified=2020-12-01 19:35:46.443135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.444000000, lastModified=2020-12-01 19:35:46.443135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.443135000 to 2020-12-01 19:35:46.444135000
19:35:46.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.444000000, lastModified=2020-12-01 19:35:46.444135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.444000000, lastModified=2020-12-01 19:35:46.444135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.444000000, lastModified=2020-12-01 19:35:46.444135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.444000000, lastModified=2020-12-01 19:35:46.444135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.445000000, lastModified=2020-12-01 19:35:46.444135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.444135000 to 2020-12-01 19:35:46.445135000
19:35:46.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.445000000, lastModified=2020-12-01 19:35:46.445135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.445000000, lastModified=2020-12-01 19:35:46.445135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.445000000, lastModified=2020-12-01 19:35:46.445135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.445000000, lastModified=2020-12-01 19:35:46.445135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.446000000, lastModified=2020-12-01 19:35:46.445135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.445135000 to 2020-12-01 19:35:46.446135000
19:35:46.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.446000000, lastModified=2020-12-01 19:35:46.446135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.446000000, lastModified=2020-12-01 19:35:46.446135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.446000000, lastModified=2020-12-01 19:35:46.446135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.446000000, lastModified=2020-12-01 19:35:46.446135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.447000000, lastModified=2020-12-01 19:35:46.446135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.446135000 to 2020-12-01 19:35:46.447135000
19:35:46.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.447000000, lastModified=2020-12-01 19:35:46.447135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.447000000, lastModified=2020-12-01 19:35:46.447135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.447000000, lastModified=2020-12-01 19:35:46.447135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.447000000, lastModified=2020-12-01 19:35:46.447135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.448000000, lastModified=2020-12-01 19:35:46.447135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.447135000 to 2020-12-01 19:35:46.448135000
19:35:46.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.448000000, lastModified=2020-12-01 19:35:46.448135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.448000000, lastModified=2020-12-01 19:35:46.448135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.448000000, lastModified=2020-12-01 19:35:46.448135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.448000000, lastModified=2020-12-01 19:35:46.448135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.449000000, lastModified=2020-12-01 19:35:46.448135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.449000000, lastModified=2020-12-01 19:35:46.448135000, delta=865000 ns, racy<=2502500 ns
19:35:46.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.449000000, lastModified=2020-12-01 19:35:46.449135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.449000000, lastModified=2020-12-01 19:35:46.449135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.449000000, lastModified=2020-12-01 19:35:46.449135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.449000000, lastModified=2020-12-01 19:35:46.449135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.450000000, lastModified=2020-12-01 19:35:46.449135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.450000000, lastModified=2020-12-01 19:35:46.449135000, delta=865000 ns, racy<=2502500 ns
19:35:46.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.450000000, lastModified=2020-12-01 19:35:46.450135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.450000000, lastModified=2020-12-01 19:35:46.450135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.450000000, lastModified=2020-12-01 19:35:46.450135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.450000000, lastModified=2020-12-01 19:35:46.450135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.451000000, lastModified=2020-12-01 19:35:46.450135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.451000000, lastModified=2020-12-01 19:35:46.450135000, delta=865000 ns, racy<=2502500 ns
19:35:46.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.451000000, lastModified=2020-12-01 19:35:46.451135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.451000000, lastModified=2020-12-01 19:35:46.451135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.451000000, lastModified=2020-12-01 19:35:46.451135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.451000000, lastModified=2020-12-01 19:35:46.451135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.452000000, lastModified=2020-12-01 19:35:46.451135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.452000000, lastModified=2020-12-01 19:35:46.451135000, delta=865000 ns, racy<=2502500 ns
19:35:46.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.452000000, lastModified=2020-12-01 19:35:46.452135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.452000000, lastModified=2020-12-01 19:35:46.452135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.452000000, lastModified=2020-12-01 19:35:46.452135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.452000000, lastModified=2020-12-01 19:35:46.452135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.453000000, lastModified=2020-12-01 19:35:46.452135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.453000000, lastModified=2020-12-01 19:35:46.452135000, delta=865000 ns, racy<=2502500 ns
19:35:46.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.453000000, lastModified=2020-12-01 19:35:46.452135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.452135000 to 2020-12-01 19:35:46.453135000
19:35:46.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.453000000, lastModified=2020-12-01 19:35:46.453135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.453000000, lastModified=2020-12-01 19:35:46.453135000, delta=-135000 ns, racy<=2502500 ns
19:35:46.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.454000000, lastModified=2020-12-01 19:35:46.453135000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.454000000, lastModified=2020-12-01 19:35:46.453135000, delta=865000 ns, racy<=2502500 ns
19:35:46.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.506000000, lastModified=2020-12-01 19:35:46.506134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.506134000 to 2020-12-01 19:35:46.507134000
19:35:46.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.507000000, lastModified=2020-12-01 19:35:46.507134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.507000000, lastModified=2020-12-01 19:35:46.507134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.508000000, lastModified=2020-12-01 19:35:46.507134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.507134000 to 2020-12-01 19:35:46.508134000
19:35:46.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.509000000, lastModified=2020-12-01 19:35:46.509134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.509134000 to 2020-12-01 19:35:46.510134000
19:35:46.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.510000000, lastModified=2020-12-01 19:35:46.510134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.510000000, lastModified=2020-12-01 19:35:46.510134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.511000000, lastModified=2020-12-01 19:35:46.511134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.511134000 to 2020-12-01 19:35:46.512134000
19:35:46.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.513000000, lastModified=2020-12-01 19:35:46.512134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.512134000 to 2020-12-01 19:35:46.513134000
19:35:46.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.513000000, lastModified=2020-12-01 19:35:46.513134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.514 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.513000000, lastModified=2020-12-01 19:35:46.513134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.514 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.514 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.514000000, lastModified=2020-12-01 19:35:46.513134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.513134000 to 2020-12-01 19:35:46.525134000
19:35:46.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.525000000, lastModified=2020-12-01 19:35:46.525134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.525000000, lastModified=2020-12-01 19:35:46.525134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.526000000, lastModified=2020-12-01 19:35:46.525134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.526000000, lastModified=2020-12-01 19:35:46.525134000, delta=866000 ns, racy<=2502500 ns
19:35:46.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.526000000, lastModified=2020-12-01 19:35:46.526134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.526000000, lastModified=2020-12-01 19:35:46.526134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.526000000, lastModified=2020-12-01 19:35:46.526134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.526000000, lastModified=2020-12-01 19:35:46.526134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.527000000, lastModified=2020-12-01 19:35:46.526134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.526134000 to 2020-12-01 19:35:46.527134000
19:35:46.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.527000000, lastModified=2020-12-01 19:35:46.527134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.527000000, lastModified=2020-12-01 19:35:46.527134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.527000000, lastModified=2020-12-01 19:35:46.527134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.527000000, lastModified=2020-12-01 19:35:46.527134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.528000000, lastModified=2020-12-01 19:35:46.527134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.528000000, lastModified=2020-12-01 19:35:46.527134000, delta=866000 ns, racy<=2502500 ns
19:35:46.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.528000000, lastModified=2020-12-01 19:35:46.528134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.528000000, lastModified=2020-12-01 19:35:46.528134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.528000000, lastModified=2020-12-01 19:35:46.528134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.528000000, lastModified=2020-12-01 19:35:46.528134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.529000000, lastModified=2020-12-01 19:35:46.528134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.528134000 to 2020-12-01 19:35:46.529134000
19:35:46.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.529000000, lastModified=2020-12-01 19:35:46.529134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.529000000, lastModified=2020-12-01 19:35:46.529134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.530000000, lastModified=2020-12-01 19:35:46.529134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.530000000, lastModified=2020-12-01 19:35:46.529134000, delta=866000 ns, racy<=2502500 ns
19:35:46.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.530000000, lastModified=2020-12-01 19:35:46.529134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.529134000 to 2020-12-01 19:35:46.530134000
19:35:46.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.530000000, lastModified=2020-12-01 19:35:46.530134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.530000000, lastModified=2020-12-01 19:35:46.530134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.530000000, lastModified=2020-12-01 19:35:46.530134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.530000000, lastModified=2020-12-01 19:35:46.530134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.531000000, lastModified=2020-12-01 19:35:46.530134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.530134000 to 2020-12-01 19:35:46.531134000
19:35:46.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.531000000, lastModified=2020-12-01 19:35:46.531134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.531000000, lastModified=2020-12-01 19:35:46.531134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.532000000, lastModified=2020-12-01 19:35:46.531134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.532000000, lastModified=2020-12-01 19:35:46.531134000, delta=866000 ns, racy<=2502500 ns
19:35:46.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.532000000, lastModified=2020-12-01 19:35:46.532134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.532000000, lastModified=2020-12-01 19:35:46.532134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.532000000, lastModified=2020-12-01 19:35:46.532134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.532000000, lastModified=2020-12-01 19:35:46.532134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.533000000, lastModified=2020-12-01 19:35:46.532134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.533000000, lastModified=2020-12-01 19:35:46.532134000, delta=866000 ns, racy<=2502500 ns
19:35:46.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.533000000, lastModified=2020-12-01 19:35:46.533134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.533000000, lastModified=2020-12-01 19:35:46.533134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.533000000, lastModified=2020-12-01 19:35:46.533134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.533000000, lastModified=2020-12-01 19:35:46.533134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.533000000, lastModified=2020-12-01 19:35:46.533134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.533000000, lastModified=2020-12-01 19:35:46.533134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.534000000, lastModified=2020-12-01 19:35:46.533134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.533134000 to 2020-12-01 19:35:46.534134000
19:35:46.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.534000000, lastModified=2020-12-01 19:35:46.534134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.534000000, lastModified=2020-12-01 19:35:46.534134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.534000000, lastModified=2020-12-01 19:35:46.534134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.534000000, lastModified=2020-12-01 19:35:46.534134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.535000000, lastModified=2020-12-01 19:35:46.534134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.535000000, lastModified=2020-12-01 19:35:46.534134000, delta=866000 ns, racy<=2502500 ns
19:35:46.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.535000000, lastModified=2020-12-01 19:35:46.535134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.535000000, lastModified=2020-12-01 19:35:46.535134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.535000000, lastModified=2020-12-01 19:35:46.535134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.535000000, lastModified=2020-12-01 19:35:46.535134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.536000000, lastModified=2020-12-01 19:35:46.535134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.536000000, lastModified=2020-12-01 19:35:46.535134000, delta=866000 ns, racy<=2502500 ns
19:35:46.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.536000000, lastModified=2020-12-01 19:35:46.536134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.536000000, lastModified=2020-12-01 19:35:46.536134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.536000000, lastModified=2020-12-01 19:35:46.536134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.536000000, lastModified=2020-12-01 19:35:46.536134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.537000000, lastModified=2020-12-01 19:35:46.536134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.537000000, lastModified=2020-12-01 19:35:46.536134000, delta=866000 ns, racy<=2502500 ns
19:35:46.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.537000000, lastModified=2020-12-01 19:35:46.536134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.536134000 to 2020-12-01 19:35:46.537134000
19:35:46.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.537000000, lastModified=2020-12-01 19:35:46.537134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.537000000, lastModified=2020-12-01 19:35:46.537134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.537000000, lastModified=2020-12-01 19:35:46.537134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.537000000, lastModified=2020-12-01 19:35:46.537134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.538000000, lastModified=2020-12-01 19:35:46.537134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.537134000 to 2020-12-01 19:35:46.538134000
19:35:46.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.538000000, lastModified=2020-12-01 19:35:46.538134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.538000000, lastModified=2020-12-01 19:35:46.538134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.538000000, lastModified=2020-12-01 19:35:46.538134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.538000000, lastModified=2020-12-01 19:35:46.538134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.539000000, lastModified=2020-12-01 19:35:46.538134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.538134000 to 2020-12-01 19:35:46.539134000
19:35:46.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.539000000, lastModified=2020-12-01 19:35:46.539134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.539000000, lastModified=2020-12-01 19:35:46.539134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.539000000, lastModified=2020-12-01 19:35:46.539134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.539000000, lastModified=2020-12-01 19:35:46.539134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.540000000, lastModified=2020-12-01 19:35:46.539134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.539134000 to 2020-12-01 19:35:46.540134000
19:35:46.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.540000000, lastModified=2020-12-01 19:35:46.540134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.540000000, lastModified=2020-12-01 19:35:46.540134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.540000000, lastModified=2020-12-01 19:35:46.540134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.540000000, lastModified=2020-12-01 19:35:46.540134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.541000000, lastModified=2020-12-01 19:35:46.540134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.540134000 to 2020-12-01 19:35:46.541134000
19:35:46.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.541000000, lastModified=2020-12-01 19:35:46.541134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.541000000, lastModified=2020-12-01 19:35:46.541134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.541000000, lastModified=2020-12-01 19:35:46.541134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.541000000, lastModified=2020-12-01 19:35:46.541134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.542000000, lastModified=2020-12-01 19:35:46.541134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.542000000, lastModified=2020-12-01 19:35:46.541134000, delta=866000 ns, racy<=2502500 ns
19:35:46.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.542000000, lastModified=2020-12-01 19:35:46.542134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.542000000, lastModified=2020-12-01 19:35:46.542134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.543000000, lastModified=2020-12-01 19:35:46.542134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.543000000, lastModified=2020-12-01 19:35:46.542134000, delta=866000 ns, racy<=2502500 ns
19:35:46.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.543000000, lastModified=2020-12-01 19:35:46.543134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.543000000, lastModified=2020-12-01 19:35:46.543134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.543000000, lastModified=2020-12-01 19:35:46.543134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.543000000, lastModified=2020-12-01 19:35:46.543134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.544000000, lastModified=2020-12-01 19:35:46.543134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.544000000, lastModified=2020-12-01 19:35:46.543134000, delta=866000 ns, racy<=2502500 ns
19:35:46.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.544000000, lastModified=2020-12-01 19:35:46.544134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.544000000, lastModified=2020-12-01 19:35:46.544134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.544000000, lastModified=2020-12-01 19:35:46.544134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.544000000, lastModified=2020-12-01 19:35:46.544134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.545000000, lastModified=2020-12-01 19:35:46.544134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.545000000, lastModified=2020-12-01 19:35:46.544134000, delta=866000 ns, racy<=2502500 ns
19:35:46.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.545000000, lastModified=2020-12-01 19:35:46.545134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.545000000, lastModified=2020-12-01 19:35:46.545134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.545000000, lastModified=2020-12-01 19:35:46.545134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.545000000, lastModified=2020-12-01 19:35:46.545134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.546000000, lastModified=2020-12-01 19:35:46.545134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.546000000, lastModified=2020-12-01 19:35:46.545134000, delta=866000 ns, racy<=2502500 ns
19:35:46.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.546000000, lastModified=2020-12-01 19:35:46.546134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.546000000, lastModified=2020-12-01 19:35:46.546134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.546000000, lastModified=2020-12-01 19:35:46.546134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.546000000, lastModified=2020-12-01 19:35:46.546134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.546000000, lastModified=2020-12-01 19:35:46.546134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.546000000, lastModified=2020-12-01 19:35:46.546134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.547000000, lastModified=2020-12-01 19:35:46.546134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.546134000 to 2020-12-01 19:35:46.547134000
19:35:46.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.547000000, lastModified=2020-12-01 19:35:46.547134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.547000000, lastModified=2020-12-01 19:35:46.547134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.547000000, lastModified=2020-12-01 19:35:46.547134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.547000000, lastModified=2020-12-01 19:35:46.547134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.548000000, lastModified=2020-12-01 19:35:46.547134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.547134000 to 2020-12-01 19:35:46.548134000
19:35:46.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.548000000, lastModified=2020-12-01 19:35:46.548134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.548000000, lastModified=2020-12-01 19:35:46.548134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.548000000, lastModified=2020-12-01 19:35:46.548134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.548000000, lastModified=2020-12-01 19:35:46.548134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.549000000, lastModified=2020-12-01 19:35:46.548134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.548134000 to 2020-12-01 19:35:46.549134000
19:35:46.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.549000000, lastModified=2020-12-01 19:35:46.549134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.549000000, lastModified=2020-12-01 19:35:46.549134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.549000000, lastModified=2020-12-01 19:35:46.549134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.549000000, lastModified=2020-12-01 19:35:46.549134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.550000000, lastModified=2020-12-01 19:35:46.549134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.550000000, lastModified=2020-12-01 19:35:46.549134000, delta=866000 ns, racy<=2502500 ns
19:35:46.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.550000000, lastModified=2020-12-01 19:35:46.550134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.550000000, lastModified=2020-12-01 19:35:46.550134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.550000000, lastModified=2020-12-01 19:35:46.550134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.550000000, lastModified=2020-12-01 19:35:46.550134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.551000000, lastModified=2020-12-01 19:35:46.550134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.551000000, lastModified=2020-12-01 19:35:46.550134000, delta=866000 ns, racy<=2502500 ns
19:35:46.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.551000000, lastModified=2020-12-01 19:35:46.550134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.550134000 to 2020-12-01 19:35:46.551134000
19:35:46.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.551000000, lastModified=2020-12-01 19:35:46.551134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.551000000, lastModified=2020-12-01 19:35:46.551134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.551000000, lastModified=2020-12-01 19:35:46.551134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.551000000, lastModified=2020-12-01 19:35:46.551134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.552000000, lastModified=2020-12-01 19:35:46.551134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.552000000, lastModified=2020-12-01 19:35:46.551134000, delta=866000 ns, racy<=2502500 ns
19:35:46.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.552000000, lastModified=2020-12-01 19:35:46.552134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.552000000, lastModified=2020-12-01 19:35:46.552134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.552000000, lastModified=2020-12-01 19:35:46.552134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.552000000, lastModified=2020-12-01 19:35:46.552134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.553000000, lastModified=2020-12-01 19:35:46.552134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.553000000, lastModified=2020-12-01 19:35:46.552134000, delta=866000 ns, racy<=2502500 ns
19:35:46.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.553000000, lastModified=2020-12-01 19:35:46.552134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.552134000 to 2020-12-01 19:35:46.553134000
19:35:46.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.553000000, lastModified=2020-12-01 19:35:46.553134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.553000000, lastModified=2020-12-01 19:35:46.553134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.553000000, lastModified=2020-12-01 19:35:46.553134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.553000000, lastModified=2020-12-01 19:35:46.553134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.554000000, lastModified=2020-12-01 19:35:46.553134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.553134000 to 2020-12-01 19:35:46.554134000
19:35:46.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.554000000, lastModified=2020-12-01 19:35:46.554134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.554000000, lastModified=2020-12-01 19:35:46.554134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.554000000, lastModified=2020-12-01 19:35:46.554134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.554000000, lastModified=2020-12-01 19:35:46.554134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.555000000, lastModified=2020-12-01 19:35:46.554134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.555000000, lastModified=2020-12-01 19:35:46.554134000, delta=866000 ns, racy<=2502500 ns
19:35:46.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.555000000, lastModified=2020-12-01 19:35:46.555134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.555000000, lastModified=2020-12-01 19:35:46.555134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.555000000, lastModified=2020-12-01 19:35:46.555134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.555000000, lastModified=2020-12-01 19:35:46.555134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.556000000, lastModified=2020-12-01 19:35:46.555134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.556000000, lastModified=2020-12-01 19:35:46.555134000, delta=866000 ns, racy<=2502500 ns
19:35:46.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.556000000, lastModified=2020-12-01 19:35:46.556134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.556000000, lastModified=2020-12-01 19:35:46.556134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.557000000, lastModified=2020-12-01 19:35:46.556134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.556134000 to 2020-12-01 19:35:46.557134000
19:35:46.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.557000000, lastModified=2020-12-01 19:35:46.557134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.557000000, lastModified=2020-12-01 19:35:46.557134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.557000000, lastModified=2020-12-01 19:35:46.557134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.557000000, lastModified=2020-12-01 19:35:46.557134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.558000000, lastModified=2020-12-01 19:35:46.557134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.558000000, lastModified=2020-12-01 19:35:46.557134000, delta=866000 ns, racy<=2502500 ns
19:35:46.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.558000000, lastModified=2020-12-01 19:35:46.558134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.558000000, lastModified=2020-12-01 19:35:46.558134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.558000000, lastModified=2020-12-01 19:35:46.558134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.558000000, lastModified=2020-12-01 19:35:46.558134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.559000000, lastModified=2020-12-01 19:35:46.558134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.559000000, lastModified=2020-12-01 19:35:46.558134000, delta=866000 ns, racy<=2502500 ns
19:35:46.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.559000000, lastModified=2020-12-01 19:35:46.558134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.558134000 to 2020-12-01 19:35:46.559134000
19:35:46.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.559000000, lastModified=2020-12-01 19:35:46.559134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.559000000, lastModified=2020-12-01 19:35:46.559134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.559000000, lastModified=2020-12-01 19:35:46.559134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.559000000, lastModified=2020-12-01 19:35:46.559134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.560000000, lastModified=2020-12-01 19:35:46.559134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.559134000 to 2020-12-01 19:35:46.560134000
19:35:46.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.560000000, lastModified=2020-12-01 19:35:46.560134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.560000000, lastModified=2020-12-01 19:35:46.560134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.560000000, lastModified=2020-12-01 19:35:46.560134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.560000000, lastModified=2020-12-01 19:35:46.560134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.561000000, lastModified=2020-12-01 19:35:46.560134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.560134000 to 2020-12-01 19:35:46.561134000
19:35:46.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.561000000, lastModified=2020-12-01 19:35:46.561134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.561000000, lastModified=2020-12-01 19:35:46.561134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.561000000, lastModified=2020-12-01 19:35:46.561134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.561000000, lastModified=2020-12-01 19:35:46.561134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.562000000, lastModified=2020-12-01 19:35:46.561134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.562000000, lastModified=2020-12-01 19:35:46.561134000, delta=866000 ns, racy<=2502500 ns
19:35:46.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.562000000, lastModified=2020-12-01 19:35:46.562134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.562000000, lastModified=2020-12-01 19:35:46.562134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.562000000, lastModified=2020-12-01 19:35:46.562134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.562000000, lastModified=2020-12-01 19:35:46.562134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.563000000, lastModified=2020-12-01 19:35:46.562134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.563000000, lastModified=2020-12-01 19:35:46.562134000, delta=866000 ns, racy<=2502500 ns
19:35:46.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.563000000, lastModified=2020-12-01 19:35:46.563134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.563000000, lastModified=2020-12-01 19:35:46.563134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.563000000, lastModified=2020-12-01 19:35:46.563134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.563000000, lastModified=2020-12-01 19:35:46.563134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.563000000, lastModified=2020-12-01 19:35:46.563134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.563000000, lastModified=2020-12-01 19:35:46.563134000, delta=-134000 ns, racy<=2502500 ns
19:35:46.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.564000000, lastModified=2020-12-01 19:35:46.563134000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.563134000 to 2020-12-01 19:35:46.564133000
19:35:46.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.564000000, lastModified=2020-12-01 19:35:46.564133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.564000000, lastModified=2020-12-01 19:35:46.564133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.564000000, lastModified=2020-12-01 19:35:46.564133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.564000000, lastModified=2020-12-01 19:35:46.564133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.565000000, lastModified=2020-12-01 19:35:46.564133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.565000000, lastModified=2020-12-01 19:35:46.564133000, delta=867000 ns, racy<=2502500 ns
19:35:46.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.565000000, lastModified=2020-12-01 19:35:46.565133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.565000000, lastModified=2020-12-01 19:35:46.565133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.565000000, lastModified=2020-12-01 19:35:46.565133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.565000000, lastModified=2020-12-01 19:35:46.565133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.566000000, lastModified=2020-12-01 19:35:46.565133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.566000000, lastModified=2020-12-01 19:35:46.565133000, delta=867000 ns, racy<=2502500 ns
19:35:46.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.566000000, lastModified=2020-12-01 19:35:46.565133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.565133000 to 2020-12-01 19:35:46.566133000
19:35:46.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.566000000, lastModified=2020-12-01 19:35:46.566133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.566000000, lastModified=2020-12-01 19:35:46.566133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.566000000, lastModified=2020-12-01 19:35:46.566133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.566000000, lastModified=2020-12-01 19:35:46.566133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.567000000, lastModified=2020-12-01 19:35:46.566133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.566133000 to 2020-12-01 19:35:46.567133000
19:35:46.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.567000000, lastModified=2020-12-01 19:35:46.567133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.567000000, lastModified=2020-12-01 19:35:46.567133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.567000000, lastModified=2020-12-01 19:35:46.567133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.567000000, lastModified=2020-12-01 19:35:46.567133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.568000000, lastModified=2020-12-01 19:35:46.567133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.567133000 to 2020-12-01 19:35:46.568133000
19:35:46.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.568000000, lastModified=2020-12-01 19:35:46.568133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.568000000, lastModified=2020-12-01 19:35:46.568133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.568000000, lastModified=2020-12-01 19:35:46.568133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.569 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.568000000, lastModified=2020-12-01 19:35:46.568133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.569 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.569 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.569000000, lastModified=2020-12-01 19:35:46.568133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.569 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.568133000 to 2020-12-01 19:35:46.569133000
19:35:46.569 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.569000000, lastModified=2020-12-01 19:35:46.569133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.569 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.569000000, lastModified=2020-12-01 19:35:46.569133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.569 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.569 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.569000000, lastModified=2020-12-01 19:35:46.569133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.569000000, lastModified=2020-12-01 19:35:46.569133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.570000000, lastModified=2020-12-01 19:35:46.569133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.570000000, lastModified=2020-12-01 19:35:46.569133000, delta=867000 ns, racy<=2502500 ns
19:35:46.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.570000000, lastModified=2020-12-01 19:35:46.570133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.570000000, lastModified=2020-12-01 19:35:46.570133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.570000000, lastModified=2020-12-01 19:35:46.570133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.570000000, lastModified=2020-12-01 19:35:46.570133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.571000000, lastModified=2020-12-01 19:35:46.570133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.571000000, lastModified=2020-12-01 19:35:46.570133000, delta=867000 ns, racy<=2502500 ns
19:35:46.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.571000000, lastModified=2020-12-01 19:35:46.570133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.570133000 to 2020-12-01 19:35:46.571133000
19:35:46.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.571000000, lastModified=2020-12-01 19:35:46.571133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.571000000, lastModified=2020-12-01 19:35:46.571133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.571000000, lastModified=2020-12-01 19:35:46.571133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.571000000, lastModified=2020-12-01 19:35:46.571133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.572000000, lastModified=2020-12-01 19:35:46.571133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.571133000 to 2020-12-01 19:35:46.572133000
19:35:46.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.572000000, lastModified=2020-12-01 19:35:46.572133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.572000000, lastModified=2020-12-01 19:35:46.572133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.572000000, lastModified=2020-12-01 19:35:46.572133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.572000000, lastModified=2020-12-01 19:35:46.572133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.573000000, lastModified=2020-12-01 19:35:46.572133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.573000000, lastModified=2020-12-01 19:35:46.572133000, delta=867000 ns, racy<=2502500 ns
19:35:46.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.573000000, lastModified=2020-12-01 19:35:46.573133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.573000000, lastModified=2020-12-01 19:35:46.573133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.573000000, lastModified=2020-12-01 19:35:46.573133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.573000000, lastModified=2020-12-01 19:35:46.573133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.573000000, lastModified=2020-12-01 19:35:46.573133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.573000000, lastModified=2020-12-01 19:35:46.573133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.574000000, lastModified=2020-12-01 19:35:46.573133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.574000000, lastModified=2020-12-01 19:35:46.573133000, delta=867000 ns, racy<=2502500 ns
19:35:46.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.606000000, lastModified=2020-12-01 19:35:46.606133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.606000000, lastModified=2020-12-01 19:35:46.606133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.606000000, lastModified=2020-12-01 19:35:46.606133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.606000000, lastModified=2020-12-01 19:35:46.606133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.607000000, lastModified=2020-12-01 19:35:46.606133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.606133000 to 2020-12-01 19:35:46.607133000
19:35:46.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.607000000, lastModified=2020-12-01 19:35:46.607133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.607000000, lastModified=2020-12-01 19:35:46.607133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.607000000, lastModified=2020-12-01 19:35:46.607133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.607000000, lastModified=2020-12-01 19:35:46.607133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.608000000, lastModified=2020-12-01 19:35:46.607133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.608000000, lastModified=2020-12-01 19:35:46.607133000, delta=867000 ns, racy<=2502500 ns
19:35:46.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.608000000, lastModified=2020-12-01 19:35:46.608133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.608000000, lastModified=2020-12-01 19:35:46.608133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.608000000, lastModified=2020-12-01 19:35:46.608133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.608000000, lastModified=2020-12-01 19:35:46.608133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.609000000, lastModified=2020-12-01 19:35:46.608133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.609000000, lastModified=2020-12-01 19:35:46.608133000, delta=867000 ns, racy<=2502500 ns
19:35:46.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.609000000, lastModified=2020-12-01 19:35:46.609133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.609000000, lastModified=2020-12-01 19:35:46.609133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.609000000, lastModified=2020-12-01 19:35:46.609133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.609000000, lastModified=2020-12-01 19:35:46.609133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.610000000, lastModified=2020-12-01 19:35:46.609133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.610000000, lastModified=2020-12-01 19:35:46.609133000, delta=867000 ns, racy<=2502500 ns
19:35:46.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.610000000, lastModified=2020-12-01 19:35:46.610133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.610000000, lastModified=2020-12-01 19:35:46.610133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.610000000, lastModified=2020-12-01 19:35:46.610133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.610000000, lastModified=2020-12-01 19:35:46.610133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.611000000, lastModified=2020-12-01 19:35:46.610133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.611000000, lastModified=2020-12-01 19:35:46.610133000, delta=867000 ns, racy<=2502500 ns
19:35:46.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.611000000, lastModified=2020-12-01 19:35:46.611133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.611000000, lastModified=2020-12-01 19:35:46.611133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.611000000, lastModified=2020-12-01 19:35:46.611133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.611000000, lastModified=2020-12-01 19:35:46.611133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.612000000, lastModified=2020-12-01 19:35:46.611133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.612000000, lastModified=2020-12-01 19:35:46.611133000, delta=867000 ns, racy<=2502500 ns
19:35:46.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.612000000, lastModified=2020-12-01 19:35:46.612133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.612000000, lastModified=2020-12-01 19:35:46.612133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.612000000, lastModified=2020-12-01 19:35:46.612133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.612000000, lastModified=2020-12-01 19:35:46.612133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.613000000, lastModified=2020-12-01 19:35:46.612133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.613000000, lastModified=2020-12-01 19:35:46.612133000, delta=867000 ns, racy<=2502500 ns
19:35:46.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.613000000, lastModified=2020-12-01 19:35:46.613133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.613000000, lastModified=2020-12-01 19:35:46.613133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.613000000, lastModified=2020-12-01 19:35:46.613133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.613000000, lastModified=2020-12-01 19:35:46.613133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.614000000, lastModified=2020-12-01 19:35:46.613133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.614000000, lastModified=2020-12-01 19:35:46.613133000, delta=867000 ns, racy<=2502500 ns
19:35:46.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.614000000, lastModified=2020-12-01 19:35:46.614133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.614000000, lastModified=2020-12-01 19:35:46.614133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.614000000, lastModified=2020-12-01 19:35:46.614133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.614000000, lastModified=2020-12-01 19:35:46.614133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.615000000, lastModified=2020-12-01 19:35:46.614133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.615000000, lastModified=2020-12-01 19:35:46.614133000, delta=867000 ns, racy<=2502500 ns
19:35:46.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.615000000, lastModified=2020-12-01 19:35:46.615133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.615000000, lastModified=2020-12-01 19:35:46.615133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.615000000, lastModified=2020-12-01 19:35:46.615133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.615000000, lastModified=2020-12-01 19:35:46.615133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.616000000, lastModified=2020-12-01 19:35:46.615133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.616000000, lastModified=2020-12-01 19:35:46.615133000, delta=867000 ns, racy<=2502500 ns
19:35:46.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.616000000, lastModified=2020-12-01 19:35:46.616133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.616000000, lastModified=2020-12-01 19:35:46.616133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.616000000, lastModified=2020-12-01 19:35:46.616133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.616000000, lastModified=2020-12-01 19:35:46.616133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.617000000, lastModified=2020-12-01 19:35:46.616133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.617000000, lastModified=2020-12-01 19:35:46.616133000, delta=867000 ns, racy<=2502500 ns
19:35:46.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.617000000, lastModified=2020-12-01 19:35:46.617133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.617000000, lastModified=2020-12-01 19:35:46.617133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.617000000, lastModified=2020-12-01 19:35:46.617133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.617000000, lastModified=2020-12-01 19:35:46.617133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.618000000, lastModified=2020-12-01 19:35:46.617133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.618000000, lastModified=2020-12-01 19:35:46.617133000, delta=867000 ns, racy<=2502500 ns
19:35:46.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.618000000, lastModified=2020-12-01 19:35:46.617133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.617133000 to 2020-12-01 19:35:46.618133000
19:35:46.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.618000000, lastModified=2020-12-01 19:35:46.618133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.618000000, lastModified=2020-12-01 19:35:46.618133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.618000000, lastModified=2020-12-01 19:35:46.618133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.618000000, lastModified=2020-12-01 19:35:46.618133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.619000000, lastModified=2020-12-01 19:35:46.618133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.618133000 to 2020-12-01 19:35:46.619133000
19:35:46.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.619000000, lastModified=2020-12-01 19:35:46.619133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.619000000, lastModified=2020-12-01 19:35:46.619133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.619000000, lastModified=2020-12-01 19:35:46.619133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.619000000, lastModified=2020-12-01 19:35:46.619133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.620000000, lastModified=2020-12-01 19:35:46.619133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.619133000 to 2020-12-01 19:35:46.620133000
19:35:46.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.620000000, lastModified=2020-12-01 19:35:46.620133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.620000000, lastModified=2020-12-01 19:35:46.620133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.620000000, lastModified=2020-12-01 19:35:46.620133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.620000000, lastModified=2020-12-01 19:35:46.620133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.621000000, lastModified=2020-12-01 19:35:46.620133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.621000000, lastModified=2020-12-01 19:35:46.620133000, delta=867000 ns, racy<=2502500 ns
19:35:46.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.621000000, lastModified=2020-12-01 19:35:46.621133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.621000000, lastModified=2020-12-01 19:35:46.621133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.622000000, lastModified=2020-12-01 19:35:46.622133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.622000000, lastModified=2020-12-01 19:35:46.622133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.623000000, lastModified=2020-12-01 19:35:46.623133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.623000000, lastModified=2020-12-01 19:35:46.623133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.623000000, lastModified=2020-12-01 19:35:46.623133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.623000000, lastModified=2020-12-01 19:35:46.623133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.624000000, lastModified=2020-12-01 19:35:46.624133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.624000000, lastModified=2020-12-01 19:35:46.624133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.626000000, lastModified=2020-12-01 19:35:46.625133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.625133000 to 2020-12-01 19:35:46.626133000
19:35:46.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.626000000, lastModified=2020-12-01 19:35:46.626133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.626000000, lastModified=2020-12-01 19:35:46.626133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.627000000, lastModified=2020-12-01 19:35:46.626133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.626133000 to 2020-12-01 19:35:46.627133000
19:35:46.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.627000000, lastModified=2020-12-01 19:35:46.627133000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.627000000, lastModified=2020-12-01 19:35:46.627133000, delta=-133000 ns, racy<=2502500 ns
19:35:46.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.642000000, lastModified=2020-12-01 19:35:46.642132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.643 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.642132000 to 2020-12-01 19:35:46.643132000
19:35:46.643 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.643000000, lastModified=2020-12-01 19:35:46.643132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.643000000, lastModified=2020-12-01 19:35:46.643132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.644000000, lastModified=2020-12-01 19:35:46.644132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.645 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.644000000, lastModified=2020-12-01 19:35:46.644132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.645 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.646000000, lastModified=2020-12-01 19:35:46.646132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.646000000, lastModified=2020-12-01 19:35:46.646132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.647000000, lastModified=2020-12-01 19:35:46.646132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.646132000 to 2020-12-01 19:35:46.647132000
19:35:46.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.647000000, lastModified=2020-12-01 19:35:46.647132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.647000000, lastModified=2020-12-01 19:35:46.647132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.648000000, lastModified=2020-12-01 19:35:46.647132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.647132000 to 2020-12-01 19:35:46.648132000
19:35:46.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.648000000, lastModified=2020-12-01 19:35:46.648132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.648000000, lastModified=2020-12-01 19:35:46.648132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.649000000, lastModified=2020-12-01 19:35:46.649132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.649132000 to 2020-12-01 19:35:46.650132000
19:35:46.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.651000000, lastModified=2020-12-01 19:35:46.650132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.650132000 to 2020-12-01 19:35:46.651132000
19:35:46.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.651000000, lastModified=2020-12-01 19:35:46.651132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.651000000, lastModified=2020-12-01 19:35:46.651132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.659000000, lastModified=2020-12-01 19:35:46.658132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.658132000 to 2020-12-01 19:35:46.659132000
19:35:46.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.659000000, lastModified=2020-12-01 19:35:46.659132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.659000000, lastModified=2020-12-01 19:35:46.659132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.660000000, lastModified=2020-12-01 19:35:46.659132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.660000000, lastModified=2020-12-01 19:35:46.659132000, delta=868000 ns, racy<=2502500 ns
19:35:46.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.660000000, lastModified=2020-12-01 19:35:46.660132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.660000000, lastModified=2020-12-01 19:35:46.660132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.660000000, lastModified=2020-12-01 19:35:46.660132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.660000000, lastModified=2020-12-01 19:35:46.660132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.661000000, lastModified=2020-12-01 19:35:46.660132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.661000000, lastModified=2020-12-01 19:35:46.660132000, delta=868000 ns, racy<=2502500 ns
19:35:46.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.661000000, lastModified=2020-12-01 19:35:46.661132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.661000000, lastModified=2020-12-01 19:35:46.661132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.661000000, lastModified=2020-12-01 19:35:46.661132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.661000000, lastModified=2020-12-01 19:35:46.661132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.662000000, lastModified=2020-12-01 19:35:46.661132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.662000000, lastModified=2020-12-01 19:35:46.661132000, delta=868000 ns, racy<=2502500 ns
19:35:46.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.662000000, lastModified=2020-12-01 19:35:46.661132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.661132000 to 2020-12-01 19:35:46.662132000
19:35:46.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.662000000, lastModified=2020-12-01 19:35:46.662132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.662000000, lastModified=2020-12-01 19:35:46.662132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.662000000, lastModified=2020-12-01 19:35:46.662132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.662000000, lastModified=2020-12-01 19:35:46.662132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.663000000, lastModified=2020-12-01 19:35:46.662132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.663000000, lastModified=2020-12-01 19:35:46.662132000, delta=868000 ns, racy<=2502500 ns
19:35:46.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.663000000, lastModified=2020-12-01 19:35:46.663132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.663000000, lastModified=2020-12-01 19:35:46.663132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.663000000, lastModified=2020-12-01 19:35:46.663132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.663000000, lastModified=2020-12-01 19:35:46.663132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.664000000, lastModified=2020-12-01 19:35:46.663132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.664000000, lastModified=2020-12-01 19:35:46.663132000, delta=868000 ns, racy<=2502500 ns
19:35:46.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.664000000, lastModified=2020-12-01 19:35:46.664132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.664000000, lastModified=2020-12-01 19:35:46.664132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.664000000, lastModified=2020-12-01 19:35:46.664132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.664000000, lastModified=2020-12-01 19:35:46.664132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.664000000, lastModified=2020-12-01 19:35:46.664132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.664000000, lastModified=2020-12-01 19:35:46.664132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.665000000, lastModified=2020-12-01 19:35:46.664132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.664132000 to 2020-12-01 19:35:46.665132000
19:35:46.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.665000000, lastModified=2020-12-01 19:35:46.665132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.665000000, lastModified=2020-12-01 19:35:46.665132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.665000000, lastModified=2020-12-01 19:35:46.665132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.665000000, lastModified=2020-12-01 19:35:46.665132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.666000000, lastModified=2020-12-01 19:35:46.665132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.666000000, lastModified=2020-12-01 19:35:46.665132000, delta=868000 ns, racy<=2502500 ns
19:35:46.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.666000000, lastModified=2020-12-01 19:35:46.666132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.666000000, lastModified=2020-12-01 19:35:46.666132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.666000000, lastModified=2020-12-01 19:35:46.666132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.666000000, lastModified=2020-12-01 19:35:46.666132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.667000000, lastModified=2020-12-01 19:35:46.666132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.667000000, lastModified=2020-12-01 19:35:46.666132000, delta=868000 ns, racy<=2502500 ns
19:35:46.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.667000000, lastModified=2020-12-01 19:35:46.666132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.666132000 to 2020-12-01 19:35:46.706132000
19:35:46.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.706000000, lastModified=2020-12-01 19:35:46.706132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.706000000, lastModified=2020-12-01 19:35:46.706132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.707000000, lastModified=2020-12-01 19:35:46.706132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.707000000, lastModified=2020-12-01 19:35:46.706132000, delta=868000 ns, racy<=2502500 ns
19:35:46.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.707000000, lastModified=2020-12-01 19:35:46.707132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.707000000, lastModified=2020-12-01 19:35:46.707132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.707000000, lastModified=2020-12-01 19:35:46.707132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.707000000, lastModified=2020-12-01 19:35:46.707132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.708000000, lastModified=2020-12-01 19:35:46.707132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.708000000, lastModified=2020-12-01 19:35:46.707132000, delta=868000 ns, racy<=2502500 ns
19:35:46.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.708000000, lastModified=2020-12-01 19:35:46.707132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.707132000 to 2020-12-01 19:35:46.708132000
19:35:46.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.708000000, lastModified=2020-12-01 19:35:46.708132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.708000000, lastModified=2020-12-01 19:35:46.708132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.708000000, lastModified=2020-12-01 19:35:46.708132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.708000000, lastModified=2020-12-01 19:35:46.708132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.709000000, lastModified=2020-12-01 19:35:46.708132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.709000000, lastModified=2020-12-01 19:35:46.708132000, delta=868000 ns, racy<=2502500 ns
19:35:46.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.709000000, lastModified=2020-12-01 19:35:46.709132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.709000000, lastModified=2020-12-01 19:35:46.709132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.709000000, lastModified=2020-12-01 19:35:46.709132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.709000000, lastModified=2020-12-01 19:35:46.709132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.710000000, lastModified=2020-12-01 19:35:46.709132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.710000000, lastModified=2020-12-01 19:35:46.709132000, delta=868000 ns, racy<=2502500 ns
19:35:46.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.710000000, lastModified=2020-12-01 19:35:46.709132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.709132000 to 2020-12-01 19:35:46.710132000
19:35:46.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.710000000, lastModified=2020-12-01 19:35:46.710132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.710000000, lastModified=2020-12-01 19:35:46.710132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.710000000, lastModified=2020-12-01 19:35:46.710132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.710000000, lastModified=2020-12-01 19:35:46.710132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.712000000, lastModified=2020-12-01 19:35:46.712132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.712000000, lastModified=2020-12-01 19:35:46.712132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.713000000, lastModified=2020-12-01 19:35:46.712132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.713000000, lastModified=2020-12-01 19:35:46.712132000, delta=868000 ns, racy<=2502500 ns
19:35:46.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.713000000, lastModified=2020-12-01 19:35:46.713132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.713000000, lastModified=2020-12-01 19:35:46.713132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.713000000, lastModified=2020-12-01 19:35:46.713132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.713000000, lastModified=2020-12-01 19:35:46.713132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.713000000, lastModified=2020-12-01 19:35:46.713132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.713000000, lastModified=2020-12-01 19:35:46.713132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.714000000, lastModified=2020-12-01 19:35:46.713132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.713132000 to 2020-12-01 19:35:46.714132000
19:35:46.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.714000000, lastModified=2020-12-01 19:35:46.714132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.714000000, lastModified=2020-12-01 19:35:46.714132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.714000000, lastModified=2020-12-01 19:35:46.714132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.714000000, lastModified=2020-12-01 19:35:46.714132000, delta=-132000 ns, racy<=2502500 ns
19:35:46.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.715000000, lastModified=2020-12-01 19:35:46.714132000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.715000000, lastModified=2020-12-01 19:35:46.714132000, delta=868000 ns, racy<=2502500 ns
19:35:46.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.715000000, lastModified=2020-12-01 19:35:46.715131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.715000000, lastModified=2020-12-01 19:35:46.715131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.715000000, lastModified=2020-12-01 19:35:46.715131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.715000000, lastModified=2020-12-01 19:35:46.715131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.716000000, lastModified=2020-12-01 19:35:46.715131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.716000000, lastModified=2020-12-01 19:35:46.715131000, delta=869000 ns, racy<=2502500 ns
19:35:46.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.716000000, lastModified=2020-12-01 19:35:46.715131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.715131000 to 2020-12-01 19:35:46.716131000
19:35:46.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.716000000, lastModified=2020-12-01 19:35:46.716131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.716000000, lastModified=2020-12-01 19:35:46.716131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.716000000, lastModified=2020-12-01 19:35:46.716131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.716000000, lastModified=2020-12-01 19:35:46.716131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.717000000, lastModified=2020-12-01 19:35:46.716131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.716131000 to 2020-12-01 19:35:46.717131000
19:35:46.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.717000000, lastModified=2020-12-01 19:35:46.717131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.717000000, lastModified=2020-12-01 19:35:46.717131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.717000000, lastModified=2020-12-01 19:35:46.717131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.717000000, lastModified=2020-12-01 19:35:46.717131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.718000000, lastModified=2020-12-01 19:35:46.717131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.718000000, lastModified=2020-12-01 19:35:46.717131000, delta=869000 ns, racy<=2502500 ns
19:35:46.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.718000000, lastModified=2020-12-01 19:35:46.718131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.718000000, lastModified=2020-12-01 19:35:46.718131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.718000000, lastModified=2020-12-01 19:35:46.718131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.718000000, lastModified=2020-12-01 19:35:46.718131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.719000000, lastModified=2020-12-01 19:35:46.718131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.719000000, lastModified=2020-12-01 19:35:46.718131000, delta=869000 ns, racy<=2502500 ns
19:35:46.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.719000000, lastModified=2020-12-01 19:35:46.718131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.718131000 to 2020-12-01 19:35:46.719131000
19:35:46.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.719000000, lastModified=2020-12-01 19:35:46.719131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.719000000, lastModified=2020-12-01 19:35:46.719131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.719000000, lastModified=2020-12-01 19:35:46.719131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.719000000, lastModified=2020-12-01 19:35:46.719131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.720000000, lastModified=2020-12-01 19:35:46.719131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.719131000 to 2020-12-01 19:35:46.720131000
19:35:46.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.720000000, lastModified=2020-12-01 19:35:46.720131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.720000000, lastModified=2020-12-01 19:35:46.720131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.720000000, lastModified=2020-12-01 19:35:46.720131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.720000000, lastModified=2020-12-01 19:35:46.720131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.721000000, lastModified=2020-12-01 19:35:46.720131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.721000000, lastModified=2020-12-01 19:35:46.720131000, delta=869000 ns, racy<=2502500 ns
19:35:46.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.721000000, lastModified=2020-12-01 19:35:46.721131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.721000000, lastModified=2020-12-01 19:35:46.721131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.721000000, lastModified=2020-12-01 19:35:46.721131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.721000000, lastModified=2020-12-01 19:35:46.721131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.722000000, lastModified=2020-12-01 19:35:46.721131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.722000000, lastModified=2020-12-01 19:35:46.721131000, delta=869000 ns, racy<=2502500 ns
19:35:46.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.722000000, lastModified=2020-12-01 19:35:46.721131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.721131000 to 2020-12-01 19:35:46.722131000
19:35:46.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.722000000, lastModified=2020-12-01 19:35:46.722131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.722000000, lastModified=2020-12-01 19:35:46.722131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.722000000, lastModified=2020-12-01 19:35:46.722131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.722000000, lastModified=2020-12-01 19:35:46.722131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.723000000, lastModified=2020-12-01 19:35:46.722131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.722131000 to 2020-12-01 19:35:46.723131000
19:35:46.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.723000000, lastModified=2020-12-01 19:35:46.723131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.723000000, lastModified=2020-12-01 19:35:46.723131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.723000000, lastModified=2020-12-01 19:35:46.723131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.723000000, lastModified=2020-12-01 19:35:46.723131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.724000000, lastModified=2020-12-01 19:35:46.723131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.724000000, lastModified=2020-12-01 19:35:46.723131000, delta=869000 ns, racy<=2502500 ns
19:35:46.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.724000000, lastModified=2020-12-01 19:35:46.724131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.724000000, lastModified=2020-12-01 19:35:46.724131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.724000000, lastModified=2020-12-01 19:35:46.724131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.724000000, lastModified=2020-12-01 19:35:46.724131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.724000000, lastModified=2020-12-01 19:35:46.724131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.724000000, lastModified=2020-12-01 19:35:46.724131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.725000000, lastModified=2020-12-01 19:35:46.724131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.724131000 to 2020-12-01 19:35:46.725131000
19:35:46.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.725000000, lastModified=2020-12-01 19:35:46.725131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.725000000, lastModified=2020-12-01 19:35:46.725131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.725000000, lastModified=2020-12-01 19:35:46.725131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.725000000, lastModified=2020-12-01 19:35:46.725131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.726000000, lastModified=2020-12-01 19:35:46.725131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.726000000, lastModified=2020-12-01 19:35:46.725131000, delta=869000 ns, racy<=2502500 ns
19:35:46.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.726000000, lastModified=2020-12-01 19:35:46.725131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.725131000 to 2020-12-01 19:35:46.726131000
19:35:46.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.726000000, lastModified=2020-12-01 19:35:46.726131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.726000000, lastModified=2020-12-01 19:35:46.726131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.726000000, lastModified=2020-12-01 19:35:46.726131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.726000000, lastModified=2020-12-01 19:35:46.726131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.727000000, lastModified=2020-12-01 19:35:46.726131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.726131000 to 2020-12-01 19:35:46.727131000
19:35:46.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.727000000, lastModified=2020-12-01 19:35:46.727131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.727000000, lastModified=2020-12-01 19:35:46.727131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.727000000, lastModified=2020-12-01 19:35:46.727131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.727000000, lastModified=2020-12-01 19:35:46.727131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.728000000, lastModified=2020-12-01 19:35:46.727131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.728000000, lastModified=2020-12-01 19:35:46.727131000, delta=869000 ns, racy<=2502500 ns
19:35:46.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.728000000, lastModified=2020-12-01 19:35:46.728131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.728000000, lastModified=2020-12-01 19:35:46.728131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.728000000, lastModified=2020-12-01 19:35:46.728131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.728000000, lastModified=2020-12-01 19:35:46.728131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.729000000, lastModified=2020-12-01 19:35:46.728131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.729000000, lastModified=2020-12-01 19:35:46.728131000, delta=869000 ns, racy<=2502500 ns
19:35:46.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.729000000, lastModified=2020-12-01 19:35:46.729131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.729000000, lastModified=2020-12-01 19:35:46.729131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.729000000, lastModified=2020-12-01 19:35:46.729131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.729000000, lastModified=2020-12-01 19:35:46.729131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.729000000, lastModified=2020-12-01 19:35:46.729131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.729000000, lastModified=2020-12-01 19:35:46.729131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.730000000, lastModified=2020-12-01 19:35:46.729131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.729131000 to 2020-12-01 19:35:46.730131000
19:35:46.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.730000000, lastModified=2020-12-01 19:35:46.730131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.730000000, lastModified=2020-12-01 19:35:46.730131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.730000000, lastModified=2020-12-01 19:35:46.730131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.730000000, lastModified=2020-12-01 19:35:46.730131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.731000000, lastModified=2020-12-01 19:35:46.730131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.731000000, lastModified=2020-12-01 19:35:46.730131000, delta=869000 ns, racy<=2502500 ns
19:35:46.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.731000000, lastModified=2020-12-01 19:35:46.731131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.731000000, lastModified=2020-12-01 19:35:46.731131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.731000000, lastModified=2020-12-01 19:35:46.731131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.731000000, lastModified=2020-12-01 19:35:46.731131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.732000000, lastModified=2020-12-01 19:35:46.731131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.732000000, lastModified=2020-12-01 19:35:46.731131000, delta=869000 ns, racy<=2502500 ns
19:35:46.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.732000000, lastModified=2020-12-01 19:35:46.732131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.732000000, lastModified=2020-12-01 19:35:46.732131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.732000000, lastModified=2020-12-01 19:35:46.732131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.732000000, lastModified=2020-12-01 19:35:46.732131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.733000000, lastModified=2020-12-01 19:35:46.732131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.733000000, lastModified=2020-12-01 19:35:46.732131000, delta=869000 ns, racy<=2502500 ns
19:35:46.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.733000000, lastModified=2020-12-01 19:35:46.732131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.732131000 to 2020-12-01 19:35:46.733131000
19:35:46.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.733000000, lastModified=2020-12-01 19:35:46.733131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.733000000, lastModified=2020-12-01 19:35:46.733131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.734000000, lastModified=2020-12-01 19:35:46.733131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.733131000 to 2020-12-01 19:35:46.734131000
19:35:46.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.734000000, lastModified=2020-12-01 19:35:46.734131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.734000000, lastModified=2020-12-01 19:35:46.734131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.734000000, lastModified=2020-12-01 19:35:46.734131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.734000000, lastModified=2020-12-01 19:35:46.734131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.735000000, lastModified=2020-12-01 19:35:46.734131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.735000000, lastModified=2020-12-01 19:35:46.734131000, delta=869000 ns, racy<=2502500 ns
19:35:46.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.735000000, lastModified=2020-12-01 19:35:46.735131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.735000000, lastModified=2020-12-01 19:35:46.735131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.735000000, lastModified=2020-12-01 19:35:46.735131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.735000000, lastModified=2020-12-01 19:35:46.735131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.736000000, lastModified=2020-12-01 19:35:46.736131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.736000000, lastModified=2020-12-01 19:35:46.736131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.736000000, lastModified=2020-12-01 19:35:46.736131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.736000000, lastModified=2020-12-01 19:35:46.736131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.737000000, lastModified=2020-12-01 19:35:46.736131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.737000000, lastModified=2020-12-01 19:35:46.736131000, delta=869000 ns, racy<=2502500 ns
19:35:46.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.737000000, lastModified=2020-12-01 19:35:46.737131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.737000000, lastModified=2020-12-01 19:35:46.737131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.737000000, lastModified=2020-12-01 19:35:46.737131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.737000000, lastModified=2020-12-01 19:35:46.737131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.738000000, lastModified=2020-12-01 19:35:46.737131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.738000000, lastModified=2020-12-01 19:35:46.737131000, delta=869000 ns, racy<=2502500 ns
19:35:46.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.738000000, lastModified=2020-12-01 19:35:46.737131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.737131000 to 2020-12-01 19:35:46.738131000
19:35:46.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.738000000, lastModified=2020-12-01 19:35:46.738131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.738000000, lastModified=2020-12-01 19:35:46.738131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.738000000, lastModified=2020-12-01 19:35:46.738131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.738000000, lastModified=2020-12-01 19:35:46.738131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.739000000, lastModified=2020-12-01 19:35:46.738131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.738131000 to 2020-12-01 19:35:46.739131000
19:35:46.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.739000000, lastModified=2020-12-01 19:35:46.739131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.739000000, lastModified=2020-12-01 19:35:46.739131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.739000000, lastModified=2020-12-01 19:35:46.739131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.739000000, lastModified=2020-12-01 19:35:46.739131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.740000000, lastModified=2020-12-01 19:35:46.739131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.740000000, lastModified=2020-12-01 19:35:46.739131000, delta=869000 ns, racy<=2502500 ns
19:35:46.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.740000000, lastModified=2020-12-01 19:35:46.740131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.740000000, lastModified=2020-12-01 19:35:46.740131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.740000000, lastModified=2020-12-01 19:35:46.740131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.740000000, lastModified=2020-12-01 19:35:46.740131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.741000000, lastModified=2020-12-01 19:35:46.740131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.741000000, lastModified=2020-12-01 19:35:46.740131000, delta=869000 ns, racy<=2502500 ns
19:35:46.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.741000000, lastModified=2020-12-01 19:35:46.740131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.740131000 to 2020-12-01 19:35:46.741131000
19:35:46.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.741000000, lastModified=2020-12-01 19:35:46.741131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.741000000, lastModified=2020-12-01 19:35:46.741131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.741000000, lastModified=2020-12-01 19:35:46.741131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.741000000, lastModified=2020-12-01 19:35:46.741131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.742000000, lastModified=2020-12-01 19:35:46.741131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.741131000 to 2020-12-01 19:35:46.742131000
19:35:46.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.742000000, lastModified=2020-12-01 19:35:46.742131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.742000000, lastModified=2020-12-01 19:35:46.742131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.742000000, lastModified=2020-12-01 19:35:46.742131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.742000000, lastModified=2020-12-01 19:35:46.742131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.743000000, lastModified=2020-12-01 19:35:46.742131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.743000000, lastModified=2020-12-01 19:35:46.742131000, delta=869000 ns, racy<=2502500 ns
19:35:46.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.743000000, lastModified=2020-12-01 19:35:46.743131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.743000000, lastModified=2020-12-01 19:35:46.743131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.743000000, lastModified=2020-12-01 19:35:46.743131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.743000000, lastModified=2020-12-01 19:35:46.743131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.744000000, lastModified=2020-12-01 19:35:46.743131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.744000000, lastModified=2020-12-01 19:35:46.743131000, delta=869000 ns, racy<=2502500 ns
19:35:46.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.744000000, lastModified=2020-12-01 19:35:46.744131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.744000000, lastModified=2020-12-01 19:35:46.744131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.744000000, lastModified=2020-12-01 19:35:46.744131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.744000000, lastModified=2020-12-01 19:35:46.744131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.745000000, lastModified=2020-12-01 19:35:46.744131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.745000000, lastModified=2020-12-01 19:35:46.744131000, delta=869000 ns, racy<=2502500 ns
19:35:46.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.745000000, lastModified=2020-12-01 19:35:46.744131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.744131000 to 2020-12-01 19:35:46.745131000
19:35:46.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.745000000, lastModified=2020-12-01 19:35:46.745131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.745000000, lastModified=2020-12-01 19:35:46.745131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.745000000, lastModified=2020-12-01 19:35:46.745131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.745000000, lastModified=2020-12-01 19:35:46.745131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.746000000, lastModified=2020-12-01 19:35:46.745131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.745131000 to 2020-12-01 19:35:46.746131000
19:35:46.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.746000000, lastModified=2020-12-01 19:35:46.746131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.746000000, lastModified=2020-12-01 19:35:46.746131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.746000000, lastModified=2020-12-01 19:35:46.746131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.746000000, lastModified=2020-12-01 19:35:46.746131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.747000000, lastModified=2020-12-01 19:35:46.746131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.747000000, lastModified=2020-12-01 19:35:46.746131000, delta=869000 ns, racy<=2502500 ns
19:35:46.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.747000000, lastModified=2020-12-01 19:35:46.747131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.747000000, lastModified=2020-12-01 19:35:46.747131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.747000000, lastModified=2020-12-01 19:35:46.747131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.747000000, lastModified=2020-12-01 19:35:46.747131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.748000000, lastModified=2020-12-01 19:35:46.747131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.748000000, lastModified=2020-12-01 19:35:46.747131000, delta=869000 ns, racy<=2502500 ns
19:35:46.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.748000000, lastModified=2020-12-01 19:35:46.748131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.748000000, lastModified=2020-12-01 19:35:46.748131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.748000000, lastModified=2020-12-01 19:35:46.748131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.748000000, lastModified=2020-12-01 19:35:46.748131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.749000000, lastModified=2020-12-01 19:35:46.748131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.749000000, lastModified=2020-12-01 19:35:46.748131000, delta=869000 ns, racy<=2502500 ns
19:35:46.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.749000000, lastModified=2020-12-01 19:35:46.748131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.748131000 to 2020-12-01 19:35:46.749131000
19:35:46.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.749000000, lastModified=2020-12-01 19:35:46.749131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.749000000, lastModified=2020-12-01 19:35:46.749131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.749000000, lastModified=2020-12-01 19:35:46.749131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.749000000, lastModified=2020-12-01 19:35:46.749131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.750000000, lastModified=2020-12-01 19:35:46.749131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.749131000 to 2020-12-01 19:35:46.750131000
19:35:46.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.750000000, lastModified=2020-12-01 19:35:46.750131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.750000000, lastModified=2020-12-01 19:35:46.750131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.750000000, lastModified=2020-12-01 19:35:46.750131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.750000000, lastModified=2020-12-01 19:35:46.750131000, delta=-131000 ns, racy<=2502500 ns
19:35:46.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.751000000, lastModified=2020-12-01 19:35:46.750131000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.751000000, lastModified=2020-12-01 19:35:46.750131000, delta=869000 ns, racy<=2502500 ns
19:35:46.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.806000000, lastModified=2020-12-01 19:35:46.806130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.806000000, lastModified=2020-12-01 19:35:46.806130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.807000000, lastModified=2020-12-01 19:35:46.806130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.806130000 to 2020-12-01 19:35:46.807130000
19:35:46.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.807000000, lastModified=2020-12-01 19:35:46.807130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.807000000, lastModified=2020-12-01 19:35:46.807130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.808000000, lastModified=2020-12-01 19:35:46.807130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.807130000 to 2020-12-01 19:35:46.808130000
19:35:46.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.808000000, lastModified=2020-12-01 19:35:46.808130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.808000000, lastModified=2020-12-01 19:35:46.808130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.809000000, lastModified=2020-12-01 19:35:46.808130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.808130000 to 2020-12-01 19:35:46.809130000
19:35:46.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.809000000, lastModified=2020-12-01 19:35:46.809130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.809000000, lastModified=2020-12-01 19:35:46.809130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.810000000, lastModified=2020-12-01 19:35:46.810130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.810000000, lastModified=2020-12-01 19:35:46.810130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.810000000, lastModified=2020-12-01 19:35:46.810130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.810130000 to 2020-12-01 19:35:46.811130000
19:35:46.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.812000000, lastModified=2020-12-01 19:35:46.811130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.811130000 to 2020-12-01 19:35:46.812130000
19:35:46.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.812000000, lastModified=2020-12-01 19:35:46.812130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.812000000, lastModified=2020-12-01 19:35:46.812130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.812000000, lastModified=2020-12-01 19:35:46.812130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.812000000, lastModified=2020-12-01 19:35:46.812130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.813000000, lastModified=2020-12-01 19:35:46.812130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.812130000 to 2020-12-01 19:35:46.813130000
19:35:46.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.813000000, lastModified=2020-12-01 19:35:46.813130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.813000000, lastModified=2020-12-01 19:35:46.813130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.813000000, lastModified=2020-12-01 19:35:46.813130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.813000000, lastModified=2020-12-01 19:35:46.813130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.814000000, lastModified=2020-12-01 19:35:46.813130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.813130000 to 2020-12-01 19:35:46.814130000
19:35:46.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.814000000, lastModified=2020-12-01 19:35:46.814130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.814000000, lastModified=2020-12-01 19:35:46.814130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.814000000, lastModified=2020-12-01 19:35:46.814130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.814000000, lastModified=2020-12-01 19:35:46.814130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.815000000, lastModified=2020-12-01 19:35:46.814130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.814130000 to 2020-12-01 19:35:46.815130000
19:35:46.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.815000000, lastModified=2020-12-01 19:35:46.815130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.815000000, lastModified=2020-12-01 19:35:46.815130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.815000000, lastModified=2020-12-01 19:35:46.815130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.815000000, lastModified=2020-12-01 19:35:46.815130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.816000000, lastModified=2020-12-01 19:35:46.815130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.816000000, lastModified=2020-12-01 19:35:46.815130000, delta=870000 ns, racy<=2502500 ns
19:35:46.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.816000000, lastModified=2020-12-01 19:35:46.816130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.816000000, lastModified=2020-12-01 19:35:46.816130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.816000000, lastModified=2020-12-01 19:35:46.816130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.816000000, lastModified=2020-12-01 19:35:46.816130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.817000000, lastModified=2020-12-01 19:35:46.816130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.816130000 to 2020-12-01 19:35:46.817130000
19:35:46.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.817000000, lastModified=2020-12-01 19:35:46.817130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.817000000, lastModified=2020-12-01 19:35:46.817130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.817000000, lastModified=2020-12-01 19:35:46.817130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.817000000, lastModified=2020-12-01 19:35:46.817130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.818000000, lastModified=2020-12-01 19:35:46.817130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.817130000 to 2020-12-01 19:35:46.818130000
19:35:46.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.818000000, lastModified=2020-12-01 19:35:46.818130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.818000000, lastModified=2020-12-01 19:35:46.818130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.818000000, lastModified=2020-12-01 19:35:46.818130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.818000000, lastModified=2020-12-01 19:35:46.818130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.819000000, lastModified=2020-12-01 19:35:46.818130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.818130000 to 2020-12-01 19:35:46.819130000
19:35:46.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.819000000, lastModified=2020-12-01 19:35:46.819130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.819000000, lastModified=2020-12-01 19:35:46.819130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.819000000, lastModified=2020-12-01 19:35:46.819130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.819000000, lastModified=2020-12-01 19:35:46.819130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.820000000, lastModified=2020-12-01 19:35:46.819130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.819130000 to 2020-12-01 19:35:46.820130000
19:35:46.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.820000000, lastModified=2020-12-01 19:35:46.820130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.820000000, lastModified=2020-12-01 19:35:46.820130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.821000000, lastModified=2020-12-01 19:35:46.820130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.821000000, lastModified=2020-12-01 19:35:46.820130000, delta=870000 ns, racy<=2502500 ns
19:35:46.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.821000000, lastModified=2020-12-01 19:35:46.820130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.820130000 to 2020-12-01 19:35:46.821130000
19:35:46.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.821000000, lastModified=2020-12-01 19:35:46.821130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.821000000, lastModified=2020-12-01 19:35:46.821130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.822000000, lastModified=2020-12-01 19:35:46.821130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.822000000, lastModified=2020-12-01 19:35:46.821130000, delta=870000 ns, racy<=2502500 ns
19:35:46.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.822000000, lastModified=2020-12-01 19:35:46.822130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.822000000, lastModified=2020-12-01 19:35:46.822130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.822000000, lastModified=2020-12-01 19:35:46.822130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.822000000, lastModified=2020-12-01 19:35:46.822130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.823000000, lastModified=2020-12-01 19:35:46.822130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.823000000, lastModified=2020-12-01 19:35:46.822130000, delta=870000 ns, racy<=2502500 ns
19:35:46.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.823000000, lastModified=2020-12-01 19:35:46.823130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.823000000, lastModified=2020-12-01 19:35:46.823130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.823000000, lastModified=2020-12-01 19:35:46.823130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.823000000, lastModified=2020-12-01 19:35:46.823130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.824000000, lastModified=2020-12-01 19:35:46.823130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.824000000, lastModified=2020-12-01 19:35:46.823130000, delta=870000 ns, racy<=2502500 ns
19:35:46.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.824000000, lastModified=2020-12-01 19:35:46.824130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.824000000, lastModified=2020-12-01 19:35:46.824130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.824000000, lastModified=2020-12-01 19:35:46.824130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.824000000, lastModified=2020-12-01 19:35:46.824130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.825000000, lastModified=2020-12-01 19:35:46.824130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.825000000, lastModified=2020-12-01 19:35:46.824130000, delta=870000 ns, racy<=2502500 ns
19:35:46.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.825000000, lastModified=2020-12-01 19:35:46.825130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.825000000, lastModified=2020-12-01 19:35:46.825130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.825000000, lastModified=2020-12-01 19:35:46.825130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.825000000, lastModified=2020-12-01 19:35:46.825130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.826000000, lastModified=2020-12-01 19:35:46.825130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.826000000, lastModified=2020-12-01 19:35:46.825130000, delta=870000 ns, racy<=2502500 ns
19:35:46.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.826000000, lastModified=2020-12-01 19:35:46.826130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.826000000, lastModified=2020-12-01 19:35:46.826130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.826000000, lastModified=2020-12-01 19:35:46.826130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.826000000, lastModified=2020-12-01 19:35:46.826130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.827000000, lastModified=2020-12-01 19:35:46.826130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.827000000, lastModified=2020-12-01 19:35:46.826130000, delta=870000 ns, racy<=2502500 ns
19:35:46.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.827000000, lastModified=2020-12-01 19:35:46.827130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.827000000, lastModified=2020-12-01 19:35:46.827130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.827000000, lastModified=2020-12-01 19:35:46.827130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.827000000, lastModified=2020-12-01 19:35:46.827130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.828000000, lastModified=2020-12-01 19:35:46.827130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.828000000, lastModified=2020-12-01 19:35:46.827130000, delta=870000 ns, racy<=2502500 ns
19:35:46.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.828000000, lastModified=2020-12-01 19:35:46.828130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.828000000, lastModified=2020-12-01 19:35:46.828130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.828000000, lastModified=2020-12-01 19:35:46.828130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.828000000, lastModified=2020-12-01 19:35:46.828130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.829000000, lastModified=2020-12-01 19:35:46.828130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.829000000, lastModified=2020-12-01 19:35:46.828130000, delta=870000 ns, racy<=2502500 ns
19:35:46.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.829000000, lastModified=2020-12-01 19:35:46.829130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.829000000, lastModified=2020-12-01 19:35:46.829130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.829000000, lastModified=2020-12-01 19:35:46.829130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.829000000, lastModified=2020-12-01 19:35:46.829130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.830000000, lastModified=2020-12-01 19:35:46.829130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.830000000, lastModified=2020-12-01 19:35:46.829130000, delta=870000 ns, racy<=2502500 ns
19:35:46.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.830000000, lastModified=2020-12-01 19:35:46.830130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.830000000, lastModified=2020-12-01 19:35:46.830130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.830000000, lastModified=2020-12-01 19:35:46.830130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.830000000, lastModified=2020-12-01 19:35:46.830130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.831000000, lastModified=2020-12-01 19:35:46.830130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.831000000, lastModified=2020-12-01 19:35:46.830130000, delta=870000 ns, racy<=2502500 ns
19:35:46.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.831000000, lastModified=2020-12-01 19:35:46.830130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.830130000 to 2020-12-01 19:35:46.831130000
19:35:46.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.831000000, lastModified=2020-12-01 19:35:46.831130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.831000000, lastModified=2020-12-01 19:35:46.831130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.831000000, lastModified=2020-12-01 19:35:46.831130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.831000000, lastModified=2020-12-01 19:35:46.831130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.832000000, lastModified=2020-12-01 19:35:46.831130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.831130000 to 2020-12-01 19:35:46.832130000
19:35:46.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.832000000, lastModified=2020-12-01 19:35:46.832130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.832000000, lastModified=2020-12-01 19:35:46.832130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.832000000, lastModified=2020-12-01 19:35:46.832130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.832000000, lastModified=2020-12-01 19:35:46.832130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.833000000, lastModified=2020-12-01 19:35:46.832130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.832130000 to 2020-12-01 19:35:46.833130000
19:35:46.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.833000000, lastModified=2020-12-01 19:35:46.833130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.833000000, lastModified=2020-12-01 19:35:46.833130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.833000000, lastModified=2020-12-01 19:35:46.833130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.833000000, lastModified=2020-12-01 19:35:46.833130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.834000000, lastModified=2020-12-01 19:35:46.833130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.833130000 to 2020-12-01 19:35:46.834130000
19:35:46.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.834000000, lastModified=2020-12-01 19:35:46.834130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.834000000, lastModified=2020-12-01 19:35:46.834130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.834000000, lastModified=2020-12-01 19:35:46.834130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.834000000, lastModified=2020-12-01 19:35:46.834130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.835000000, lastModified=2020-12-01 19:35:46.834130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.835000000, lastModified=2020-12-01 19:35:46.834130000, delta=870000 ns, racy<=2502500 ns
19:35:46.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.835000000, lastModified=2020-12-01 19:35:46.835130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.835000000, lastModified=2020-12-01 19:35:46.835130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.835000000, lastModified=2020-12-01 19:35:46.835130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.835000000, lastModified=2020-12-01 19:35:46.835130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.836000000, lastModified=2020-12-01 19:35:46.835130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.836000000, lastModified=2020-12-01 19:35:46.835130000, delta=870000 ns, racy<=2502500 ns
19:35:46.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.836000000, lastModified=2020-12-01 19:35:46.835130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.835130000 to 2020-12-01 19:35:46.836130000
19:35:46.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.836000000, lastModified=2020-12-01 19:35:46.836130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.836000000, lastModified=2020-12-01 19:35:46.836130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.836000000, lastModified=2020-12-01 19:35:46.836130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.836000000, lastModified=2020-12-01 19:35:46.836130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.837000000, lastModified=2020-12-01 19:35:46.836130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.836130000 to 2020-12-01 19:35:46.837130000
19:35:46.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.837000000, lastModified=2020-12-01 19:35:46.837130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.837000000, lastModified=2020-12-01 19:35:46.837130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.837000000, lastModified=2020-12-01 19:35:46.837130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.837000000, lastModified=2020-12-01 19:35:46.837130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.838000000, lastModified=2020-12-01 19:35:46.837130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.837130000 to 2020-12-01 19:35:46.838130000
19:35:46.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.838000000, lastModified=2020-12-01 19:35:46.838130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.838000000, lastModified=2020-12-01 19:35:46.838130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.838000000, lastModified=2020-12-01 19:35:46.838130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.838000000, lastModified=2020-12-01 19:35:46.838130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.839000000, lastModified=2020-12-01 19:35:46.838130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.838130000 to 2020-12-01 19:35:46.839130000
19:35:46.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.839000000, lastModified=2020-12-01 19:35:46.839130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.839000000, lastModified=2020-12-01 19:35:46.839130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.839000000, lastModified=2020-12-01 19:35:46.839130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.839000000, lastModified=2020-12-01 19:35:46.839130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.840000000, lastModified=2020-12-01 19:35:46.839130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.840000000, lastModified=2020-12-01 19:35:46.839130000, delta=870000 ns, racy<=2502500 ns
19:35:46.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.840000000, lastModified=2020-12-01 19:35:46.840130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.840000000, lastModified=2020-12-01 19:35:46.840130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.840000000, lastModified=2020-12-01 19:35:46.840130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.840000000, lastModified=2020-12-01 19:35:46.840130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.841000000, lastModified=2020-12-01 19:35:46.840130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.841000000, lastModified=2020-12-01 19:35:46.840130000, delta=870000 ns, racy<=2502500 ns
19:35:46.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.841000000, lastModified=2020-12-01 19:35:46.841130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.841000000, lastModified=2020-12-01 19:35:46.841130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.841000000, lastModified=2020-12-01 19:35:46.841130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.841000000, lastModified=2020-12-01 19:35:46.841130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.841000000, lastModified=2020-12-01 19:35:46.841130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.841000000, lastModified=2020-12-01 19:35:46.841130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.842000000, lastModified=2020-12-01 19:35:46.841130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.841130000 to 2020-12-01 19:35:46.842130000
19:35:46.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.842000000, lastModified=2020-12-01 19:35:46.842130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.842000000, lastModified=2020-12-01 19:35:46.842130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.843000000, lastModified=2020-12-01 19:35:46.842130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.843000000, lastModified=2020-12-01 19:35:46.842130000, delta=870000 ns, racy<=2502500 ns
19:35:46.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.843000000, lastModified=2020-12-01 19:35:46.843130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.843000000, lastModified=2020-12-01 19:35:46.843130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.843000000, lastModified=2020-12-01 19:35:46.843130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.843000000, lastModified=2020-12-01 19:35:46.843130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.844000000, lastModified=2020-12-01 19:35:46.843130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.844000000, lastModified=2020-12-01 19:35:46.843130000, delta=870000 ns, racy<=2502500 ns
19:35:46.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.844000000, lastModified=2020-12-01 19:35:46.844130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.844000000, lastModified=2020-12-01 19:35:46.844130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.844000000, lastModified=2020-12-01 19:35:46.844130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.844000000, lastModified=2020-12-01 19:35:46.844130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.845000000, lastModified=2020-12-01 19:35:46.844130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.845000000, lastModified=2020-12-01 19:35:46.844130000, delta=870000 ns, racy<=2502500 ns
19:35:46.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.845000000, lastModified=2020-12-01 19:35:46.844130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.844130000 to 2020-12-01 19:35:46.845130000
19:35:46.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.845000000, lastModified=2020-12-01 19:35:46.845130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.845000000, lastModified=2020-12-01 19:35:46.845130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.845000000, lastModified=2020-12-01 19:35:46.845130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.845000000, lastModified=2020-12-01 19:35:46.845130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.846000000, lastModified=2020-12-01 19:35:46.845130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.845130000 to 2020-12-01 19:35:46.846130000
19:35:46.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.846000000, lastModified=2020-12-01 19:35:46.846130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.846000000, lastModified=2020-12-01 19:35:46.846130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.846000000, lastModified=2020-12-01 19:35:46.846130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.846000000, lastModified=2020-12-01 19:35:46.846130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.847000000, lastModified=2020-12-01 19:35:46.846130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.846130000 to 2020-12-01 19:35:46.847130000
19:35:46.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.847000000, lastModified=2020-12-01 19:35:46.847130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.847000000, lastModified=2020-12-01 19:35:46.847130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.847000000, lastModified=2020-12-01 19:35:46.847130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.847000000, lastModified=2020-12-01 19:35:46.847130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.848000000, lastModified=2020-12-01 19:35:46.847130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.847130000 to 2020-12-01 19:35:46.848130000
19:35:46.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.848000000, lastModified=2020-12-01 19:35:46.848130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.848000000, lastModified=2020-12-01 19:35:46.848130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.848000000, lastModified=2020-12-01 19:35:46.848130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.848000000, lastModified=2020-12-01 19:35:46.848130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.849000000, lastModified=2020-12-01 19:35:46.848130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.849000000, lastModified=2020-12-01 19:35:46.848130000, delta=870000 ns, racy<=2502500 ns
19:35:46.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.849000000, lastModified=2020-12-01 19:35:46.849130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.849000000, lastModified=2020-12-01 19:35:46.849130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.849000000, lastModified=2020-12-01 19:35:46.849130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.849000000, lastModified=2020-12-01 19:35:46.849130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.850000000, lastModified=2020-12-01 19:35:46.849130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.850000000, lastModified=2020-12-01 19:35:46.849130000, delta=870000 ns, racy<=2502500 ns
19:35:46.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.850000000, lastModified=2020-12-01 19:35:46.850130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.850000000, lastModified=2020-12-01 19:35:46.850130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.850000000, lastModified=2020-12-01 19:35:46.850130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.850000000, lastModified=2020-12-01 19:35:46.850130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.851000000, lastModified=2020-12-01 19:35:46.850130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.851000000, lastModified=2020-12-01 19:35:46.850130000, delta=870000 ns, racy<=2502500 ns
19:35:46.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.851000000, lastModified=2020-12-01 19:35:46.850130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.850130000 to 2020-12-01 19:35:46.851130000
19:35:46.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.851000000, lastModified=2020-12-01 19:35:46.851130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.851000000, lastModified=2020-12-01 19:35:46.851130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.851000000, lastModified=2020-12-01 19:35:46.851130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.851000000, lastModified=2020-12-01 19:35:46.851130000, delta=-130000 ns, racy<=2502500 ns
19:35:46.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.852000000, lastModified=2020-12-01 19:35:46.851130000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.852000000, lastModified=2020-12-01 19:35:46.851130000, delta=870000 ns, racy<=2502500 ns
19:35:46.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.907000000, lastModified=2020-12-01 19:35:46.906129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.906129000 to 2020-12-01 19:35:46.907129000
19:35:46.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.908000000, lastModified=2020-12-01 19:35:46.907129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.907129000 to 2020-12-01 19:35:46.908129000
19:35:46.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.908000000, lastModified=2020-12-01 19:35:46.908129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.908000000, lastModified=2020-12-01 19:35:46.908129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.909000000, lastModified=2020-12-01 19:35:46.909129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.909000000, lastModified=2020-12-01 19:35:46.909129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.909000000, lastModified=2020-12-01 19:35:46.909129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.909000000, lastModified=2020-12-01 19:35:46.909129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.910000000, lastModified=2020-12-01 19:35:46.910129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.910000000, lastModified=2020-12-01 19:35:46.910129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.911000000, lastModified=2020-12-01 19:35:46.910129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.910129000 to 2020-12-01 19:35:46.911129000
19:35:46.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.911000000, lastModified=2020-12-01 19:35:46.911129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.912 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.911000000, lastModified=2020-12-01 19:35:46.911129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.912 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.912 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.912000000, lastModified=2020-12-01 19:35:46.912129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.912 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.912000000, lastModified=2020-12-01 19:35:46.912129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.912 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.912000000, lastModified=2020-12-01 19:35:46.912129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.912000000, lastModified=2020-12-01 19:35:46.912129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.913000000, lastModified=2020-12-01 19:35:46.913129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.913000000, lastModified=2020-12-01 19:35:46.913129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.915000000, lastModified=2020-12-01 19:35:46.914129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.914129000 to 2020-12-01 19:35:46.915129000
19:35:46.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.915000000, lastModified=2020-12-01 19:35:46.915129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.915000000, lastModified=2020-12-01 19:35:46.915129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.916000000, lastModified=2020-12-01 19:35:46.915129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.915129000 to 2020-12-01 19:35:46.916129000
19:35:46.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.916000000, lastModified=2020-12-01 19:35:46.916129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.916000000, lastModified=2020-12-01 19:35:46.916129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.934000000, lastModified=2020-12-01 19:35:46.934129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.934000000, lastModified=2020-12-01 19:35:46.934129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.935000000, lastModified=2020-12-01 19:35:46.934129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.935000000, lastModified=2020-12-01 19:35:46.934129000, delta=871000 ns, racy<=2502500 ns
19:35:46.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.935000000, lastModified=2020-12-01 19:35:46.935129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.935000000, lastModified=2020-12-01 19:35:46.935129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.935000000, lastModified=2020-12-01 19:35:46.935129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.935000000, lastModified=2020-12-01 19:35:46.935129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.936000000, lastModified=2020-12-01 19:35:46.935129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.936000000, lastModified=2020-12-01 19:35:46.935129000, delta=871000 ns, racy<=2502500 ns
19:35:46.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.936000000, lastModified=2020-12-01 19:35:46.936129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.936000000, lastModified=2020-12-01 19:35:46.936129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.936000000, lastModified=2020-12-01 19:35:46.936129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.936000000, lastModified=2020-12-01 19:35:46.936129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.936000000, lastModified=2020-12-01 19:35:46.936129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.936000000, lastModified=2020-12-01 19:35:46.936129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.937000000, lastModified=2020-12-01 19:35:46.936129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.936129000 to 2020-12-01 19:35:46.937129000
19:35:46.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.937000000, lastModified=2020-12-01 19:35:46.937129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.937000000, lastModified=2020-12-01 19:35:46.937129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.938000000, lastModified=2020-12-01 19:35:46.937129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.938000000, lastModified=2020-12-01 19:35:46.937129000, delta=871000 ns, racy<=2502500 ns
19:35:46.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.938000000, lastModified=2020-12-01 19:35:46.938129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.938000000, lastModified=2020-12-01 19:35:46.938129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.938000000, lastModified=2020-12-01 19:35:46.938129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.938000000, lastModified=2020-12-01 19:35:46.938129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.939000000, lastModified=2020-12-01 19:35:46.938129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.939000000, lastModified=2020-12-01 19:35:46.938129000, delta=871000 ns, racy<=2502500 ns
19:35:46.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.939000000, lastModified=2020-12-01 19:35:46.939129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.939000000, lastModified=2020-12-01 19:35:46.939129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.939000000, lastModified=2020-12-01 19:35:46.939129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.939000000, lastModified=2020-12-01 19:35:46.939129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.940000000, lastModified=2020-12-01 19:35:46.939129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.940000000, lastModified=2020-12-01 19:35:46.939129000, delta=871000 ns, racy<=2502500 ns
19:35:46.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.940000000, lastModified=2020-12-01 19:35:46.940129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.940000000, lastModified=2020-12-01 19:35:46.940129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.940000000, lastModified=2020-12-01 19:35:46.940129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.940000000, lastModified=2020-12-01 19:35:46.940129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.941000000, lastModified=2020-12-01 19:35:46.940129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.941000000, lastModified=2020-12-01 19:35:46.940129000, delta=871000 ns, racy<=2502500 ns
19:35:46.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.941000000, lastModified=2020-12-01 19:35:46.941129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.941000000, lastModified=2020-12-01 19:35:46.941129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.941000000, lastModified=2020-12-01 19:35:46.941129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.941000000, lastModified=2020-12-01 19:35:46.941129000, delta=-129000 ns, racy<=2502500 ns
19:35:46.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.942000000, lastModified=2020-12-01 19:35:46.941129000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.942000000, lastModified=2020-12-01 19:35:46.941129000, delta=871000 ns, racy<=2502500 ns
19:35:46.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.942000000, lastModified=2020-12-01 19:35:46.942128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.942000000, lastModified=2020-12-01 19:35:46.942128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.942000000, lastModified=2020-12-01 19:35:46.942128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.942000000, lastModified=2020-12-01 19:35:46.942128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.943000000, lastModified=2020-12-01 19:35:46.942128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.943000000, lastModified=2020-12-01 19:35:46.942128000, delta=872000 ns, racy<=2502500 ns
19:35:46.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.943000000, lastModified=2020-12-01 19:35:46.942128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.942128000 to 2020-12-01 19:35:46.943128000
19:35:46.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.943000000, lastModified=2020-12-01 19:35:46.943128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.943000000, lastModified=2020-12-01 19:35:46.943128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.943000000, lastModified=2020-12-01 19:35:46.943128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.943000000, lastModified=2020-12-01 19:35:46.943128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.944000000, lastModified=2020-12-01 19:35:46.943128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.943128000 to 2020-12-01 19:35:46.944128000
19:35:46.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.944000000, lastModified=2020-12-01 19:35:46.944128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.944000000, lastModified=2020-12-01 19:35:46.944128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.944000000, lastModified=2020-12-01 19:35:46.944128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.944000000, lastModified=2020-12-01 19:35:46.944128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.945000000, lastModified=2020-12-01 19:35:46.944128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.945000000, lastModified=2020-12-01 19:35:46.944128000, delta=872000 ns, racy<=2502500 ns
19:35:46.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.945000000, lastModified=2020-12-01 19:35:46.945128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.945000000, lastModified=2020-12-01 19:35:46.945128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.945000000, lastModified=2020-12-01 19:35:46.945128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.945000000, lastModified=2020-12-01 19:35:46.945128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.946000000, lastModified=2020-12-01 19:35:46.945128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.946000000, lastModified=2020-12-01 19:35:46.945128000, delta=872000 ns, racy<=2502500 ns
19:35:46.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.946000000, lastModified=2020-12-01 19:35:46.946128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.946000000, lastModified=2020-12-01 19:35:46.946128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.946000000, lastModified=2020-12-01 19:35:46.946128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.946000000, lastModified=2020-12-01 19:35:46.946128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.947000000, lastModified=2020-12-01 19:35:46.946128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.947000000, lastModified=2020-12-01 19:35:46.946128000, delta=872000 ns, racy<=2502500 ns
19:35:46.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.947000000, lastModified=2020-12-01 19:35:46.947128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.947000000, lastModified=2020-12-01 19:35:46.947128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.947000000, lastModified=2020-12-01 19:35:46.947128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.947000000, lastModified=2020-12-01 19:35:46.947128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.948000000, lastModified=2020-12-01 19:35:46.947128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.948000000, lastModified=2020-12-01 19:35:46.947128000, delta=872000 ns, racy<=2502500 ns
19:35:46.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.948000000, lastModified=2020-12-01 19:35:46.948128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.948000000, lastModified=2020-12-01 19:35:46.948128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.948000000, lastModified=2020-12-01 19:35:46.948128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.948000000, lastModified=2020-12-01 19:35:46.948128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.949000000, lastModified=2020-12-01 19:35:46.948128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.949000000, lastModified=2020-12-01 19:35:46.948128000, delta=872000 ns, racy<=2502500 ns
19:35:46.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.949000000, lastModified=2020-12-01 19:35:46.949128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.949000000, lastModified=2020-12-01 19:35:46.949128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.949000000, lastModified=2020-12-01 19:35:46.949128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.949000000, lastModified=2020-12-01 19:35:46.949128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.950000000, lastModified=2020-12-01 19:35:46.949128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.950000000, lastModified=2020-12-01 19:35:46.949128000, delta=872000 ns, racy<=2502500 ns
19:35:46.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.950000000, lastModified=2020-12-01 19:35:46.950128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.950000000, lastModified=2020-12-01 19:35:46.950128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.950000000, lastModified=2020-12-01 19:35:46.950128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.950000000, lastModified=2020-12-01 19:35:46.950128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.951000000, lastModified=2020-12-01 19:35:46.950128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.950128000 to 2020-12-01 19:35:46.951128000
19:35:46.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.951000000, lastModified=2020-12-01 19:35:46.951128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.951000000, lastModified=2020-12-01 19:35:46.951128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.951000000, lastModified=2020-12-01 19:35:46.951128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.951000000, lastModified=2020-12-01 19:35:46.951128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.952000000, lastModified=2020-12-01 19:35:46.951128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.952000000, lastModified=2020-12-01 19:35:46.951128000, delta=872000 ns, racy<=2502500 ns
19:35:46.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.952000000, lastModified=2020-12-01 19:35:46.952128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.952000000, lastModified=2020-12-01 19:35:46.952128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.952000000, lastModified=2020-12-01 19:35:46.952128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.952000000, lastModified=2020-12-01 19:35:46.952128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.953000000, lastModified=2020-12-01 19:35:46.952128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.952128000 to 2020-12-01 19:35:46.953128000
19:35:46.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.953000000, lastModified=2020-12-01 19:35:46.953128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.953000000, lastModified=2020-12-01 19:35:46.953128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.953000000, lastModified=2020-12-01 19:35:46.953128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.953000000, lastModified=2020-12-01 19:35:46.953128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.954000000, lastModified=2020-12-01 19:35:46.953128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.953128000 to 2020-12-01 19:35:46.954128000
19:35:46.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.954000000, lastModified=2020-12-01 19:35:46.954128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.954000000, lastModified=2020-12-01 19:35:46.954128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.954000000, lastModified=2020-12-01 19:35:46.954128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.954000000, lastModified=2020-12-01 19:35:46.954128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.955000000, lastModified=2020-12-01 19:35:46.954128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.954128000 to 2020-12-01 19:35:46.955128000
19:35:46.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.955000000, lastModified=2020-12-01 19:35:46.955128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.955000000, lastModified=2020-12-01 19:35:46.955128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.955000000, lastModified=2020-12-01 19:35:46.955128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.955000000, lastModified=2020-12-01 19:35:46.955128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.956000000, lastModified=2020-12-01 19:35:46.955128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.955128000 to 2020-12-01 19:35:46.956128000
19:35:46.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.957000000, lastModified=2020-12-01 19:35:46.957128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.957000000, lastModified=2020-12-01 19:35:46.957128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.958000000, lastModified=2020-12-01 19:35:46.957128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.957128000 to 2020-12-01 19:35:46.958128000
19:35:46.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.958000000, lastModified=2020-12-01 19:35:46.958128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.958000000, lastModified=2020-12-01 19:35:46.958128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.959000000, lastModified=2020-12-01 19:35:46.958128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.958128000 to 2020-12-01 19:35:46.959128000
19:35:46.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.959000000, lastModified=2020-12-01 19:35:46.959128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.960 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.959000000, lastModified=2020-12-01 19:35:46.959128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.960 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.960 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.960000000, lastModified=2020-12-01 19:35:46.960128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.961 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.960128000 to 2020-12-01 19:35:46.961128000
19:35:46.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.962000000, lastModified=2020-12-01 19:35:46.961128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.962000000, lastModified=2020-12-01 19:35:46.961128000, delta=872000 ns, racy<=2502500 ns
19:35:46.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.963000000, lastModified=2020-12-01 19:35:46.963128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.963000000, lastModified=2020-12-01 19:35:46.963128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.975 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.975000000, lastModified=2020-12-01 19:35:46.974128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.975 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.974128000 to 2020-12-01 19:35:46.975128000
19:35:46.975 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.975000000, lastModified=2020-12-01 19:35:46.975128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.975000000, lastModified=2020-12-01 19:35:46.975128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.976000000, lastModified=2020-12-01 19:35:46.975128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.976000000, lastModified=2020-12-01 19:35:46.975128000, delta=872000 ns, racy<=2502500 ns
19:35:46.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.976000000, lastModified=2020-12-01 19:35:46.976128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.976000000, lastModified=2020-12-01 19:35:46.976128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.976000000, lastModified=2020-12-01 19:35:46.976128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.976000000, lastModified=2020-12-01 19:35:46.976128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.977 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.977000000, lastModified=2020-12-01 19:35:46.976128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.977 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.977000000, lastModified=2020-12-01 19:35:46.976128000, delta=872000 ns, racy<=2502500 ns
19:35:46.977 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.977 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.977000000, lastModified=2020-12-01 19:35:46.977128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.977 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.977000000, lastModified=2020-12-01 19:35:46.977128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.977 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.977 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.977000000, lastModified=2020-12-01 19:35:46.977128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.977000000, lastModified=2020-12-01 19:35:46.977128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.978000000, lastModified=2020-12-01 19:35:46.977128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.978000000, lastModified=2020-12-01 19:35:46.977128000, delta=872000 ns, racy<=2502500 ns
19:35:46.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.978000000, lastModified=2020-12-01 19:35:46.978128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.978000000, lastModified=2020-12-01 19:35:46.978128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.978000000, lastModified=2020-12-01 19:35:46.978128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.978000000, lastModified=2020-12-01 19:35:46.978128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.979 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.979000000, lastModified=2020-12-01 19:35:46.978128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.979 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.979000000, lastModified=2020-12-01 19:35:46.978128000, delta=872000 ns, racy<=2502500 ns
19:35:46.979 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.979 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.979000000, lastModified=2020-12-01 19:35:46.978128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.979 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.978128000 to 2020-12-01 19:35:46.979128000
19:35:46.979 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.979000000, lastModified=2020-12-01 19:35:46.979128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.979 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.979000000, lastModified=2020-12-01 19:35:46.979128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.979 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.979000000, lastModified=2020-12-01 19:35:46.979128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.979000000, lastModified=2020-12-01 19:35:46.979128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.980000000, lastModified=2020-12-01 19:35:46.979128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:46.979128000 to 2020-12-01 19:35:46.980128000
19:35:46.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.980000000, lastModified=2020-12-01 19:35:46.980128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.980000000, lastModified=2020-12-01 19:35:46.980128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.980000000, lastModified=2020-12-01 19:35:46.980128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.980000000, lastModified=2020-12-01 19:35:46.980128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.981000000, lastModified=2020-12-01 19:35:46.980128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.981000000, lastModified=2020-12-01 19:35:46.980128000, delta=872000 ns, racy<=2502500 ns
19:35:46.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.981000000, lastModified=2020-12-01 19:35:46.981128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.981000000, lastModified=2020-12-01 19:35:46.981128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.981000000, lastModified=2020-12-01 19:35:46.981128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.981000000, lastModified=2020-12-01 19:35:46.981128000, delta=-128000 ns, racy<=2502500 ns
19:35:46.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:46.982 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:46.982000000, lastModified=2020-12-01 19:35:46.981128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:46.982 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:46.982000000, lastModified=2020-12-01 19:35:46.981128000, delta=872000 ns, racy<=2502500 ns
19:35:46.982 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.006000000, lastModified=2020-12-01 19:35:47.006128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.006000000, lastModified=2020-12-01 19:35:47.006128000, delta=-128000 ns, racy<=2502500 ns
19:35:47.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.006000000, lastModified=2020-12-01 19:35:47.006128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.006000000, lastModified=2020-12-01 19:35:47.006128000, delta=-128000 ns, racy<=2502500 ns
19:35:47.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.007000000, lastModified=2020-12-01 19:35:47.006128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.006128000 to 2020-12-01 19:35:47.007128000
19:35:47.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.007000000, lastModified=2020-12-01 19:35:47.007128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.007000000, lastModified=2020-12-01 19:35:47.007128000, delta=-128000 ns, racy<=2502500 ns
19:35:47.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.007000000, lastModified=2020-12-01 19:35:47.007128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.007000000, lastModified=2020-12-01 19:35:47.007128000, delta=-128000 ns, racy<=2502500 ns
19:35:47.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.008000000, lastModified=2020-12-01 19:35:47.007128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.007128000 to 2020-12-01 19:35:47.008128000
19:35:47.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.008000000, lastModified=2020-12-01 19:35:47.008128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.008000000, lastModified=2020-12-01 19:35:47.008128000, delta=-128000 ns, racy<=2502500 ns
19:35:47.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.008000000, lastModified=2020-12-01 19:35:47.008128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.008000000, lastModified=2020-12-01 19:35:47.008128000, delta=-128000 ns, racy<=2502500 ns
19:35:47.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.009000000, lastModified=2020-12-01 19:35:47.008128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.008128000 to 2020-12-01 19:35:47.009128000
19:35:47.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.009000000, lastModified=2020-12-01 19:35:47.009128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.009000000, lastModified=2020-12-01 19:35:47.009128000, delta=-128000 ns, racy<=2502500 ns
19:35:47.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.009000000, lastModified=2020-12-01 19:35:47.009128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.009000000, lastModified=2020-12-01 19:35:47.009128000, delta=-128000 ns, racy<=2502500 ns
19:35:47.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.010000000, lastModified=2020-12-01 19:35:47.009128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.009128000 to 2020-12-01 19:35:47.010128000
19:35:47.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.010000000, lastModified=2020-12-01 19:35:47.010128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.010000000, lastModified=2020-12-01 19:35:47.010128000, delta=-128000 ns, racy<=2502500 ns
19:35:47.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.010000000, lastModified=2020-12-01 19:35:47.010128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.010000000, lastModified=2020-12-01 19:35:47.010128000, delta=-128000 ns, racy<=2502500 ns
19:35:47.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.011000000, lastModified=2020-12-01 19:35:47.010128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.011000000, lastModified=2020-12-01 19:35:47.010128000, delta=872000 ns, racy<=2502500 ns
19:35:47.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.011000000, lastModified=2020-12-01 19:35:47.011128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.011000000, lastModified=2020-12-01 19:35:47.011128000, delta=-128000 ns, racy<=2502500 ns
19:35:47.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.011000000, lastModified=2020-12-01 19:35:47.011128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.011000000, lastModified=2020-12-01 19:35:47.011128000, delta=-128000 ns, racy<=2502500 ns
19:35:47.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.012000000, lastModified=2020-12-01 19:35:47.011128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.011128000 to 2020-12-01 19:35:47.012128000
19:35:47.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.012000000, lastModified=2020-12-01 19:35:47.012128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.012128000 to 2020-12-01 19:35:47.013128000
19:35:47.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.014000000, lastModified=2020-12-01 19:35:47.013128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.013128000 to 2020-12-01 19:35:47.014128000
19:35:47.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.014000000, lastModified=2020-12-01 19:35:47.014128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.014000000, lastModified=2020-12-01 19:35:47.014128000, delta=-128000 ns, racy<=2502500 ns
19:35:47.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.015000000, lastModified=2020-12-01 19:35:47.015128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.015000000, lastModified=2020-12-01 19:35:47.015128000, delta=-128000 ns, racy<=2502500 ns
19:35:47.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.015000000, lastModified=2020-12-01 19:35:47.015128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.015000000, lastModified=2020-12-01 19:35:47.015128000, delta=-128000 ns, racy<=2502500 ns
19:35:47.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.016000000, lastModified=2020-12-01 19:35:47.016128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.016000000, lastModified=2020-12-01 19:35:47.016128000, delta=-128000 ns, racy<=2502500 ns
19:35:47.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.016000000, lastModified=2020-12-01 19:35:47.016128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.016000000, lastModified=2020-12-01 19:35:47.016128000, delta=-128000 ns, racy<=2502500 ns
19:35:47.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.017000000, lastModified=2020-12-01 19:35:47.017128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.017000000, lastModified=2020-12-01 19:35:47.017128000, delta=-128000 ns, racy<=2502500 ns
19:35:47.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.018000000, lastModified=2020-12-01 19:35:47.017128000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.018000000, lastModified=2020-12-01 19:35:47.017128000, delta=872000 ns, racy<=2502500 ns
19:35:47.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.018000000, lastModified=2020-12-01 19:35:47.018127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.018000000, lastModified=2020-12-01 19:35:47.018127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.019000000, lastModified=2020-12-01 19:35:47.019127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.019127000 to 2020-12-01 19:35:47.020127000
19:35:47.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.020000000, lastModified=2020-12-01 19:35:47.020127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.020127000 to 2020-12-01 19:35:47.039127000
19:35:47.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.039000000, lastModified=2020-12-01 19:35:47.039127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.039000000, lastModified=2020-12-01 19:35:47.039127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.040000000, lastModified=2020-12-01 19:35:47.039127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.039127000 to 2020-12-01 19:35:47.040127000
19:35:47.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.040000000, lastModified=2020-12-01 19:35:47.040127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.040000000, lastModified=2020-12-01 19:35:47.040127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.040000000, lastModified=2020-12-01 19:35:47.040127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.040000000, lastModified=2020-12-01 19:35:47.040127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.041000000, lastModified=2020-12-01 19:35:47.040127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.040127000 to 2020-12-01 19:35:47.041127000
19:35:47.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.041000000, lastModified=2020-12-01 19:35:47.041127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.041000000, lastModified=2020-12-01 19:35:47.041127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.041000000, lastModified=2020-12-01 19:35:47.041127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.041000000, lastModified=2020-12-01 19:35:47.041127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.042000000, lastModified=2020-12-01 19:35:47.041127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.041127000 to 2020-12-01 19:35:47.042127000
19:35:47.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.042000000, lastModified=2020-12-01 19:35:47.042127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.042000000, lastModified=2020-12-01 19:35:47.042127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.042000000, lastModified=2020-12-01 19:35:47.042127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.042000000, lastModified=2020-12-01 19:35:47.042127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.043000000, lastModified=2020-12-01 19:35:47.042127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.043000000, lastModified=2020-12-01 19:35:47.042127000, delta=873000 ns, racy<=2502500 ns
19:35:47.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.043000000, lastModified=2020-12-01 19:35:47.043127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.043000000, lastModified=2020-12-01 19:35:47.043127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.043000000, lastModified=2020-12-01 19:35:47.043127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.043000000, lastModified=2020-12-01 19:35:47.043127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.044000000, lastModified=2020-12-01 19:35:47.043127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.044000000, lastModified=2020-12-01 19:35:47.043127000, delta=873000 ns, racy<=2502500 ns
19:35:47.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.044000000, lastModified=2020-12-01 19:35:47.044127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.044000000, lastModified=2020-12-01 19:35:47.044127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.044000000, lastModified=2020-12-01 19:35:47.044127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.044000000, lastModified=2020-12-01 19:35:47.044127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.045000000, lastModified=2020-12-01 19:35:47.044127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.045000000, lastModified=2020-12-01 19:35:47.044127000, delta=873000 ns, racy<=2502500 ns
19:35:47.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.045000000, lastModified=2020-12-01 19:35:47.045127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.045000000, lastModified=2020-12-01 19:35:47.045127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.045000000, lastModified=2020-12-01 19:35:47.045127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.045000000, lastModified=2020-12-01 19:35:47.045127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.046000000, lastModified=2020-12-01 19:35:47.045127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.046000000, lastModified=2020-12-01 19:35:47.045127000, delta=873000 ns, racy<=2502500 ns
19:35:47.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.046000000, lastModified=2020-12-01 19:35:47.046127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.046000000, lastModified=2020-12-01 19:35:47.046127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.046000000, lastModified=2020-12-01 19:35:47.046127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.046000000, lastModified=2020-12-01 19:35:47.046127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.047000000, lastModified=2020-12-01 19:35:47.046127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.047000000, lastModified=2020-12-01 19:35:47.046127000, delta=873000 ns, racy<=2502500 ns
19:35:47.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.047000000, lastModified=2020-12-01 19:35:47.046127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.046127000 to 2020-12-01 19:35:47.047127000
19:35:47.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.047000000, lastModified=2020-12-01 19:35:47.047127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.047000000, lastModified=2020-12-01 19:35:47.047127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.047000000, lastModified=2020-12-01 19:35:47.047127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.047000000, lastModified=2020-12-01 19:35:47.047127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.048000000, lastModified=2020-12-01 19:35:47.047127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.047127000 to 2020-12-01 19:35:47.048127000
19:35:47.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.048000000, lastModified=2020-12-01 19:35:47.048127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.048000000, lastModified=2020-12-01 19:35:47.048127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.048000000, lastModified=2020-12-01 19:35:47.048127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.048000000, lastModified=2020-12-01 19:35:47.048127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.049000000, lastModified=2020-12-01 19:35:47.048127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.049000000, lastModified=2020-12-01 19:35:47.048127000, delta=873000 ns, racy<=2502500 ns
19:35:47.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.049000000, lastModified=2020-12-01 19:35:47.049127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.049000000, lastModified=2020-12-01 19:35:47.049127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.049000000, lastModified=2020-12-01 19:35:47.049127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.049000000, lastModified=2020-12-01 19:35:47.049127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.050000000, lastModified=2020-12-01 19:35:47.049127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.050000000, lastModified=2020-12-01 19:35:47.049127000, delta=873000 ns, racy<=2502500 ns
19:35:47.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.050000000, lastModified=2020-12-01 19:35:47.049127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.049127000 to 2020-12-01 19:35:47.050127000
19:35:47.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.050000000, lastModified=2020-12-01 19:35:47.050127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.050000000, lastModified=2020-12-01 19:35:47.050127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.050000000, lastModified=2020-12-01 19:35:47.050127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.050000000, lastModified=2020-12-01 19:35:47.050127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.051000000, lastModified=2020-12-01 19:35:47.050127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.050127000 to 2020-12-01 19:35:47.051127000
19:35:47.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.052000000, lastModified=2020-12-01 19:35:47.052127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.052000000, lastModified=2020-12-01 19:35:47.052127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.053000000, lastModified=2020-12-01 19:35:47.052127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.053000000, lastModified=2020-12-01 19:35:47.052127000, delta=873000 ns, racy<=2502500 ns
19:35:47.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.053000000, lastModified=2020-12-01 19:35:47.053127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.053000000, lastModified=2020-12-01 19:35:47.053127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.053000000, lastModified=2020-12-01 19:35:47.053127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.053000000, lastModified=2020-12-01 19:35:47.053127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.054000000, lastModified=2020-12-01 19:35:47.053127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.054000000, lastModified=2020-12-01 19:35:47.053127000, delta=873000 ns, racy<=2502500 ns
19:35:47.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.054000000, lastModified=2020-12-01 19:35:47.054127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.054000000, lastModified=2020-12-01 19:35:47.054127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.054000000, lastModified=2020-12-01 19:35:47.054127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.054000000, lastModified=2020-12-01 19:35:47.054127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.055000000, lastModified=2020-12-01 19:35:47.054127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.055000000, lastModified=2020-12-01 19:35:47.054127000, delta=873000 ns, racy<=2502500 ns
19:35:47.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.055000000, lastModified=2020-12-01 19:35:47.054127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.054127000 to 2020-12-01 19:35:47.055127000
19:35:47.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.055000000, lastModified=2020-12-01 19:35:47.055127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.055000000, lastModified=2020-12-01 19:35:47.055127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.056000000, lastModified=2020-12-01 19:35:47.055127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.056000000, lastModified=2020-12-01 19:35:47.055127000, delta=873000 ns, racy<=2502500 ns
19:35:47.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.056000000, lastModified=2020-12-01 19:35:47.055127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.055127000 to 2020-12-01 19:35:47.056127000
19:35:47.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.056000000, lastModified=2020-12-01 19:35:47.056127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.056000000, lastModified=2020-12-01 19:35:47.056127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.056000000, lastModified=2020-12-01 19:35:47.056127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.056000000, lastModified=2020-12-01 19:35:47.056127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.057000000, lastModified=2020-12-01 19:35:47.056127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.057000000, lastModified=2020-12-01 19:35:47.056127000, delta=873000 ns, racy<=2502500 ns
19:35:47.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.057000000, lastModified=2020-12-01 19:35:47.057127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.057000000, lastModified=2020-12-01 19:35:47.057127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.057000000, lastModified=2020-12-01 19:35:47.057127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.057000000, lastModified=2020-12-01 19:35:47.057127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.058000000, lastModified=2020-12-01 19:35:47.057127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.058000000, lastModified=2020-12-01 19:35:47.057127000, delta=873000 ns, racy<=2502500 ns
19:35:47.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.058000000, lastModified=2020-12-01 19:35:47.057127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.057127000 to 2020-12-01 19:35:47.058127000
19:35:47.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.058000000, lastModified=2020-12-01 19:35:47.058127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.058000000, lastModified=2020-12-01 19:35:47.058127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.058000000, lastModified=2020-12-01 19:35:47.058127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.058000000, lastModified=2020-12-01 19:35:47.058127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.059000000, lastModified=2020-12-01 19:35:47.058127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.058127000 to 2020-12-01 19:35:47.059127000
19:35:47.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.059000000, lastModified=2020-12-01 19:35:47.059127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.059000000, lastModified=2020-12-01 19:35:47.059127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.060000000, lastModified=2020-12-01 19:35:47.059127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.060000000, lastModified=2020-12-01 19:35:47.059127000, delta=873000 ns, racy<=2502500 ns
19:35:47.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.060000000, lastModified=2020-12-01 19:35:47.059127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.059127000 to 2020-12-01 19:35:47.060127000
19:35:47.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.060000000, lastModified=2020-12-01 19:35:47.060127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.060000000, lastModified=2020-12-01 19:35:47.060127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.061000000, lastModified=2020-12-01 19:35:47.060127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.061000000, lastModified=2020-12-01 19:35:47.060127000, delta=873000 ns, racy<=2502500 ns
19:35:47.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.061000000, lastModified=2020-12-01 19:35:47.061127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.061000000, lastModified=2020-12-01 19:35:47.061127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.061000000, lastModified=2020-12-01 19:35:47.061127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.061000000, lastModified=2020-12-01 19:35:47.061127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.061000000, lastModified=2020-12-01 19:35:47.061127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.061000000, lastModified=2020-12-01 19:35:47.061127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.062000000, lastModified=2020-12-01 19:35:47.061127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.061127000 to 2020-12-01 19:35:47.062127000
19:35:47.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.062000000, lastModified=2020-12-01 19:35:47.062127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.062000000, lastModified=2020-12-01 19:35:47.062127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.062000000, lastModified=2020-12-01 19:35:47.062127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.062000000, lastModified=2020-12-01 19:35:47.062127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.063000000, lastModified=2020-12-01 19:35:47.062127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.062127000 to 2020-12-01 19:35:47.063127000
19:35:47.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.063000000, lastModified=2020-12-01 19:35:47.063127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.063000000, lastModified=2020-12-01 19:35:47.063127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.063000000, lastModified=2020-12-01 19:35:47.063127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.063000000, lastModified=2020-12-01 19:35:47.063127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.064000000, lastModified=2020-12-01 19:35:47.063127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.064000000, lastModified=2020-12-01 19:35:47.063127000, delta=873000 ns, racy<=2502500 ns
19:35:47.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.064000000, lastModified=2020-12-01 19:35:47.064127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.064000000, lastModified=2020-12-01 19:35:47.064127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.064000000, lastModified=2020-12-01 19:35:47.064127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.064000000, lastModified=2020-12-01 19:35:47.064127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.065000000, lastModified=2020-12-01 19:35:47.064127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.065000000, lastModified=2020-12-01 19:35:47.064127000, delta=873000 ns, racy<=2502500 ns
19:35:47.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.065000000, lastModified=2020-12-01 19:35:47.065127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.065000000, lastModified=2020-12-01 19:35:47.065127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.065000000, lastModified=2020-12-01 19:35:47.065127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.065000000, lastModified=2020-12-01 19:35:47.065127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.066000000, lastModified=2020-12-01 19:35:47.065127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.066000000, lastModified=2020-12-01 19:35:47.065127000, delta=873000 ns, racy<=2502500 ns
19:35:47.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.066000000, lastModified=2020-12-01 19:35:47.066127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.066000000, lastModified=2020-12-01 19:35:47.066127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.066000000, lastModified=2020-12-01 19:35:47.066127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.066000000, lastModified=2020-12-01 19:35:47.066127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.067000000, lastModified=2020-12-01 19:35:47.066127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.067000000, lastModified=2020-12-01 19:35:47.066127000, delta=873000 ns, racy<=2502500 ns
19:35:47.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.067000000, lastModified=2020-12-01 19:35:47.067127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.067000000, lastModified=2020-12-01 19:35:47.067127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.067000000, lastModified=2020-12-01 19:35:47.067127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.067000000, lastModified=2020-12-01 19:35:47.067127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.068000000, lastModified=2020-12-01 19:35:47.067127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.067127000 to 2020-12-01 19:35:47.068127000
19:35:47.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.068000000, lastModified=2020-12-01 19:35:47.068127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.068000000, lastModified=2020-12-01 19:35:47.068127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.069000000, lastModified=2020-12-01 19:35:47.068127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.069000000, lastModified=2020-12-01 19:35:47.068127000, delta=873000 ns, racy<=2502500 ns
19:35:47.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.069000000, lastModified=2020-12-01 19:35:47.068127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.068127000 to 2020-12-01 19:35:47.069127000
19:35:47.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.069000000, lastModified=2020-12-01 19:35:47.069127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.069000000, lastModified=2020-12-01 19:35:47.069127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.069000000, lastModified=2020-12-01 19:35:47.069127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.069000000, lastModified=2020-12-01 19:35:47.069127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.070000000, lastModified=2020-12-01 19:35:47.069127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.069127000 to 2020-12-01 19:35:47.070127000
19:35:47.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.070000000, lastModified=2020-12-01 19:35:47.070127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.070000000, lastModified=2020-12-01 19:35:47.070127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.070000000, lastModified=2020-12-01 19:35:47.070127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.070000000, lastModified=2020-12-01 19:35:47.070127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.071000000, lastModified=2020-12-01 19:35:47.070127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.071000000, lastModified=2020-12-01 19:35:47.070127000, delta=873000 ns, racy<=2502500 ns
19:35:47.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.071000000, lastModified=2020-12-01 19:35:47.071127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.071000000, lastModified=2020-12-01 19:35:47.071127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.071000000, lastModified=2020-12-01 19:35:47.071127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.071000000, lastModified=2020-12-01 19:35:47.071127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.072000000, lastModified=2020-12-01 19:35:47.071127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.072000000, lastModified=2020-12-01 19:35:47.071127000, delta=873000 ns, racy<=2502500 ns
19:35:47.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.072000000, lastModified=2020-12-01 19:35:47.071127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.071127000 to 2020-12-01 19:35:47.072127000
19:35:47.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.072000000, lastModified=2020-12-01 19:35:47.072127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.072000000, lastModified=2020-12-01 19:35:47.072127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.072000000, lastModified=2020-12-01 19:35:47.072127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.072000000, lastModified=2020-12-01 19:35:47.072127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.073000000, lastModified=2020-12-01 19:35:47.072127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.072127000 to 2020-12-01 19:35:47.073127000
19:35:47.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.073000000, lastModified=2020-12-01 19:35:47.073127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.073000000, lastModified=2020-12-01 19:35:47.073127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.074000000, lastModified=2020-12-01 19:35:47.073127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.074000000, lastModified=2020-12-01 19:35:47.073127000, delta=873000 ns, racy<=2502500 ns
19:35:47.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.074000000, lastModified=2020-12-01 19:35:47.074127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.074000000, lastModified=2020-12-01 19:35:47.074127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.074000000, lastModified=2020-12-01 19:35:47.074127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.074000000, lastModified=2020-12-01 19:35:47.074127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.075000000, lastModified=2020-12-01 19:35:47.074127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.074127000 to 2020-12-01 19:35:47.075127000
19:35:47.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.075000000, lastModified=2020-12-01 19:35:47.075127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.075000000, lastModified=2020-12-01 19:35:47.075127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.076000000, lastModified=2020-12-01 19:35:47.075127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.076000000, lastModified=2020-12-01 19:35:47.075127000, delta=873000 ns, racy<=2502500 ns
19:35:47.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.076000000, lastModified=2020-12-01 19:35:47.076127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.076000000, lastModified=2020-12-01 19:35:47.076127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.076000000, lastModified=2020-12-01 19:35:47.076127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.076000000, lastModified=2020-12-01 19:35:47.076127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.077000000, lastModified=2020-12-01 19:35:47.076127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.076127000 to 2020-12-01 19:35:47.077127000
19:35:47.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.077000000, lastModified=2020-12-01 19:35:47.077127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.077000000, lastModified=2020-12-01 19:35:47.077127000, delta=-127000 ns, racy<=2502500 ns
19:35:47.078 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.078 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.078000000, lastModified=2020-12-01 19:35:47.077127000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.078000000, lastModified=2020-12-01 19:35:47.077127000, delta=873000 ns, racy<=2502500 ns
19:35:47.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.106000000, lastModified=2020-12-01 19:35:47.106126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.106000000, lastModified=2020-12-01 19:35:47.106126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.107000000, lastModified=2020-12-01 19:35:47.106126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.106126000 to 2020-12-01 19:35:47.107126000
19:35:47.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.107000000, lastModified=2020-12-01 19:35:47.107126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.107126000 to 2020-12-01 19:35:47.108126000
19:35:47.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.109000000, lastModified=2020-12-01 19:35:47.108126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.108126000 to 2020-12-01 19:35:47.109126000
19:35:47.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.109000000, lastModified=2020-12-01 19:35:47.109126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.109000000, lastModified=2020-12-01 19:35:47.109126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.110000000, lastModified=2020-12-01 19:35:47.110126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.110000000, lastModified=2020-12-01 19:35:47.110126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.110000000, lastModified=2020-12-01 19:35:47.110126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.110000000, lastModified=2020-12-01 19:35:47.110126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.111000000, lastModified=2020-12-01 19:35:47.111126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.111000000, lastModified=2020-12-01 19:35:47.111126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.111000000, lastModified=2020-12-01 19:35:47.111126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.111000000, lastModified=2020-12-01 19:35:47.111126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.112000000, lastModified=2020-12-01 19:35:47.112126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.112000000, lastModified=2020-12-01 19:35:47.112126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.113000000, lastModified=2020-12-01 19:35:47.112126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.112126000 to 2020-12-01 19:35:47.117126000
19:35:47.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.118000000, lastModified=2020-12-01 19:35:47.118126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.118000000, lastModified=2020-12-01 19:35:47.118126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.118000000, lastModified=2020-12-01 19:35:47.118126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.118000000, lastModified=2020-12-01 19:35:47.118126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.119000000, lastModified=2020-12-01 19:35:47.119126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.119000000, lastModified=2020-12-01 19:35:47.119126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.119000000, lastModified=2020-12-01 19:35:47.119126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.119000000, lastModified=2020-12-01 19:35:47.119126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.120000000, lastModified=2020-12-01 19:35:47.120126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.120000000, lastModified=2020-12-01 19:35:47.120126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.120000000, lastModified=2020-12-01 19:35:47.120126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.120000000, lastModified=2020-12-01 19:35:47.120126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.121000000, lastModified=2020-12-01 19:35:47.120126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.120126000 to 2020-12-01 19:35:47.125126000
19:35:47.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.126000000, lastModified=2020-12-01 19:35:47.125126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.125126000 to 2020-12-01 19:35:47.126126000
19:35:47.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.126000000, lastModified=2020-12-01 19:35:47.126126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.126000000, lastModified=2020-12-01 19:35:47.126126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.127000000, lastModified=2020-12-01 19:35:47.126126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.126126000 to 2020-12-01 19:35:47.127126000
19:35:47.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.127000000, lastModified=2020-12-01 19:35:47.127126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.127000000, lastModified=2020-12-01 19:35:47.127126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.128000000, lastModified=2020-12-01 19:35:47.127126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.128000000, lastModified=2020-12-01 19:35:47.127126000, delta=874000 ns, racy<=2502500 ns
19:35:47.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.128000000, lastModified=2020-12-01 19:35:47.128126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.128000000, lastModified=2020-12-01 19:35:47.128126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.129000000, lastModified=2020-12-01 19:35:47.128126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.128126000 to 2020-12-01 19:35:47.129126000
19:35:47.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.130000000, lastModified=2020-12-01 19:35:47.129126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.129126000 to 2020-12-01 19:35:47.130126000
19:35:47.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.140000000, lastModified=2020-12-01 19:35:47.140126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.140000000, lastModified=2020-12-01 19:35:47.140126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.140000000, lastModified=2020-12-01 19:35:47.140126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.140000000, lastModified=2020-12-01 19:35:47.140126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.141000000, lastModified=2020-12-01 19:35:47.140126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.140126000 to 2020-12-01 19:35:47.141126000
19:35:47.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.141000000, lastModified=2020-12-01 19:35:47.141126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.141000000, lastModified=2020-12-01 19:35:47.141126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.142000000, lastModified=2020-12-01 19:35:47.141126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.142000000, lastModified=2020-12-01 19:35:47.141126000, delta=874000 ns, racy<=2502500 ns
19:35:47.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.142000000, lastModified=2020-12-01 19:35:47.141126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.141126000 to 2020-12-01 19:35:47.142126000
19:35:47.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.142000000, lastModified=2020-12-01 19:35:47.142126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.142000000, lastModified=2020-12-01 19:35:47.142126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.143000000, lastModified=2020-12-01 19:35:47.142126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.143000000, lastModified=2020-12-01 19:35:47.142126000, delta=874000 ns, racy<=2502500 ns
19:35:47.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.143000000, lastModified=2020-12-01 19:35:47.142126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.142126000 to 2020-12-01 19:35:47.143126000
19:35:47.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.143000000, lastModified=2020-12-01 19:35:47.143126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.143000000, lastModified=2020-12-01 19:35:47.143126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.144000000, lastModified=2020-12-01 19:35:47.143126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.144000000, lastModified=2020-12-01 19:35:47.143126000, delta=874000 ns, racy<=2502500 ns
19:35:47.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.144000000, lastModified=2020-12-01 19:35:47.144126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.144000000, lastModified=2020-12-01 19:35:47.144126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.144000000, lastModified=2020-12-01 19:35:47.144126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.144000000, lastModified=2020-12-01 19:35:47.144126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.145000000, lastModified=2020-12-01 19:35:47.144126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.145000000, lastModified=2020-12-01 19:35:47.144126000, delta=874000 ns, racy<=2502500 ns
19:35:47.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.145000000, lastModified=2020-12-01 19:35:47.144126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.144126000 to 2020-12-01 19:35:47.145126000
19:35:47.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.145000000, lastModified=2020-12-01 19:35:47.145126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.145000000, lastModified=2020-12-01 19:35:47.145126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.145000000, lastModified=2020-12-01 19:35:47.145126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.145000000, lastModified=2020-12-01 19:35:47.145126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.146000000, lastModified=2020-12-01 19:35:47.145126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.145126000 to 2020-12-01 19:35:47.146126000
19:35:47.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.146000000, lastModified=2020-12-01 19:35:47.146126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.146000000, lastModified=2020-12-01 19:35:47.146126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.146000000, lastModified=2020-12-01 19:35:47.146126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.146000000, lastModified=2020-12-01 19:35:47.146126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.147000000, lastModified=2020-12-01 19:35:47.146126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.146126000 to 2020-12-01 19:35:47.147126000
19:35:47.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.147000000, lastModified=2020-12-01 19:35:47.147126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.147000000, lastModified=2020-12-01 19:35:47.147126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.147000000, lastModified=2020-12-01 19:35:47.147126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.147000000, lastModified=2020-12-01 19:35:47.147126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.148000000, lastModified=2020-12-01 19:35:47.147126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.148000000, lastModified=2020-12-01 19:35:47.147126000, delta=874000 ns, racy<=2502500 ns
19:35:47.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.148000000, lastModified=2020-12-01 19:35:47.148126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.148000000, lastModified=2020-12-01 19:35:47.148126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.148000000, lastModified=2020-12-01 19:35:47.148126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.148000000, lastModified=2020-12-01 19:35:47.148126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.149000000, lastModified=2020-12-01 19:35:47.148126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.149000000, lastModified=2020-12-01 19:35:47.148126000, delta=874000 ns, racy<=2502500 ns
19:35:47.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.149000000, lastModified=2020-12-01 19:35:47.149126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.149000000, lastModified=2020-12-01 19:35:47.149126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.149000000, lastModified=2020-12-01 19:35:47.149126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.149000000, lastModified=2020-12-01 19:35:47.149126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.150000000, lastModified=2020-12-01 19:35:47.149126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.150000000, lastModified=2020-12-01 19:35:47.149126000, delta=874000 ns, racy<=2502500 ns
19:35:47.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.150000000, lastModified=2020-12-01 19:35:47.150126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.150000000, lastModified=2020-12-01 19:35:47.150126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.150000000, lastModified=2020-12-01 19:35:47.150126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.150000000, lastModified=2020-12-01 19:35:47.150126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.151000000, lastModified=2020-12-01 19:35:47.150126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.151000000, lastModified=2020-12-01 19:35:47.150126000, delta=874000 ns, racy<=2502500 ns
19:35:47.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.151000000, lastModified=2020-12-01 19:35:47.150126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.150126000 to 2020-12-01 19:35:47.151126000
19:35:47.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.151000000, lastModified=2020-12-01 19:35:47.151126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.151000000, lastModified=2020-12-01 19:35:47.151126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.152000000, lastModified=2020-12-01 19:35:47.151126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.152000000, lastModified=2020-12-01 19:35:47.151126000, delta=874000 ns, racy<=2502500 ns
19:35:47.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.152000000, lastModified=2020-12-01 19:35:47.152126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.152000000, lastModified=2020-12-01 19:35:47.152126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.152000000, lastModified=2020-12-01 19:35:47.152126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.152000000, lastModified=2020-12-01 19:35:47.152126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.153000000, lastModified=2020-12-01 19:35:47.152126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.153000000, lastModified=2020-12-01 19:35:47.152126000, delta=874000 ns, racy<=2502500 ns
19:35:47.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.153000000, lastModified=2020-12-01 19:35:47.153126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.153000000, lastModified=2020-12-01 19:35:47.153126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.153000000, lastModified=2020-12-01 19:35:47.153126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.153000000, lastModified=2020-12-01 19:35:47.153126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.154000000, lastModified=2020-12-01 19:35:47.153126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.154000000, lastModified=2020-12-01 19:35:47.153126000, delta=874000 ns, racy<=2502500 ns
19:35:47.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.154000000, lastModified=2020-12-01 19:35:47.154126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.154000000, lastModified=2020-12-01 19:35:47.154126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.154000000, lastModified=2020-12-01 19:35:47.154126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.154000000, lastModified=2020-12-01 19:35:47.154126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.155000000, lastModified=2020-12-01 19:35:47.154126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.155000000, lastModified=2020-12-01 19:35:47.154126000, delta=874000 ns, racy<=2502500 ns
19:35:47.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.155000000, lastModified=2020-12-01 19:35:47.155126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.155000000, lastModified=2020-12-01 19:35:47.155126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.155000000, lastModified=2020-12-01 19:35:47.155126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.155000000, lastModified=2020-12-01 19:35:47.155126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.156000000, lastModified=2020-12-01 19:35:47.156126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.156000000, lastModified=2020-12-01 19:35:47.156126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.157000000, lastModified=2020-12-01 19:35:47.156126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.156126000 to 2020-12-01 19:35:47.157126000
19:35:47.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.157000000, lastModified=2020-12-01 19:35:47.157126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.157000000, lastModified=2020-12-01 19:35:47.157126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.158000000, lastModified=2020-12-01 19:35:47.157126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.157126000 to 2020-12-01 19:35:47.158126000
19:35:47.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.158000000, lastModified=2020-12-01 19:35:47.158126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.158000000, lastModified=2020-12-01 19:35:47.158126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.159000000, lastModified=2020-12-01 19:35:47.158126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.158126000 to 2020-12-01 19:35:47.159126000
19:35:47.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.159000000, lastModified=2020-12-01 19:35:47.159126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.159000000, lastModified=2020-12-01 19:35:47.159126000, delta=-126000 ns, racy<=2502500 ns
19:35:47.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.160000000, lastModified=2020-12-01 19:35:47.159126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.160000000, lastModified=2020-12-01 19:35:47.159126000, delta=874000 ns, racy<=2502500 ns
19:35:47.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.160000000, lastModified=2020-12-01 19:35:47.160126000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.182 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.160126000 to 2020-12-01 19:35:47.182125000
19:35:47.183 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.183000000, lastModified=2020-12-01 19:35:47.182125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.183 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.182125000 to 2020-12-01 19:35:47.183125000
19:35:47.183 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.183000000, lastModified=2020-12-01 19:35:47.183125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.183 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.183000000, lastModified=2020-12-01 19:35:47.183125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.183 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.184000000, lastModified=2020-12-01 19:35:47.183125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.184000000, lastModified=2020-12-01 19:35:47.183125000, delta=875000 ns, racy<=2502500 ns
19:35:47.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.184000000, lastModified=2020-12-01 19:35:47.183125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.183125000 to 2020-12-01 19:35:47.206125000
19:35:47.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.206000000, lastModified=2020-12-01 19:35:47.206125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.206000000, lastModified=2020-12-01 19:35:47.206125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.207000000, lastModified=2020-12-01 19:35:47.207125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.207000000, lastModified=2020-12-01 19:35:47.207125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.207000000, lastModified=2020-12-01 19:35:47.207125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.207000000, lastModified=2020-12-01 19:35:47.207125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.208000000, lastModified=2020-12-01 19:35:47.208125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.208000000, lastModified=2020-12-01 19:35:47.208125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.208000000, lastModified=2020-12-01 19:35:47.208125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.208000000, lastModified=2020-12-01 19:35:47.208125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.209000000, lastModified=2020-12-01 19:35:47.209125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.209000000, lastModified=2020-12-01 19:35:47.209125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.209000000, lastModified=2020-12-01 19:35:47.209125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.209000000, lastModified=2020-12-01 19:35:47.209125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.210000000, lastModified=2020-12-01 19:35:47.210125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.210125000 to 2020-12-01 19:35:47.211125000
19:35:47.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.226000000, lastModified=2020-12-01 19:35:47.225125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.225125000 to 2020-12-01 19:35:47.226125000
19:35:47.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.227000000, lastModified=2020-12-01 19:35:47.226125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.227000000, lastModified=2020-12-01 19:35:47.226125000, delta=875000 ns, racy<=2502500 ns
19:35:47.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.227000000, lastModified=2020-12-01 19:35:47.227125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.227000000, lastModified=2020-12-01 19:35:47.227125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.227000000, lastModified=2020-12-01 19:35:47.227125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.227000000, lastModified=2020-12-01 19:35:47.227125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.228000000, lastModified=2020-12-01 19:35:47.227125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.228000000, lastModified=2020-12-01 19:35:47.227125000, delta=875000 ns, racy<=2502500 ns
19:35:47.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.228000000, lastModified=2020-12-01 19:35:47.228125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.228000000, lastModified=2020-12-01 19:35:47.228125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.228000000, lastModified=2020-12-01 19:35:47.228125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.228000000, lastModified=2020-12-01 19:35:47.228125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.229000000, lastModified=2020-12-01 19:35:47.228125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.229000000, lastModified=2020-12-01 19:35:47.228125000, delta=875000 ns, racy<=2502500 ns
19:35:47.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.229000000, lastModified=2020-12-01 19:35:47.229125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.229000000, lastModified=2020-12-01 19:35:47.229125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.229000000, lastModified=2020-12-01 19:35:47.229125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.229000000, lastModified=2020-12-01 19:35:47.229125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.230000000, lastModified=2020-12-01 19:35:47.229125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.230000000, lastModified=2020-12-01 19:35:47.229125000, delta=875000 ns, racy<=2502500 ns
19:35:47.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.230000000, lastModified=2020-12-01 19:35:47.230125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.230000000, lastModified=2020-12-01 19:35:47.230125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.230000000, lastModified=2020-12-01 19:35:47.230125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.230000000, lastModified=2020-12-01 19:35:47.230125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.231000000, lastModified=2020-12-01 19:35:47.230125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.231000000, lastModified=2020-12-01 19:35:47.230125000, delta=875000 ns, racy<=2502500 ns
19:35:47.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.231000000, lastModified=2020-12-01 19:35:47.231125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.231000000, lastModified=2020-12-01 19:35:47.231125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.231000000, lastModified=2020-12-01 19:35:47.231125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.231000000, lastModified=2020-12-01 19:35:47.231125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.232000000, lastModified=2020-12-01 19:35:47.231125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.232000000, lastModified=2020-12-01 19:35:47.231125000, delta=875000 ns, racy<=2502500 ns
19:35:47.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.232000000, lastModified=2020-12-01 19:35:47.232125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.232000000, lastModified=2020-12-01 19:35:47.232125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.232000000, lastModified=2020-12-01 19:35:47.232125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.232000000, lastModified=2020-12-01 19:35:47.232125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.233000000, lastModified=2020-12-01 19:35:47.232125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.233000000, lastModified=2020-12-01 19:35:47.232125000, delta=875000 ns, racy<=2502500 ns
19:35:47.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.233000000, lastModified=2020-12-01 19:35:47.233125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.233000000, lastModified=2020-12-01 19:35:47.233125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.235000000, lastModified=2020-12-01 19:35:47.234125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.234125000 to 2020-12-01 19:35:47.235125000
19:35:47.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.236000000, lastModified=2020-12-01 19:35:47.235125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.235125000 to 2020-12-01 19:35:47.236125000
19:35:47.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.236000000, lastModified=2020-12-01 19:35:47.236125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.236000000, lastModified=2020-12-01 19:35:47.236125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.237000000, lastModified=2020-12-01 19:35:47.236125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.236125000 to 2020-12-01 19:35:47.237125000
19:35:47.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.237000000, lastModified=2020-12-01 19:35:47.237125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.237000000, lastModified=2020-12-01 19:35:47.237125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.238000000, lastModified=2020-12-01 19:35:47.237125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.237125000 to 2020-12-01 19:35:47.238125000
19:35:47.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.238000000, lastModified=2020-12-01 19:35:47.238125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.238000000, lastModified=2020-12-01 19:35:47.238125000, delta=-125000 ns, racy<=2502500 ns
19:35:47.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.239000000, lastModified=2020-12-01 19:35:47.238125000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.238125000 to 2020-12-01 19:35:47.239125000
19:35:47.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.262000000, lastModified=2020-12-01 19:35:47.262124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.262000000, lastModified=2020-12-01 19:35:47.262124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.263000000, lastModified=2020-12-01 19:35:47.262124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.262124000 to 2020-12-01 19:35:47.263124000
19:35:47.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.263000000, lastModified=2020-12-01 19:35:47.263124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.263000000, lastModified=2020-12-01 19:35:47.263124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.264000000, lastModified=2020-12-01 19:35:47.263124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.263124000 to 2020-12-01 19:35:47.264124000
19:35:47.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.264000000, lastModified=2020-12-01 19:35:47.264124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.264000000, lastModified=2020-12-01 19:35:47.264124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.265000000, lastModified=2020-12-01 19:35:47.264124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.264124000 to 2020-12-01 19:35:47.265124000
19:35:47.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.265000000, lastModified=2020-12-01 19:35:47.265124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.265000000, lastModified=2020-12-01 19:35:47.265124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.266000000, lastModified=2020-12-01 19:35:47.265124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.266000000, lastModified=2020-12-01 19:35:47.265124000, delta=876000 ns, racy<=2502500 ns
19:35:47.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.266000000, lastModified=2020-12-01 19:35:47.266124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.266124000 to 2020-12-01 19:35:47.273124000
19:35:47.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.274000000, lastModified=2020-12-01 19:35:47.274124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.274000000, lastModified=2020-12-01 19:35:47.274124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.274000000, lastModified=2020-12-01 19:35:47.274124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.274000000, lastModified=2020-12-01 19:35:47.274124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.275000000, lastModified=2020-12-01 19:35:47.274124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.274124000 to 2020-12-01 19:35:47.275124000
19:35:47.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.275000000, lastModified=2020-12-01 19:35:47.275124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.275000000, lastModified=2020-12-01 19:35:47.275124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.275000000, lastModified=2020-12-01 19:35:47.275124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.276 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.275000000, lastModified=2020-12-01 19:35:47.275124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.276 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.276 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.276000000, lastModified=2020-12-01 19:35:47.275124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.276 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.275124000 to 2020-12-01 19:35:47.276124000
19:35:47.276 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.276000000, lastModified=2020-12-01 19:35:47.276124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.276 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.276000000, lastModified=2020-12-01 19:35:47.276124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.276 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.276 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.276000000, lastModified=2020-12-01 19:35:47.276124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.276000000, lastModified=2020-12-01 19:35:47.276124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.277000000, lastModified=2020-12-01 19:35:47.276124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.277000000, lastModified=2020-12-01 19:35:47.276124000, delta=876000 ns, racy<=2502500 ns
19:35:47.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.277000000, lastModified=2020-12-01 19:35:47.277124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.277000000, lastModified=2020-12-01 19:35:47.277124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.277000000, lastModified=2020-12-01 19:35:47.277124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.277000000, lastModified=2020-12-01 19:35:47.277124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.278000000, lastModified=2020-12-01 19:35:47.277124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.278000000, lastModified=2020-12-01 19:35:47.277124000, delta=876000 ns, racy<=2502500 ns
19:35:47.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.278000000, lastModified=2020-12-01 19:35:47.278124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.278000000, lastModified=2020-12-01 19:35:47.278124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.278000000, lastModified=2020-12-01 19:35:47.278124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.278000000, lastModified=2020-12-01 19:35:47.278124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.279000000, lastModified=2020-12-01 19:35:47.278124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.279000000, lastModified=2020-12-01 19:35:47.278124000, delta=876000 ns, racy<=2502500 ns
19:35:47.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.279000000, lastModified=2020-12-01 19:35:47.278124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.278124000 to 2020-12-01 19:35:47.279124000
19:35:47.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.279000000, lastModified=2020-12-01 19:35:47.279124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.279000000, lastModified=2020-12-01 19:35:47.279124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.279000000, lastModified=2020-12-01 19:35:47.279124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.279000000, lastModified=2020-12-01 19:35:47.279124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.280 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.280 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.280000000, lastModified=2020-12-01 19:35:47.279124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.280 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.280000000, lastModified=2020-12-01 19:35:47.279124000, delta=876000 ns, racy<=2502500 ns
19:35:47.280 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.280 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.280000000, lastModified=2020-12-01 19:35:47.280124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.280 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.280000000, lastModified=2020-12-01 19:35:47.280124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.280 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.280 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.280000000, lastModified=2020-12-01 19:35:47.280124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.280 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.280000000, lastModified=2020-12-01 19:35:47.280124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.281 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.281 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.281000000, lastModified=2020-12-01 19:35:47.280124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.281 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.280124000 to 2020-12-01 19:35:47.281124000
19:35:47.281 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.281000000, lastModified=2020-12-01 19:35:47.281124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.281 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.281000000, lastModified=2020-12-01 19:35:47.281124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.281 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.281 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.281000000, lastModified=2020-12-01 19:35:47.281124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.282 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.281000000, lastModified=2020-12-01 19:35:47.281124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.282 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.282 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.282000000, lastModified=2020-12-01 19:35:47.281124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.282 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.282000000, lastModified=2020-12-01 19:35:47.281124000, delta=876000 ns, racy<=2502500 ns
19:35:47.282 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.282 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.282000000, lastModified=2020-12-01 19:35:47.282124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.282 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.282000000, lastModified=2020-12-01 19:35:47.282124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.282 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.282 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.282000000, lastModified=2020-12-01 19:35:47.282124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.283 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.282000000, lastModified=2020-12-01 19:35:47.282124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.283 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.283 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.283000000, lastModified=2020-12-01 19:35:47.282124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.283 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.282124000 to 2020-12-01 19:35:47.283124000
19:35:47.283 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.283000000, lastModified=2020-12-01 19:35:47.283124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.283 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.283000000, lastModified=2020-12-01 19:35:47.283124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.283 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.283 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.283000000, lastModified=2020-12-01 19:35:47.283124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.283000000, lastModified=2020-12-01 19:35:47.283124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.284000000, lastModified=2020-12-01 19:35:47.283124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.284000000, lastModified=2020-12-01 19:35:47.283124000, delta=876000 ns, racy<=2502500 ns
19:35:47.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.284000000, lastModified=2020-12-01 19:35:47.284124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.284000000, lastModified=2020-12-01 19:35:47.284124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.284000000, lastModified=2020-12-01 19:35:47.284124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.284000000, lastModified=2020-12-01 19:35:47.284124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.285000000, lastModified=2020-12-01 19:35:47.284124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.285000000, lastModified=2020-12-01 19:35:47.284124000, delta=876000 ns, racy<=2502500 ns
19:35:47.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.285000000, lastModified=2020-12-01 19:35:47.285124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.285000000, lastModified=2020-12-01 19:35:47.285124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.285000000, lastModified=2020-12-01 19:35:47.285124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.285000000, lastModified=2020-12-01 19:35:47.285124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.286 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.285000000, lastModified=2020-12-01 19:35:47.285124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.286 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.285000000, lastModified=2020-12-01 19:35:47.285124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.286 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.286 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.286000000, lastModified=2020-12-01 19:35:47.285124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.286 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.285124000 to 2020-12-01 19:35:47.286124000
19:35:47.286 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.286000000, lastModified=2020-12-01 19:35:47.286124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.286 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.286000000, lastModified=2020-12-01 19:35:47.286124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.286 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.286 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.286000000, lastModified=2020-12-01 19:35:47.286124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.287 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.286000000, lastModified=2020-12-01 19:35:47.286124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.287 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.287 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.287000000, lastModified=2020-12-01 19:35:47.286124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.287 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.286124000 to 2020-12-01 19:35:47.287124000
19:35:47.287 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.287000000, lastModified=2020-12-01 19:35:47.287124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.287 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.287000000, lastModified=2020-12-01 19:35:47.287124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.287 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.287 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.287000000, lastModified=2020-12-01 19:35:47.287124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.287000000, lastModified=2020-12-01 19:35:47.287124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.288000000, lastModified=2020-12-01 19:35:47.287124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.288000000, lastModified=2020-12-01 19:35:47.287124000, delta=876000 ns, racy<=2502500 ns
19:35:47.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.288000000, lastModified=2020-12-01 19:35:47.288124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.288000000, lastModified=2020-12-01 19:35:47.288124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.288000000, lastModified=2020-12-01 19:35:47.288124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.288000000, lastModified=2020-12-01 19:35:47.288124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.289 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.289000000, lastModified=2020-12-01 19:35:47.288124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.289 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.289000000, lastModified=2020-12-01 19:35:47.288124000, delta=876000 ns, racy<=2502500 ns
19:35:47.289 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.289 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.289000000, lastModified=2020-12-01 19:35:47.289124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.289 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.289000000, lastModified=2020-12-01 19:35:47.289124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.289 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.289 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.289000000, lastModified=2020-12-01 19:35:47.289124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.289 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.289000000, lastModified=2020-12-01 19:35:47.289124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.289 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.290 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.290000000, lastModified=2020-12-01 19:35:47.289124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.290 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.290000000, lastModified=2020-12-01 19:35:47.289124000, delta=876000 ns, racy<=2502500 ns
19:35:47.290 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.290 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.290000000, lastModified=2020-12-01 19:35:47.289124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.290 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.289124000 to 2020-12-01 19:35:47.290124000
19:35:47.290 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.290000000, lastModified=2020-12-01 19:35:47.290124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.290 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.290000000, lastModified=2020-12-01 19:35:47.290124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.290 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.291 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.290000000, lastModified=2020-12-01 19:35:47.290124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.291 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.290000000, lastModified=2020-12-01 19:35:47.290124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.291 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.291 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.291000000, lastModified=2020-12-01 19:35:47.290124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.291 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.290124000 to 2020-12-01 19:35:47.291124000
19:35:47.291 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.291000000, lastModified=2020-12-01 19:35:47.291124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.291 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.291000000, lastModified=2020-12-01 19:35:47.291124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.291 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.291 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.291000000, lastModified=2020-12-01 19:35:47.291124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.292 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.291000000, lastModified=2020-12-01 19:35:47.291124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.292 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.292 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.292000000, lastModified=2020-12-01 19:35:47.292124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.293 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.292124000 to 2020-12-01 19:35:47.293124000
19:35:47.293 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.293000000, lastModified=2020-12-01 19:35:47.293124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.294 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.293000000, lastModified=2020-12-01 19:35:47.293124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.294 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.294 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.294000000, lastModified=2020-12-01 19:35:47.294124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.294 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.294000000, lastModified=2020-12-01 19:35:47.294124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.294 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.294 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.294000000, lastModified=2020-12-01 19:35:47.294124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.295 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.294000000, lastModified=2020-12-01 19:35:47.294124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.295 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.295 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.295000000, lastModified=2020-12-01 19:35:47.295124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.295 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.295000000, lastModified=2020-12-01 19:35:47.295124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.295 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.296 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.296000000, lastModified=2020-12-01 19:35:47.295124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.296 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.296000000, lastModified=2020-12-01 19:35:47.295124000, delta=876000 ns, racy<=2502500 ns
19:35:47.296 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.306 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.306000000, lastModified=2020-12-01 19:35:47.306124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.306000000, lastModified=2020-12-01 19:35:47.306124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.308000000, lastModified=2020-12-01 19:35:47.307124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.307124000 to 2020-12-01 19:35:47.308124000
19:35:47.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.308000000, lastModified=2020-12-01 19:35:47.308124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.308000000, lastModified=2020-12-01 19:35:47.308124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.309000000, lastModified=2020-12-01 19:35:47.308124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.308124000 to 2020-12-01 19:35:47.309124000
19:35:47.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.309000000, lastModified=2020-12-01 19:35:47.309124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.309124000 to 2020-12-01 19:35:47.310124000
19:35:47.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.310000000, lastModified=2020-12-01 19:35:47.310124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.311 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.310124000 to 2020-12-01 19:35:47.311124000
19:35:47.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.312000000, lastModified=2020-12-01 19:35:47.312124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.312000000, lastModified=2020-12-01 19:35:47.312124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.313000000, lastModified=2020-12-01 19:35:47.312124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.313000000, lastModified=2020-12-01 19:35:47.312124000, delta=876000 ns, racy<=2502500 ns
19:35:47.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.313000000, lastModified=2020-12-01 19:35:47.313124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.313000000, lastModified=2020-12-01 19:35:47.313124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.314000000, lastModified=2020-12-01 19:35:47.313124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.313124000 to 2020-12-01 19:35:47.314124000
19:35:47.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.314000000, lastModified=2020-12-01 19:35:47.314124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.314000000, lastModified=2020-12-01 19:35:47.314124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.315000000, lastModified=2020-12-01 19:35:47.314124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.314124000 to 2020-12-01 19:35:47.315124000
19:35:47.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.315000000, lastModified=2020-12-01 19:35:47.315124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.315000000, lastModified=2020-12-01 19:35:47.315124000, delta=-124000 ns, racy<=2502500 ns
19:35:47.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.316000000, lastModified=2020-12-01 19:35:47.315124000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.315124000 to 2020-12-01 19:35:47.316124000
19:35:47.359 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.359000000, lastModified=2020-12-01 19:35:47.359123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.360 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.359000000, lastModified=2020-12-01 19:35:47.359123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.360 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.360 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.360000000, lastModified=2020-12-01 19:35:47.360123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.360 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.360000000, lastModified=2020-12-01 19:35:47.360123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.360 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.360 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.360000000, lastModified=2020-12-01 19:35:47.360123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.361 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.360000000, lastModified=2020-12-01 19:35:47.360123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.361 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.361 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.361000000, lastModified=2020-12-01 19:35:47.361123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.361 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.361000000, lastModified=2020-12-01 19:35:47.361123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.361 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.362 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.362000000, lastModified=2020-12-01 19:35:47.361123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.362 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.361123000 to 2020-12-01 19:35:47.362123000
19:35:47.363 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.362000000, lastModified=2020-12-01 19:35:47.362123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.363 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.362000000, lastModified=2020-12-01 19:35:47.362123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.363 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.363 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.363000000, lastModified=2020-12-01 19:35:47.363123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.363 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.363000000, lastModified=2020-12-01 19:35:47.363123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.363 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.364 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.364000000, lastModified=2020-12-01 19:35:47.363123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.364 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.364000000, lastModified=2020-12-01 19:35:47.363123000, delta=877000 ns, racy<=2502500 ns
19:35:47.364 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.364 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.364000000, lastModified=2020-12-01 19:35:47.364123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.364 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.364000000, lastModified=2020-12-01 19:35:47.364123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.364 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.365 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.365000000, lastModified=2020-12-01 19:35:47.364123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.365 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.364123000 to 2020-12-01 19:35:47.365123000
19:35:47.365 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.365000000, lastModified=2020-12-01 19:35:47.365123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.365000000, lastModified=2020-12-01 19:35:47.365123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.366000000, lastModified=2020-12-01 19:35:47.366123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.366000000, lastModified=2020-12-01 19:35:47.366123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.366000000, lastModified=2020-12-01 19:35:47.366123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.367 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.366000000, lastModified=2020-12-01 19:35:47.366123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.367 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.367 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.367000000, lastModified=2020-12-01 19:35:47.367123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.367 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.367000000, lastModified=2020-12-01 19:35:47.367123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.367 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.368 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.368000000, lastModified=2020-12-01 19:35:47.367123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.368 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.368000000, lastModified=2020-12-01 19:35:47.367123000, delta=877000 ns, racy<=2502500 ns
19:35:47.368 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.368 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.368000000, lastModified=2020-12-01 19:35:47.368123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.368 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.368000000, lastModified=2020-12-01 19:35:47.368123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.368 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.369 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.369000000, lastModified=2020-12-01 19:35:47.368123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.369 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.368123000 to 2020-12-01 19:35:47.369123000
19:35:47.369 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.369000000, lastModified=2020-12-01 19:35:47.369123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.371 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.369123000 to 2020-12-01 19:35:47.370123000
19:35:47.371 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.371000000, lastModified=2020-12-01 19:35:47.371123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.373 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.371123000 to 2020-12-01 19:35:47.372123000
19:35:47.373 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.373000000, lastModified=2020-12-01 19:35:47.373123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.373 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.373000000, lastModified=2020-12-01 19:35:47.373123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.373 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.373 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.373000000, lastModified=2020-12-01 19:35:47.373123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.374 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.373000000, lastModified=2020-12-01 19:35:47.373123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.374 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.374 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.374000000, lastModified=2020-12-01 19:35:47.373123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.374 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.373123000 to 2020-12-01 19:35:47.374123000
19:35:47.374 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.374000000, lastModified=2020-12-01 19:35:47.374123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.375 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.374123000 to 2020-12-01 19:35:47.375123000
19:35:47.376 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.376000000, lastModified=2020-12-01 19:35:47.375123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.376 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.375123000 to 2020-12-01 19:35:47.376123000
19:35:47.376 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.376000000, lastModified=2020-12-01 19:35:47.376123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.376 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.376000000, lastModified=2020-12-01 19:35:47.376123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.376 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.377 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.377000000, lastModified=2020-12-01 19:35:47.376123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.377 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.376123000 to 2020-12-01 19:35:47.377123000
19:35:47.377 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.377000000, lastModified=2020-12-01 19:35:47.377123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.378 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.377000000, lastModified=2020-12-01 19:35:47.377123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.378 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.378 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.378000000, lastModified=2020-12-01 19:35:47.377123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.378 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.377123000 to 2020-12-01 19:35:47.378123000
19:35:47.378 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.378000000, lastModified=2020-12-01 19:35:47.378123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.379 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.378123000 to 2020-12-01 19:35:47.379123000
19:35:47.380 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.380000000, lastModified=2020-12-01 19:35:47.379123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.380 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.379123000 to 2020-12-01 19:35:47.380123000
19:35:47.380 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.380000000, lastModified=2020-12-01 19:35:47.380123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.383 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.380123000 to 2020-12-01 19:35:47.383123000
19:35:47.384 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.384000000, lastModified=2020-12-01 19:35:47.383123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.384 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.384000000, lastModified=2020-12-01 19:35:47.383123000, delta=877000 ns, racy<=2502500 ns
19:35:47.384 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.384 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.384000000, lastModified=2020-12-01 19:35:47.384123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.384 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.384000000, lastModified=2020-12-01 19:35:47.384123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.384 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.384 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.384000000, lastModified=2020-12-01 19:35:47.384123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.385 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.384000000, lastModified=2020-12-01 19:35:47.384123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.385 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.385 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.385000000, lastModified=2020-12-01 19:35:47.384123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.385 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.384123000 to 2020-12-01 19:35:47.385123000
19:35:47.385 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.385000000, lastModified=2020-12-01 19:35:47.385123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.385 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.385000000, lastModified=2020-12-01 19:35:47.385123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.385 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.385 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.385000000, lastModified=2020-12-01 19:35:47.385123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.386 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.385000000, lastModified=2020-12-01 19:35:47.385123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.386 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.386 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.386000000, lastModified=2020-12-01 19:35:47.385123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.386 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.385123000 to 2020-12-01 19:35:47.386123000
19:35:47.386 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.386000000, lastModified=2020-12-01 19:35:47.386123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.386 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.386000000, lastModified=2020-12-01 19:35:47.386123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.386 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.386 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.386000000, lastModified=2020-12-01 19:35:47.386123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.387 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.386000000, lastModified=2020-12-01 19:35:47.386123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.387 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.387 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.387000000, lastModified=2020-12-01 19:35:47.386123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.387 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.387000000, lastModified=2020-12-01 19:35:47.386123000, delta=877000 ns, racy<=2502500 ns
19:35:47.387 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.387 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.387000000, lastModified=2020-12-01 19:35:47.387123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.387 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.387000000, lastModified=2020-12-01 19:35:47.387123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.387 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.387 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.387000000, lastModified=2020-12-01 19:35:47.387123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.388 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.387000000, lastModified=2020-12-01 19:35:47.387123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.388 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.388 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.388000000, lastModified=2020-12-01 19:35:47.387123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.388 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.387123000 to 2020-12-01 19:35:47.388123000
19:35:47.388 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.388000000, lastModified=2020-12-01 19:35:47.388123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.388 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.388000000, lastModified=2020-12-01 19:35:47.388123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.388 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.389 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.388000000, lastModified=2020-12-01 19:35:47.388123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.389 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.388000000, lastModified=2020-12-01 19:35:47.388123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.389 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.389 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.389000000, lastModified=2020-12-01 19:35:47.388123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.389 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.388123000 to 2020-12-01 19:35:47.389123000
19:35:47.389 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.389000000, lastModified=2020-12-01 19:35:47.389123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.390 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.389123000 to 2020-12-01 19:35:47.390123000
19:35:47.391 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.391000000, lastModified=2020-12-01 19:35:47.390123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.391 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.390123000 to 2020-12-01 19:35:47.391123000
19:35:47.391 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.391000000, lastModified=2020-12-01 19:35:47.391123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.392 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.391000000, lastModified=2020-12-01 19:35:47.391123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.392 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.392 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.392000000, lastModified=2020-12-01 19:35:47.391123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.392 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.391123000 to 2020-12-01 19:35:47.392123000
19:35:47.392 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.392000000, lastModified=2020-12-01 19:35:47.392123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.392 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.392000000, lastModified=2020-12-01 19:35:47.392123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.392 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.393 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.393000000, lastModified=2020-12-01 19:35:47.392123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.393 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.392123000 to 2020-12-01 19:35:47.393123000
19:35:47.393 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.393000000, lastModified=2020-12-01 19:35:47.393123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.394 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.393000000, lastModified=2020-12-01 19:35:47.393123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.394 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.394 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.394000000, lastModified=2020-12-01 19:35:47.394123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.394 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.394000000, lastModified=2020-12-01 19:35:47.394123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.394 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.394 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.394000000, lastModified=2020-12-01 19:35:47.394123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.395 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.394000000, lastModified=2020-12-01 19:35:47.394123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.395 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.395 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.395000000, lastModified=2020-12-01 19:35:47.394123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.395 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.394123000 to 2020-12-01 19:35:47.395123000
19:35:47.395 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.395000000, lastModified=2020-12-01 19:35:47.395123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.396 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.395000000, lastModified=2020-12-01 19:35:47.395123000, delta=-123000 ns, racy<=2502500 ns
19:35:47.396 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.396 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.396000000, lastModified=2020-12-01 19:35:47.395123000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.396 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.395123000 to 2020-12-01 19:35:47.396122000
19:35:47.396 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.396000000, lastModified=2020-12-01 19:35:47.396122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.397 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.396000000, lastModified=2020-12-01 19:35:47.396122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.397 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.397 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.397000000, lastModified=2020-12-01 19:35:47.396122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.396122000 to 2020-12-01 19:35:47.427122000
19:35:47.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.429000000, lastModified=2020-12-01 19:35:47.428122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.428122000 to 2020-12-01 19:35:47.429122000
19:35:47.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.430000000, lastModified=2020-12-01 19:35:47.430122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.430000000, lastModified=2020-12-01 19:35:47.430122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.431000000, lastModified=2020-12-01 19:35:47.430122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.430122000 to 2020-12-01 19:35:47.431122000
19:35:47.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.431000000, lastModified=2020-12-01 19:35:47.431122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.431000000, lastModified=2020-12-01 19:35:47.431122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.432000000, lastModified=2020-12-01 19:35:47.432122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.432000000, lastModified=2020-12-01 19:35:47.432122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.432000000, lastModified=2020-12-01 19:35:47.432122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.432000000, lastModified=2020-12-01 19:35:47.432122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.433000000, lastModified=2020-12-01 19:35:47.433122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.433000000, lastModified=2020-12-01 19:35:47.433122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.434000000, lastModified=2020-12-01 19:35:47.433122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.434000000, lastModified=2020-12-01 19:35:47.433122000, delta=878000 ns, racy<=2502500 ns
19:35:47.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.446000000, lastModified=2020-12-01 19:35:47.446122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.446000000, lastModified=2020-12-01 19:35:47.446122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.447000000, lastModified=2020-12-01 19:35:47.447122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.447000000, lastModified=2020-12-01 19:35:47.447122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.448000000, lastModified=2020-12-01 19:35:47.447122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.448000000, lastModified=2020-12-01 19:35:47.447122000, delta=878000 ns, racy<=2502500 ns
19:35:47.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.448000000, lastModified=2020-12-01 19:35:47.448122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.448000000, lastModified=2020-12-01 19:35:47.448122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.449000000, lastModified=2020-12-01 19:35:47.448122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.448122000 to 2020-12-01 19:35:47.449122000
19:35:47.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.449000000, lastModified=2020-12-01 19:35:47.449122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.449000000, lastModified=2020-12-01 19:35:47.449122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.450000000, lastModified=2020-12-01 19:35:47.449122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.449122000 to 2020-12-01 19:35:47.450122000
19:35:47.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.450000000, lastModified=2020-12-01 19:35:47.450122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.450000000, lastModified=2020-12-01 19:35:47.450122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.451000000, lastModified=2020-12-01 19:35:47.451122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.457 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.451122000 to 2020-12-01 19:35:47.456122000
19:35:47.457 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.457000000, lastModified=2020-12-01 19:35:47.457122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.457000000, lastModified=2020-12-01 19:35:47.457122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.458000000, lastModified=2020-12-01 19:35:47.457122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.457122000 to 2020-12-01 19:35:47.458122000
19:35:47.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.458000000, lastModified=2020-12-01 19:35:47.458122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.458000000, lastModified=2020-12-01 19:35:47.458122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.459000000, lastModified=2020-12-01 19:35:47.458122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.458122000 to 2020-12-01 19:35:47.459122000
19:35:47.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.459000000, lastModified=2020-12-01 19:35:47.459122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.459000000, lastModified=2020-12-01 19:35:47.459122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.460000000, lastModified=2020-12-01 19:35:47.459122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.460000000, lastModified=2020-12-01 19:35:47.459122000, delta=878000 ns, racy<=2502500 ns
19:35:47.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.460000000, lastModified=2020-12-01 19:35:47.460122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.460000000, lastModified=2020-12-01 19:35:47.460122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.461 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.461000000, lastModified=2020-12-01 19:35:47.460122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.461 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.461000000, lastModified=2020-12-01 19:35:47.460122000, delta=878000 ns, racy<=2502500 ns
19:35:47.461 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.461 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.461000000, lastModified=2020-12-01 19:35:47.461122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.461 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.461000000, lastModified=2020-12-01 19:35:47.461122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.461 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.462 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.461000000, lastModified=2020-12-01 19:35:47.461122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.462 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.461000000, lastModified=2020-12-01 19:35:47.461122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.462 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.462 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.462000000, lastModified=2020-12-01 19:35:47.462122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.462 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.462000000, lastModified=2020-12-01 19:35:47.462122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.462 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.462 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.462000000, lastModified=2020-12-01 19:35:47.462122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.462000000, lastModified=2020-12-01 19:35:47.462122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.463000000, lastModified=2020-12-01 19:35:47.463122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.463000000, lastModified=2020-12-01 19:35:47.463122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.463000000, lastModified=2020-12-01 19:35:47.463122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.464 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.463000000, lastModified=2020-12-01 19:35:47.463122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.464 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.464 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.464000000, lastModified=2020-12-01 19:35:47.463122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.464 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.463122000 to 2020-12-01 19:35:47.464122000
19:35:47.464 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.464000000, lastModified=2020-12-01 19:35:47.464122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.465 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.464000000, lastModified=2020-12-01 19:35:47.464122000, delta=-122000 ns, racy<=2502500 ns
19:35:47.465 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.465 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.465000000, lastModified=2020-12-01 19:35:47.464122000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.473 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.464122000 to 2020-12-01 19:35:47.465122000
19:35:47.475 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.475000000, lastModified=2020-12-01 19:35:47.474121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.476 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.474121000 to 2020-12-01 19:35:47.475121000
19:35:47.476 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.476000000, lastModified=2020-12-01 19:35:47.476121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.476 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.476000000, lastModified=2020-12-01 19:35:47.476121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.476 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.477 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.477000000, lastModified=2020-12-01 19:35:47.476121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.477 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.476121000 to 2020-12-01 19:35:47.477121000
19:35:47.478 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.478000000, lastModified=2020-12-01 19:35:47.477121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.478 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.477121000 to 2020-12-01 19:35:47.478121000
19:35:47.478 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.478000000, lastModified=2020-12-01 19:35:47.478121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.479 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.478000000, lastModified=2020-12-01 19:35:47.478121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.479 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.479 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.479000000, lastModified=2020-12-01 19:35:47.478121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.479 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.478121000 to 2020-12-01 19:35:47.479121000
19:35:47.479 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.479000000, lastModified=2020-12-01 19:35:47.479121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.479000000, lastModified=2020-12-01 19:35:47.479121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.480000000, lastModified=2020-12-01 19:35:47.480121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.480000000, lastModified=2020-12-01 19:35:47.480121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.501 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.501000000, lastModified=2020-12-01 19:35:47.500121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.502 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.500121000 to 2020-12-01 19:35:47.501121000
19:35:47.502 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.502000000, lastModified=2020-12-01 19:35:47.501121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.502 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.501121000 to 2020-12-01 19:35:47.502121000
19:35:47.502 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.502000000, lastModified=2020-12-01 19:35:47.502121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.503 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.502000000, lastModified=2020-12-01 19:35:47.502121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.503 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.503 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.503000000, lastModified=2020-12-01 19:35:47.503121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.503 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.503000000, lastModified=2020-12-01 19:35:47.503121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.503 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.504000000, lastModified=2020-12-01 19:35:47.503121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.504000000, lastModified=2020-12-01 19:35:47.503121000, delta=879000 ns, racy<=2502500 ns
19:35:47.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.504000000, lastModified=2020-12-01 19:35:47.504121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.504000000, lastModified=2020-12-01 19:35:47.504121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.505000000, lastModified=2020-12-01 19:35:47.504121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.504121000 to 2020-12-01 19:35:47.506121000
19:35:47.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.506000000, lastModified=2020-12-01 19:35:47.506121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.506000000, lastModified=2020-12-01 19:35:47.506121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.507000000, lastModified=2020-12-01 19:35:47.507121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.507121000 to 2020-12-01 19:35:47.508121000
19:35:47.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.509000000, lastModified=2020-12-01 19:35:47.508121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.508121000 to 2020-12-01 19:35:47.509121000
19:35:47.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.509000000, lastModified=2020-12-01 19:35:47.509121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.509000000, lastModified=2020-12-01 19:35:47.509121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.510000000, lastModified=2020-12-01 19:35:47.509121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.509121000 to 2020-12-01 19:35:47.510121000
19:35:47.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.510000000, lastModified=2020-12-01 19:35:47.510121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.510000000, lastModified=2020-12-01 19:35:47.510121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.511000000, lastModified=2020-12-01 19:35:47.510121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.510121000 to 2020-12-01 19:35:47.511121000
19:35:47.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.511000000, lastModified=2020-12-01 19:35:47.511121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.511000000, lastModified=2020-12-01 19:35:47.511121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.512000000, lastModified=2020-12-01 19:35:47.511121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.511121000 to 2020-12-01 19:35:47.512121000
19:35:47.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.512000000, lastModified=2020-12-01 19:35:47.512121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.512000000, lastModified=2020-12-01 19:35:47.512121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.513000000, lastModified=2020-12-01 19:35:47.512121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.512121000 to 2020-12-01 19:35:47.513121000
19:35:47.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.513000000, lastModified=2020-12-01 19:35:47.513121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.513000000, lastModified=2020-12-01 19:35:47.513121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.514 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.514000000, lastModified=2020-12-01 19:35:47.513121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.514 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.514000000, lastModified=2020-12-01 19:35:47.513121000, delta=879000 ns, racy<=2502500 ns
19:35:47.514 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.514 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.514000000, lastModified=2020-12-01 19:35:47.514121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.514 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.514000000, lastModified=2020-12-01 19:35:47.514121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.514 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.515000000, lastModified=2020-12-01 19:35:47.514121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.515000000, lastModified=2020-12-01 19:35:47.514121000, delta=879000 ns, racy<=2502500 ns
19:35:47.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.515000000, lastModified=2020-12-01 19:35:47.515121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.515000000, lastModified=2020-12-01 19:35:47.515121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.515000000, lastModified=2020-12-01 19:35:47.515121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.515000000, lastModified=2020-12-01 19:35:47.515121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.516000000, lastModified=2020-12-01 19:35:47.516121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.516000000, lastModified=2020-12-01 19:35:47.516121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.516000000, lastModified=2020-12-01 19:35:47.516121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.517 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.516000000, lastModified=2020-12-01 19:35:47.516121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.517 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.517 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.517000000, lastModified=2020-12-01 19:35:47.516121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.517 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.516121000 to 2020-12-01 19:35:47.517121000
19:35:47.517 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.517000000, lastModified=2020-12-01 19:35:47.517121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.517000000, lastModified=2020-12-01 19:35:47.517121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.518000000, lastModified=2020-12-01 19:35:47.517121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.517121000 to 2020-12-01 19:35:47.518121000
19:35:47.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.518000000, lastModified=2020-12-01 19:35:47.518121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.518000000, lastModified=2020-12-01 19:35:47.518121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.519000000, lastModified=2020-12-01 19:35:47.518121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.518121000 to 2020-12-01 19:35:47.519121000
19:35:47.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.519000000, lastModified=2020-12-01 19:35:47.519121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.519000000, lastModified=2020-12-01 19:35:47.519121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.520000000, lastModified=2020-12-01 19:35:47.519121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.520000000, lastModified=2020-12-01 19:35:47.519121000, delta=879000 ns, racy<=2502500 ns
19:35:47.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.520000000, lastModified=2020-12-01 19:35:47.520121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.520000000, lastModified=2020-12-01 19:35:47.520121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.521000000, lastModified=2020-12-01 19:35:47.520121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.521000000, lastModified=2020-12-01 19:35:47.520121000, delta=879000 ns, racy<=2502500 ns
19:35:47.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.521000000, lastModified=2020-12-01 19:35:47.521121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.521000000, lastModified=2020-12-01 19:35:47.521121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.522 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.522000000, lastModified=2020-12-01 19:35:47.521121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.522 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.522000000, lastModified=2020-12-01 19:35:47.521121000, delta=879000 ns, racy<=2502500 ns
19:35:47.522 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.522 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.522000000, lastModified=2020-12-01 19:35:47.522121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.522 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.522000000, lastModified=2020-12-01 19:35:47.522121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.522 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.522000000, lastModified=2020-12-01 19:35:47.522121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.522000000, lastModified=2020-12-01 19:35:47.522121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.523000000, lastModified=2020-12-01 19:35:47.523121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.523000000, lastModified=2020-12-01 19:35:47.523121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.523000000, lastModified=2020-12-01 19:35:47.523121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.523000000, lastModified=2020-12-01 19:35:47.523121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.524000000, lastModified=2020-12-01 19:35:47.524121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.524000000, lastModified=2020-12-01 19:35:47.524121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.525000000, lastModified=2020-12-01 19:35:47.524121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.525000000, lastModified=2020-12-01 19:35:47.524121000, delta=879000 ns, racy<=2502500 ns
19:35:47.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.525000000, lastModified=2020-12-01 19:35:47.525121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.525000000, lastModified=2020-12-01 19:35:47.525121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.526000000, lastModified=2020-12-01 19:35:47.525121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.526000000, lastModified=2020-12-01 19:35:47.525121000, delta=879000 ns, racy<=2502500 ns
19:35:47.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.526000000, lastModified=2020-12-01 19:35:47.526121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.526000000, lastModified=2020-12-01 19:35:47.526121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.526000000, lastModified=2020-12-01 19:35:47.526121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.526000000, lastModified=2020-12-01 19:35:47.526121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.527000000, lastModified=2020-12-01 19:35:47.526121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.526121000 to 2020-12-01 19:35:47.527121000
19:35:47.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.527000000, lastModified=2020-12-01 19:35:47.527121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.527000000, lastModified=2020-12-01 19:35:47.527121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.528000000, lastModified=2020-12-01 19:35:47.527121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.527121000 to 2020-12-01 19:35:47.528121000
19:35:47.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.528000000, lastModified=2020-12-01 19:35:47.528121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.528000000, lastModified=2020-12-01 19:35:47.528121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.529000000, lastModified=2020-12-01 19:35:47.528121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.528121000 to 2020-12-01 19:35:47.529121000
19:35:47.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.529000000, lastModified=2020-12-01 19:35:47.529121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.529000000, lastModified=2020-12-01 19:35:47.529121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.530000000, lastModified=2020-12-01 19:35:47.529121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.530000000, lastModified=2020-12-01 19:35:47.529121000, delta=879000 ns, racy<=2502500 ns
19:35:47.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.530000000, lastModified=2020-12-01 19:35:47.530121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.530000000, lastModified=2020-12-01 19:35:47.530121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.530000000, lastModified=2020-12-01 19:35:47.530121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.530000000, lastModified=2020-12-01 19:35:47.530121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.531000000, lastModified=2020-12-01 19:35:47.530121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.531000000, lastModified=2020-12-01 19:35:47.530121000, delta=879000 ns, racy<=2502500 ns
19:35:47.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.531000000, lastModified=2020-12-01 19:35:47.531121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.531000000, lastModified=2020-12-01 19:35:47.531121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.531000000, lastModified=2020-12-01 19:35:47.531121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.531000000, lastModified=2020-12-01 19:35:47.531121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.532000000, lastModified=2020-12-01 19:35:47.531121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.531121000 to 2020-12-01 19:35:47.532121000
19:35:47.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.532000000, lastModified=2020-12-01 19:35:47.532121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.532000000, lastModified=2020-12-01 19:35:47.532121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.532000000, lastModified=2020-12-01 19:35:47.532121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.532000000, lastModified=2020-12-01 19:35:47.532121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.533000000, lastModified=2020-12-01 19:35:47.533121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.533000000, lastModified=2020-12-01 19:35:47.533121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.533000000, lastModified=2020-12-01 19:35:47.533121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.533000000, lastModified=2020-12-01 19:35:47.533121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.534000000, lastModified=2020-12-01 19:35:47.533121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.534000000, lastModified=2020-12-01 19:35:47.533121000, delta=879000 ns, racy<=2502500 ns
19:35:47.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.534000000, lastModified=2020-12-01 19:35:47.534121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.534000000, lastModified=2020-12-01 19:35:47.534121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.535000000, lastModified=2020-12-01 19:35:47.534121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.535000000, lastModified=2020-12-01 19:35:47.534121000, delta=879000 ns, racy<=2502500 ns
19:35:47.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.535000000, lastModified=2020-12-01 19:35:47.535121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.535000000, lastModified=2020-12-01 19:35:47.535121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.535000000, lastModified=2020-12-01 19:35:47.535121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.535000000, lastModified=2020-12-01 19:35:47.535121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.536000000, lastModified=2020-12-01 19:35:47.535121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.535121000 to 2020-12-01 19:35:47.536121000
19:35:47.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.536000000, lastModified=2020-12-01 19:35:47.536121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.536000000, lastModified=2020-12-01 19:35:47.536121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.537000000, lastModified=2020-12-01 19:35:47.536121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.536121000 to 2020-12-01 19:35:47.537121000
19:35:47.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.537000000, lastModified=2020-12-01 19:35:47.537121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.537000000, lastModified=2020-12-01 19:35:47.537121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.538000000, lastModified=2020-12-01 19:35:47.537121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.538000000, lastModified=2020-12-01 19:35:47.537121000, delta=879000 ns, racy<=2502500 ns
19:35:47.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.538000000, lastModified=2020-12-01 19:35:47.538121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.538000000, lastModified=2020-12-01 19:35:47.538121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.538000000, lastModified=2020-12-01 19:35:47.538121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.538000000, lastModified=2020-12-01 19:35:47.538121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.539000000, lastModified=2020-12-01 19:35:47.538121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.538121000 to 2020-12-01 19:35:47.539121000
19:35:47.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.539000000, lastModified=2020-12-01 19:35:47.539121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.539000000, lastModified=2020-12-01 19:35:47.539121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.540000000, lastModified=2020-12-01 19:35:47.539121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.540000000, lastModified=2020-12-01 19:35:47.539121000, delta=879000 ns, racy<=2502500 ns
19:35:47.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.540000000, lastModified=2020-12-01 19:35:47.540121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.540000000, lastModified=2020-12-01 19:35:47.540121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.540000000, lastModified=2020-12-01 19:35:47.540121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.540000000, lastModified=2020-12-01 19:35:47.540121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.541000000, lastModified=2020-12-01 19:35:47.540121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.541000000, lastModified=2020-12-01 19:35:47.540121000, delta=879000 ns, racy<=2502500 ns
19:35:47.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.541000000, lastModified=2020-12-01 19:35:47.540121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.540121000 to 2020-12-01 19:35:47.541121000
19:35:47.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.541000000, lastModified=2020-12-01 19:35:47.541121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.541000000, lastModified=2020-12-01 19:35:47.541121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.541000000, lastModified=2020-12-01 19:35:47.541121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.541000000, lastModified=2020-12-01 19:35:47.541121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.542000000, lastModified=2020-12-01 19:35:47.541121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.542000000, lastModified=2020-12-01 19:35:47.541121000, delta=879000 ns, racy<=2502500 ns
19:35:47.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.542000000, lastModified=2020-12-01 19:35:47.542121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.542000000, lastModified=2020-12-01 19:35:47.542121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.542000000, lastModified=2020-12-01 19:35:47.542121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.542000000, lastModified=2020-12-01 19:35:47.542121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.543000000, lastModified=2020-12-01 19:35:47.542121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.543000000, lastModified=2020-12-01 19:35:47.542121000, delta=879000 ns, racy<=2502500 ns
19:35:47.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.543000000, lastModified=2020-12-01 19:35:47.543121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.543000000, lastModified=2020-12-01 19:35:47.543121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.543000000, lastModified=2020-12-01 19:35:47.543121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.543000000, lastModified=2020-12-01 19:35:47.543121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.544000000, lastModified=2020-12-01 19:35:47.543121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.543121000 to 2020-12-01 19:35:47.544121000
19:35:47.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.544000000, lastModified=2020-12-01 19:35:47.544121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.544000000, lastModified=2020-12-01 19:35:47.544121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.545000000, lastModified=2020-12-01 19:35:47.544121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.544121000 to 2020-12-01 19:35:47.545121000
19:35:47.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.545000000, lastModified=2020-12-01 19:35:47.545121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.545000000, lastModified=2020-12-01 19:35:47.545121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.546000000, lastModified=2020-12-01 19:35:47.545121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.545121000 to 2020-12-01 19:35:47.546121000
19:35:47.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.546000000, lastModified=2020-12-01 19:35:47.546121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.546000000, lastModified=2020-12-01 19:35:47.546121000, delta=-121000 ns, racy<=2502500 ns
19:35:47.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.547000000, lastModified=2020-12-01 19:35:47.546121000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.547000000, lastModified=2020-12-01 19:35:47.546121000, delta=879000 ns, racy<=2502500 ns
19:35:47.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.547000000, lastModified=2020-12-01 19:35:47.547120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.547000000, lastModified=2020-12-01 19:35:47.547120000, delta=-120000 ns, racy<=2502500 ns
19:35:47.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.548000000, lastModified=2020-12-01 19:35:47.547120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.548000000, lastModified=2020-12-01 19:35:47.547120000, delta=880000 ns, racy<=2502500 ns
19:35:47.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.548000000, lastModified=2020-12-01 19:35:47.548120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.548000000, lastModified=2020-12-01 19:35:47.548120000, delta=-120000 ns, racy<=2502500 ns
19:35:47.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.549000000, lastModified=2020-12-01 19:35:47.548120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.549000000, lastModified=2020-12-01 19:35:47.548120000, delta=880000 ns, racy<=2502500 ns
19:35:47.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.549000000, lastModified=2020-12-01 19:35:47.549120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.549000000, lastModified=2020-12-01 19:35:47.549120000, delta=-120000 ns, racy<=2502500 ns
19:35:47.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.549000000, lastModified=2020-12-01 19:35:47.549120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.549000000, lastModified=2020-12-01 19:35:47.549120000, delta=-120000 ns, racy<=2502500 ns
19:35:47.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.550000000, lastModified=2020-12-01 19:35:47.550120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.550000000, lastModified=2020-12-01 19:35:47.550120000, delta=-120000 ns, racy<=2502500 ns
19:35:47.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.550000000, lastModified=2020-12-01 19:35:47.550120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.550000000, lastModified=2020-12-01 19:35:47.550120000, delta=-120000 ns, racy<=2502500 ns
19:35:47.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.551000000, lastModified=2020-12-01 19:35:47.551120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.551000000, lastModified=2020-12-01 19:35:47.551120000, delta=-120000 ns, racy<=2502500 ns
19:35:47.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.551000000, lastModified=2020-12-01 19:35:47.551120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.551000000, lastModified=2020-12-01 19:35:47.551120000, delta=-120000 ns, racy<=2502500 ns
19:35:47.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.552000000, lastModified=2020-12-01 19:35:47.551120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.551120000 to 2020-12-01 19:35:47.552120000
19:35:47.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.552000000, lastModified=2020-12-01 19:35:47.552120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.552000000, lastModified=2020-12-01 19:35:47.552120000, delta=-120000 ns, racy<=2502500 ns
19:35:47.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.553000000, lastModified=2020-12-01 19:35:47.552120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.552120000 to 2020-12-01 19:35:47.553120000
19:35:47.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.553000000, lastModified=2020-12-01 19:35:47.553120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.553000000, lastModified=2020-12-01 19:35:47.553120000, delta=-120000 ns, racy<=2502500 ns
19:35:47.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.554000000, lastModified=2020-12-01 19:35:47.553120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.553120000 to 2020-12-01 19:35:47.554120000
19:35:47.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.555000000, lastModified=2020-12-01 19:35:47.555120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.555000000, lastModified=2020-12-01 19:35:47.555120000, delta=-120000 ns, racy<=2502500 ns
19:35:47.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.556000000, lastModified=2020-12-01 19:35:47.555120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.555120000 to 2020-12-01 19:35:47.556120000
19:35:47.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.556000000, lastModified=2020-12-01 19:35:47.556120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.556000000, lastModified=2020-12-01 19:35:47.556120000, delta=-120000 ns, racy<=2502500 ns
19:35:47.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.557000000, lastModified=2020-12-01 19:35:47.556120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.556120000 to 2020-12-01 19:35:47.606120000
19:35:47.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.607000000, lastModified=2020-12-01 19:35:47.606120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.606120000 to 2020-12-01 19:35:47.607120000
19:35:47.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.607000000, lastModified=2020-12-01 19:35:47.607120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.607000000, lastModified=2020-12-01 19:35:47.607120000, delta=-120000 ns, racy<=2502500 ns
19:35:47.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.608000000, lastModified=2020-12-01 19:35:47.608120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.608000000, lastModified=2020-12-01 19:35:47.608120000, delta=-120000 ns, racy<=2502500 ns
19:35:47.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.608000000, lastModified=2020-12-01 19:35:47.608120000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.608000000, lastModified=2020-12-01 19:35:47.608120000, delta=-120000 ns, racy<=2502500 ns
19:35:47.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.641 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.641000000, lastModified=2020-12-01 19:35:47.641119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.645 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.641119000 to 2020-12-01 19:35:47.644119000
19:35:47.645 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.645000000, lastModified=2020-12-01 19:35:47.645119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.645 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.645000000, lastModified=2020-12-01 19:35:47.645119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.645 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.646000000, lastModified=2020-12-01 19:35:47.645119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.646000000, lastModified=2020-12-01 19:35:47.645119000, delta=881000 ns, racy<=2502500 ns
19:35:47.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.646000000, lastModified=2020-12-01 19:35:47.646119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.646000000, lastModified=2020-12-01 19:35:47.646119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.646000000, lastModified=2020-12-01 19:35:47.646119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.646000000, lastModified=2020-12-01 19:35:47.646119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.646000000, lastModified=2020-12-01 19:35:47.646119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.646000000, lastModified=2020-12-01 19:35:47.646119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.647000000, lastModified=2020-12-01 19:35:47.646119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.646119000 to 2020-12-01 19:35:47.647119000
19:35:47.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.647000000, lastModified=2020-12-01 19:35:47.647119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.647000000, lastModified=2020-12-01 19:35:47.647119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.647000000, lastModified=2020-12-01 19:35:47.647119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.647000000, lastModified=2020-12-01 19:35:47.647119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.648000000, lastModified=2020-12-01 19:35:47.647119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.647119000 to 2020-12-01 19:35:47.648119000
19:35:47.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.648000000, lastModified=2020-12-01 19:35:47.648119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.648000000, lastModified=2020-12-01 19:35:47.648119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.648000000, lastModified=2020-12-01 19:35:47.648119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.648000000, lastModified=2020-12-01 19:35:47.648119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.649000000, lastModified=2020-12-01 19:35:47.648119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.648119000 to 2020-12-01 19:35:47.649119000
19:35:47.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.649000000, lastModified=2020-12-01 19:35:47.649119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.649000000, lastModified=2020-12-01 19:35:47.649119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.649000000, lastModified=2020-12-01 19:35:47.649119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.649000000, lastModified=2020-12-01 19:35:47.649119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.650000000, lastModified=2020-12-01 19:35:47.649119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.650000000, lastModified=2020-12-01 19:35:47.649119000, delta=881000 ns, racy<=2502500 ns
19:35:47.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.650000000, lastModified=2020-12-01 19:35:47.650119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.650000000, lastModified=2020-12-01 19:35:47.650119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.650000000, lastModified=2020-12-01 19:35:47.650119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.650000000, lastModified=2020-12-01 19:35:47.650119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.651000000, lastModified=2020-12-01 19:35:47.650119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.651000000, lastModified=2020-12-01 19:35:47.650119000, delta=881000 ns, racy<=2502500 ns
19:35:47.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.651000000, lastModified=2020-12-01 19:35:47.650119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.650119000 to 2020-12-01 19:35:47.651119000
19:35:47.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.651000000, lastModified=2020-12-01 19:35:47.651119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.651000000, lastModified=2020-12-01 19:35:47.651119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.651000000, lastModified=2020-12-01 19:35:47.651119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.651000000, lastModified=2020-12-01 19:35:47.651119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.652000000, lastModified=2020-12-01 19:35:47.651119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.651119000 to 2020-12-01 19:35:47.652119000
19:35:47.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.652000000, lastModified=2020-12-01 19:35:47.652119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.652000000, lastModified=2020-12-01 19:35:47.652119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.652000000, lastModified=2020-12-01 19:35:47.652119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.652000000, lastModified=2020-12-01 19:35:47.652119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.653000000, lastModified=2020-12-01 19:35:47.652119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.653000000, lastModified=2020-12-01 19:35:47.652119000, delta=881000 ns, racy<=2502500 ns
19:35:47.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.653000000, lastModified=2020-12-01 19:35:47.652119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.652119000 to 2020-12-01 19:35:47.653119000
19:35:47.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.653000000, lastModified=2020-12-01 19:35:47.653119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.653000000, lastModified=2020-12-01 19:35:47.653119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.653000000, lastModified=2020-12-01 19:35:47.653119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.653000000, lastModified=2020-12-01 19:35:47.653119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.654000000, lastModified=2020-12-01 19:35:47.653119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.653119000 to 2020-12-01 19:35:47.654119000
19:35:47.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.654000000, lastModified=2020-12-01 19:35:47.654119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.654000000, lastModified=2020-12-01 19:35:47.654119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.654000000, lastModified=2020-12-01 19:35:47.654119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.654000000, lastModified=2020-12-01 19:35:47.654119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.655000000, lastModified=2020-12-01 19:35:47.654119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.655000000, lastModified=2020-12-01 19:35:47.654119000, delta=881000 ns, racy<=2502500 ns
19:35:47.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.655000000, lastModified=2020-12-01 19:35:47.655119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.655000000, lastModified=2020-12-01 19:35:47.655119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.655000000, lastModified=2020-12-01 19:35:47.655119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.655000000, lastModified=2020-12-01 19:35:47.655119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.656000000, lastModified=2020-12-01 19:35:47.655119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.656000000, lastModified=2020-12-01 19:35:47.655119000, delta=881000 ns, racy<=2502500 ns
19:35:47.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.656000000, lastModified=2020-12-01 19:35:47.655119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.655119000 to 2020-12-01 19:35:47.656119000
19:35:47.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.656000000, lastModified=2020-12-01 19:35:47.656119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.656000000, lastModified=2020-12-01 19:35:47.656119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.656000000, lastModified=2020-12-01 19:35:47.656119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.656000000, lastModified=2020-12-01 19:35:47.656119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.657000000, lastModified=2020-12-01 19:35:47.656119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.656119000 to 2020-12-01 19:35:47.657119000
19:35:47.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.657000000, lastModified=2020-12-01 19:35:47.657119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.657000000, lastModified=2020-12-01 19:35:47.657119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.657000000, lastModified=2020-12-01 19:35:47.657119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.657000000, lastModified=2020-12-01 19:35:47.657119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.658000000, lastModified=2020-12-01 19:35:47.657119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.658000000, lastModified=2020-12-01 19:35:47.657119000, delta=881000 ns, racy<=2502500 ns
19:35:47.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.658000000, lastModified=2020-12-01 19:35:47.658119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.658000000, lastModified=2020-12-01 19:35:47.658119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.658000000, lastModified=2020-12-01 19:35:47.658119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.658000000, lastModified=2020-12-01 19:35:47.658119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.659000000, lastModified=2020-12-01 19:35:47.658119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.659000000, lastModified=2020-12-01 19:35:47.658119000, delta=881000 ns, racy<=2502500 ns
19:35:47.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.659000000, lastModified=2020-12-01 19:35:47.658119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.658119000 to 2020-12-01 19:35:47.659119000
19:35:47.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.659000000, lastModified=2020-12-01 19:35:47.659119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.659000000, lastModified=2020-12-01 19:35:47.659119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.660000000, lastModified=2020-12-01 19:35:47.659119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.660000000, lastModified=2020-12-01 19:35:47.659119000, delta=881000 ns, racy<=2502500 ns
19:35:47.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.660000000, lastModified=2020-12-01 19:35:47.659119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.659119000 to 2020-12-01 19:35:47.660119000
19:35:47.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.660000000, lastModified=2020-12-01 19:35:47.660119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.660000000, lastModified=2020-12-01 19:35:47.660119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.660000000, lastModified=2020-12-01 19:35:47.660119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.660000000, lastModified=2020-12-01 19:35:47.660119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.661000000, lastModified=2020-12-01 19:35:47.660119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.661000000, lastModified=2020-12-01 19:35:47.660119000, delta=881000 ns, racy<=2502500 ns
19:35:47.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.661000000, lastModified=2020-12-01 19:35:47.661119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.661000000, lastModified=2020-12-01 19:35:47.661119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.661000000, lastModified=2020-12-01 19:35:47.661119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.661000000, lastModified=2020-12-01 19:35:47.661119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.662000000, lastModified=2020-12-01 19:35:47.661119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.662000000, lastModified=2020-12-01 19:35:47.661119000, delta=881000 ns, racy<=2502500 ns
19:35:47.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.662000000, lastModified=2020-12-01 19:35:47.661119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.661119000 to 2020-12-01 19:35:47.662119000
19:35:47.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.662000000, lastModified=2020-12-01 19:35:47.662119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.662000000, lastModified=2020-12-01 19:35:47.662119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.662000000, lastModified=2020-12-01 19:35:47.662119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.662000000, lastModified=2020-12-01 19:35:47.662119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.663000000, lastModified=2020-12-01 19:35:47.662119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.663000000, lastModified=2020-12-01 19:35:47.662119000, delta=881000 ns, racy<=2502500 ns
19:35:47.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.663000000, lastModified=2020-12-01 19:35:47.663119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.663000000, lastModified=2020-12-01 19:35:47.663119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.663000000, lastModified=2020-12-01 19:35:47.663119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.663000000, lastModified=2020-12-01 19:35:47.663119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.663000000, lastModified=2020-12-01 19:35:47.663119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.663000000, lastModified=2020-12-01 19:35:47.663119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.664000000, lastModified=2020-12-01 19:35:47.663119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.663119000 to 2020-12-01 19:35:47.664119000
19:35:47.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.664000000, lastModified=2020-12-01 19:35:47.664119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.664000000, lastModified=2020-12-01 19:35:47.664119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.664000000, lastModified=2020-12-01 19:35:47.664119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.664000000, lastModified=2020-12-01 19:35:47.664119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.665000000, lastModified=2020-12-01 19:35:47.664119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.665000000, lastModified=2020-12-01 19:35:47.664119000, delta=881000 ns, racy<=2502500 ns
19:35:47.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.665000000, lastModified=2020-12-01 19:35:47.665119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.665000000, lastModified=2020-12-01 19:35:47.665119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.665000000, lastModified=2020-12-01 19:35:47.665119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.665000000, lastModified=2020-12-01 19:35:47.665119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.665000000, lastModified=2020-12-01 19:35:47.665119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.665000000, lastModified=2020-12-01 19:35:47.665119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.666000000, lastModified=2020-12-01 19:35:47.665119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.665119000 to 2020-12-01 19:35:47.666119000
19:35:47.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.666000000, lastModified=2020-12-01 19:35:47.666119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.666000000, lastModified=2020-12-01 19:35:47.666119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.666000000, lastModified=2020-12-01 19:35:47.666119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.666000000, lastModified=2020-12-01 19:35:47.666119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.667000000, lastModified=2020-12-01 19:35:47.666119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.667000000, lastModified=2020-12-01 19:35:47.666119000, delta=881000 ns, racy<=2502500 ns
19:35:47.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.667000000, lastModified=2020-12-01 19:35:47.667119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.667000000, lastModified=2020-12-01 19:35:47.667119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.667000000, lastModified=2020-12-01 19:35:47.667119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.667000000, lastModified=2020-12-01 19:35:47.667119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.668000000, lastModified=2020-12-01 19:35:47.667119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.668000000, lastModified=2020-12-01 19:35:47.667119000, delta=881000 ns, racy<=2502500 ns
19:35:47.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.668000000, lastModified=2020-12-01 19:35:47.667119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.667119000 to 2020-12-01 19:35:47.668119000
19:35:47.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.668000000, lastModified=2020-12-01 19:35:47.668119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.668000000, lastModified=2020-12-01 19:35:47.668119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.668000000, lastModified=2020-12-01 19:35:47.668119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.669 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.668000000, lastModified=2020-12-01 19:35:47.668119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.669 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.669 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.669000000, lastModified=2020-12-01 19:35:47.668119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.669 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.668119000 to 2020-12-01 19:35:47.669119000
19:35:47.669 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.669000000, lastModified=2020-12-01 19:35:47.669119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.670 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.669000000, lastModified=2020-12-01 19:35:47.669119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.670 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.670 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.670000000, lastModified=2020-12-01 19:35:47.670119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.670 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.670000000, lastModified=2020-12-01 19:35:47.670119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.670 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.671 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.671000000, lastModified=2020-12-01 19:35:47.670119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.671 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.671000000, lastModified=2020-12-01 19:35:47.670119000, delta=881000 ns, racy<=2502500 ns
19:35:47.671 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.671 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.671000000, lastModified=2020-12-01 19:35:47.671119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.671 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.671000000, lastModified=2020-12-01 19:35:47.671119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.671 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.672000000, lastModified=2020-12-01 19:35:47.671119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.672000000, lastModified=2020-12-01 19:35:47.671119000, delta=881000 ns, racy<=2502500 ns
19:35:47.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.672000000, lastModified=2020-12-01 19:35:47.672119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.672000000, lastModified=2020-12-01 19:35:47.672119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.672000000, lastModified=2020-12-01 19:35:47.672119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.672000000, lastModified=2020-12-01 19:35:47.672119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.673000000, lastModified=2020-12-01 19:35:47.673119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.673000000, lastModified=2020-12-01 19:35:47.673119000, delta=-119000 ns, racy<=2502500 ns
19:35:47.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.673000000, lastModified=2020-12-01 19:35:47.673119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.695 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.673119000 to 2020-12-01 19:35:47.694119000
19:35:47.696 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.696000000, lastModified=2020-12-01 19:35:47.695119000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.695119000 to 2020-12-01 19:35:47.706118000
19:35:47.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.706000000, lastModified=2020-12-01 19:35:47.706118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.706000000, lastModified=2020-12-01 19:35:47.706118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.707000000, lastModified=2020-12-01 19:35:47.706118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.706118000 to 2020-12-01 19:35:47.707118000
19:35:47.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.707000000, lastModified=2020-12-01 19:35:47.707118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.707000000, lastModified=2020-12-01 19:35:47.707118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.708000000, lastModified=2020-12-01 19:35:47.708118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.708000000, lastModified=2020-12-01 19:35:47.708118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.708000000, lastModified=2020-12-01 19:35:47.708118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.708000000, lastModified=2020-12-01 19:35:47.708118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.709000000, lastModified=2020-12-01 19:35:47.709118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.709000000, lastModified=2020-12-01 19:35:47.709118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.710000000, lastModified=2020-12-01 19:35:47.709118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.710000000, lastModified=2020-12-01 19:35:47.709118000, delta=882000 ns, racy<=2502500 ns
19:35:47.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.710000000, lastModified=2020-12-01 19:35:47.710118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.710000000, lastModified=2020-12-01 19:35:47.710118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.711000000, lastModified=2020-12-01 19:35:47.710118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.711000000, lastModified=2020-12-01 19:35:47.710118000, delta=882000 ns, racy<=2502500 ns
19:35:47.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.711000000, lastModified=2020-12-01 19:35:47.711118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.711000000, lastModified=2020-12-01 19:35:47.711118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.712000000, lastModified=2020-12-01 19:35:47.711118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.712000000, lastModified=2020-12-01 19:35:47.711118000, delta=882000 ns, racy<=2502500 ns
19:35:47.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.712000000, lastModified=2020-12-01 19:35:47.712118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.712118000 to 2020-12-01 19:35:47.719118000
19:35:47.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.720000000, lastModified=2020-12-01 19:35:47.720118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.720000000, lastModified=2020-12-01 19:35:47.720118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.721000000, lastModified=2020-12-01 19:35:47.720118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.721000000, lastModified=2020-12-01 19:35:47.720118000, delta=882000 ns, racy<=2502500 ns
19:35:47.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.721000000, lastModified=2020-12-01 19:35:47.721118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.721000000, lastModified=2020-12-01 19:35:47.721118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.721000000, lastModified=2020-12-01 19:35:47.721118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.721118000 to 2020-12-01 19:35:47.722118000
19:35:47.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.722000000, lastModified=2020-12-01 19:35:47.722118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.722000000, lastModified=2020-12-01 19:35:47.722118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.723000000, lastModified=2020-12-01 19:35:47.722118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.722118000 to 2020-12-01 19:35:47.723118000
19:35:47.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.723000000, lastModified=2020-12-01 19:35:47.723118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.723000000, lastModified=2020-12-01 19:35:47.723118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.724000000, lastModified=2020-12-01 19:35:47.723118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.723118000 to 2020-12-01 19:35:47.724118000
19:35:47.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.728000000, lastModified=2020-12-01 19:35:47.728118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.728118000 to 2020-12-01 19:35:47.733118000
19:35:47.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.743000000, lastModified=2020-12-01 19:35:47.742118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.742118000 to 2020-12-01 19:35:47.743118000
19:35:47.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.744000000, lastModified=2020-12-01 19:35:47.743118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.743118000 to 2020-12-01 19:35:47.744118000
19:35:47.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.746000000, lastModified=2020-12-01 19:35:47.745118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.746000000, lastModified=2020-12-01 19:35:47.745118000, delta=882000 ns, racy<=2502500 ns
19:35:47.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.746000000, lastModified=2020-12-01 19:35:47.746118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.746000000, lastModified=2020-12-01 19:35:47.746118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.747000000, lastModified=2020-12-01 19:35:47.746118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.746118000 to 2020-12-01 19:35:47.747118000
19:35:47.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.747000000, lastModified=2020-12-01 19:35:47.747118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.747000000, lastModified=2020-12-01 19:35:47.747118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.748000000, lastModified=2020-12-01 19:35:47.747118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.747118000 to 2020-12-01 19:35:47.748118000
19:35:47.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.748000000, lastModified=2020-12-01 19:35:47.748118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.748000000, lastModified=2020-12-01 19:35:47.748118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.749000000, lastModified=2020-12-01 19:35:47.749118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.749000000, lastModified=2020-12-01 19:35:47.749118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.749000000, lastModified=2020-12-01 19:35:47.749118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.749000000, lastModified=2020-12-01 19:35:47.749118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.750000000, lastModified=2020-12-01 19:35:47.750118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.750000000, lastModified=2020-12-01 19:35:47.750118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.751000000, lastModified=2020-12-01 19:35:47.750118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.750118000 to 2020-12-01 19:35:47.751118000
19:35:47.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.753000000, lastModified=2020-12-01 19:35:47.752118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.752118000 to 2020-12-01 19:35:47.753118000
19:35:47.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.753000000, lastModified=2020-12-01 19:35:47.753118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.753000000, lastModified=2020-12-01 19:35:47.753118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.754000000, lastModified=2020-12-01 19:35:47.754118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.754000000, lastModified=2020-12-01 19:35:47.754118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.754000000, lastModified=2020-12-01 19:35:47.754118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.754000000, lastModified=2020-12-01 19:35:47.754118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.755000000, lastModified=2020-12-01 19:35:47.755118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.755000000, lastModified=2020-12-01 19:35:47.755118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.756000000, lastModified=2020-12-01 19:35:47.756118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.756000000, lastModified=2020-12-01 19:35:47.756118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.757000000, lastModified=2020-12-01 19:35:47.757118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.757000000, lastModified=2020-12-01 19:35:47.757118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.758000000, lastModified=2020-12-01 19:35:47.758118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.758000000, lastModified=2020-12-01 19:35:47.758118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.758000000, lastModified=2020-12-01 19:35:47.758118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.758000000, lastModified=2020-12-01 19:35:47.758118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.759000000, lastModified=2020-12-01 19:35:47.759118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.759000000, lastModified=2020-12-01 19:35:47.759118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.760000000, lastModified=2020-12-01 19:35:47.759118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.759118000 to 2020-12-01 19:35:47.760118000
19:35:47.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.760000000, lastModified=2020-12-01 19:35:47.760118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.760000000, lastModified=2020-12-01 19:35:47.760118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.761000000, lastModified=2020-12-01 19:35:47.760118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.760118000 to 2020-12-01 19:35:47.761118000
19:35:47.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.761000000, lastModified=2020-12-01 19:35:47.761118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.761000000, lastModified=2020-12-01 19:35:47.761118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.763000000, lastModified=2020-12-01 19:35:47.763118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.763000000, lastModified=2020-12-01 19:35:47.763118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.764000000, lastModified=2020-12-01 19:35:47.764118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.764118000 to 2020-12-01 19:35:47.765118000
19:35:47.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.767000000, lastModified=2020-12-01 19:35:47.766118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.766118000 to 2020-12-01 19:35:47.767118000
19:35:47.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.768000000, lastModified=2020-12-01 19:35:47.767118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.768000000, lastModified=2020-12-01 19:35:47.767118000, delta=882000 ns, racy<=2502500 ns
19:35:47.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.769000000, lastModified=2020-12-01 19:35:47.768118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.768118000 to 2020-12-01 19:35:47.769118000
19:35:47.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.769000000, lastModified=2020-12-01 19:35:47.769118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.769000000, lastModified=2020-12-01 19:35:47.769118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.770000000, lastModified=2020-12-01 19:35:47.769118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.769118000 to 2020-12-01 19:35:47.770118000
19:35:47.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.770000000, lastModified=2020-12-01 19:35:47.770118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.770000000, lastModified=2020-12-01 19:35:47.770118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.771000000, lastModified=2020-12-01 19:35:47.771118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.771000000, lastModified=2020-12-01 19:35:47.771118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.771000000, lastModified=2020-12-01 19:35:47.771118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.771000000, lastModified=2020-12-01 19:35:47.771118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.772000000, lastModified=2020-12-01 19:35:47.772118000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.772000000, lastModified=2020-12-01 19:35:47.772118000, delta=-118000 ns, racy<=2502500 ns
19:35:47.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.774 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.774000000, lastModified=2020-12-01 19:35:47.774117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.774000000, lastModified=2020-12-01 19:35:47.774117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.775000000, lastModified=2020-12-01 19:35:47.775117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.775000000, lastModified=2020-12-01 19:35:47.775117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.775000000, lastModified=2020-12-01 19:35:47.775117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.775000000, lastModified=2020-12-01 19:35:47.775117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.776000000, lastModified=2020-12-01 19:35:47.776117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.776000000, lastModified=2020-12-01 19:35:47.776117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.776000000, lastModified=2020-12-01 19:35:47.776117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.776000000, lastModified=2020-12-01 19:35:47.776117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.777000000, lastModified=2020-12-01 19:35:47.776117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.776117000 to 2020-12-01 19:35:47.777117000
19:35:47.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.777000000, lastModified=2020-12-01 19:35:47.777117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.777000000, lastModified=2020-12-01 19:35:47.777117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.778000000, lastModified=2020-12-01 19:35:47.777117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.777117000 to 2020-12-01 19:35:47.778117000
19:35:47.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.778000000, lastModified=2020-12-01 19:35:47.778117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.784 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.778117000 to 2020-12-01 19:35:47.783117000
19:35:47.784 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.784000000, lastModified=2020-12-01 19:35:47.784117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.784000000, lastModified=2020-12-01 19:35:47.784117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.785000000, lastModified=2020-12-01 19:35:47.784117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.784117000 to 2020-12-01 19:35:47.785117000
19:35:47.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.785000000, lastModified=2020-12-01 19:35:47.785117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.785000000, lastModified=2020-12-01 19:35:47.785117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.785000000, lastModified=2020-12-01 19:35:47.785117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.785000000, lastModified=2020-12-01 19:35:47.785117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.786000000, lastModified=2020-12-01 19:35:47.785117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.786000000, lastModified=2020-12-01 19:35:47.785117000, delta=883000 ns, racy<=2502500 ns
19:35:47.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.786000000, lastModified=2020-12-01 19:35:47.785117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.785117000 to 2020-12-01 19:35:47.786117000
19:35:47.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.786000000, lastModified=2020-12-01 19:35:47.786117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.786000000, lastModified=2020-12-01 19:35:47.786117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.786000000, lastModified=2020-12-01 19:35:47.786117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.787 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.786000000, lastModified=2020-12-01 19:35:47.786117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.787 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.788000000, lastModified=2020-12-01 19:35:47.787117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.788000000, lastModified=2020-12-01 19:35:47.787117000, delta=883000 ns, racy<=2502500 ns
19:35:47.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.788000000, lastModified=2020-12-01 19:35:47.788117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.788000000, lastModified=2020-12-01 19:35:47.788117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.789000000, lastModified=2020-12-01 19:35:47.788117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.788117000 to 2020-12-01 19:35:47.789117000
19:35:47.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.789000000, lastModified=2020-12-01 19:35:47.789117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.789000000, lastModified=2020-12-01 19:35:47.789117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.790000000, lastModified=2020-12-01 19:35:47.789117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.789117000 to 2020-12-01 19:35:47.790117000
19:35:47.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.790000000, lastModified=2020-12-01 19:35:47.790117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.791 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.790117000 to 2020-12-01 19:35:47.791117000
19:35:47.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.792000000, lastModified=2020-12-01 19:35:47.792117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.792000000, lastModified=2020-12-01 19:35:47.792117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.793000000, lastModified=2020-12-01 19:35:47.793117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.793117000 to 2020-12-01 19:35:47.794117000
19:35:47.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.814000000, lastModified=2020-12-01 19:35:47.813117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.813117000 to 2020-12-01 19:35:47.814117000
19:35:47.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.815000000, lastModified=2020-12-01 19:35:47.814117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.814117000 to 2020-12-01 19:35:47.815117000
19:35:47.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.815000000, lastModified=2020-12-01 19:35:47.815117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.815000000, lastModified=2020-12-01 19:35:47.815117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.816000000, lastModified=2020-12-01 19:35:47.816117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.816000000, lastModified=2020-12-01 19:35:47.816117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.817000000, lastModified=2020-12-01 19:35:47.817117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.817000000, lastModified=2020-12-01 19:35:47.817117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.817000000, lastModified=2020-12-01 19:35:47.817117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.817000000, lastModified=2020-12-01 19:35:47.817117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.818000000, lastModified=2020-12-01 19:35:47.818117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.818000000, lastModified=2020-12-01 19:35:47.818117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.819000000, lastModified=2020-12-01 19:35:47.818117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.819000000, lastModified=2020-12-01 19:35:47.818117000, delta=883000 ns, racy<=2502500 ns
19:35:47.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.819000000, lastModified=2020-12-01 19:35:47.819117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.819000000, lastModified=2020-12-01 19:35:47.819117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.820000000, lastModified=2020-12-01 19:35:47.819117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.819117000 to 2020-12-01 19:35:47.821117000
19:35:47.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.822000000, lastModified=2020-12-01 19:35:47.821117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.821117000 to 2020-12-01 19:35:47.822117000
19:35:47.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.822000000, lastModified=2020-12-01 19:35:47.822117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.822000000, lastModified=2020-12-01 19:35:47.822117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.822000000, lastModified=2020-12-01 19:35:47.822117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.822000000, lastModified=2020-12-01 19:35:47.822117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.823000000, lastModified=2020-12-01 19:35:47.822117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.823000000, lastModified=2020-12-01 19:35:47.822117000, delta=883000 ns, racy<=2502500 ns
19:35:47.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.823000000, lastModified=2020-12-01 19:35:47.822117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.822117000 to 2020-12-01 19:35:47.823117000
19:35:47.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.823000000, lastModified=2020-12-01 19:35:47.823117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.823000000, lastModified=2020-12-01 19:35:47.823117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.823000000, lastModified=2020-12-01 19:35:47.823117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.823000000, lastModified=2020-12-01 19:35:47.823117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.824000000, lastModified=2020-12-01 19:35:47.823117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.823117000 to 2020-12-01 19:35:47.824117000
19:35:47.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.824000000, lastModified=2020-12-01 19:35:47.824117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.824000000, lastModified=2020-12-01 19:35:47.824117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.824000000, lastModified=2020-12-01 19:35:47.824117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.824000000, lastModified=2020-12-01 19:35:47.824117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.825000000, lastModified=2020-12-01 19:35:47.825117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.825000000, lastModified=2020-12-01 19:35:47.825117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.826000000, lastModified=2020-12-01 19:35:47.825117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.825117000 to 2020-12-01 19:35:47.826117000
19:35:47.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.826000000, lastModified=2020-12-01 19:35:47.826117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.826000000, lastModified=2020-12-01 19:35:47.826117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.826000000, lastModified=2020-12-01 19:35:47.826117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.826000000, lastModified=2020-12-01 19:35:47.826117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.827000000, lastModified=2020-12-01 19:35:47.826117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.827000000, lastModified=2020-12-01 19:35:47.826117000, delta=883000 ns, racy<=2502500 ns
19:35:47.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.827000000, lastModified=2020-12-01 19:35:47.827117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.827000000, lastModified=2020-12-01 19:35:47.827117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.827000000, lastModified=2020-12-01 19:35:47.827117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.827000000, lastModified=2020-12-01 19:35:47.827117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.828000000, lastModified=2020-12-01 19:35:47.827117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.828000000, lastModified=2020-12-01 19:35:47.827117000, delta=883000 ns, racy<=2502500 ns
19:35:47.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.828000000, lastModified=2020-12-01 19:35:47.828117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.828000000, lastModified=2020-12-01 19:35:47.828117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.828000000, lastModified=2020-12-01 19:35:47.828117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.828000000, lastModified=2020-12-01 19:35:47.828117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.829000000, lastModified=2020-12-01 19:35:47.828117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.829000000, lastModified=2020-12-01 19:35:47.828117000, delta=883000 ns, racy<=2502500 ns
19:35:47.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.829000000, lastModified=2020-12-01 19:35:47.829117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.829000000, lastModified=2020-12-01 19:35:47.829117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.829000000, lastModified=2020-12-01 19:35:47.829117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.829000000, lastModified=2020-12-01 19:35:47.829117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.830000000, lastModified=2020-12-01 19:35:47.829117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.830000000, lastModified=2020-12-01 19:35:47.829117000, delta=883000 ns, racy<=2502500 ns
19:35:47.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.830000000, lastModified=2020-12-01 19:35:47.830117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.830000000, lastModified=2020-12-01 19:35:47.830117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.830000000, lastModified=2020-12-01 19:35:47.830117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.830000000, lastModified=2020-12-01 19:35:47.830117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.830000000, lastModified=2020-12-01 19:35:47.830117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.830000000, lastModified=2020-12-01 19:35:47.830117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.831000000, lastModified=2020-12-01 19:35:47.830117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.830117000 to 2020-12-01 19:35:47.831117000
19:35:47.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.831000000, lastModified=2020-12-01 19:35:47.831117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.831000000, lastModified=2020-12-01 19:35:47.831117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.831000000, lastModified=2020-12-01 19:35:47.831117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.831000000, lastModified=2020-12-01 19:35:47.831117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.832000000, lastModified=2020-12-01 19:35:47.831117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.831117000 to 2020-12-01 19:35:47.832117000
19:35:47.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.832000000, lastModified=2020-12-01 19:35:47.832117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.832000000, lastModified=2020-12-01 19:35:47.832117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.832000000, lastModified=2020-12-01 19:35:47.832117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.832000000, lastModified=2020-12-01 19:35:47.832117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.833000000, lastModified=2020-12-01 19:35:47.832117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.832117000 to 2020-12-01 19:35:47.833117000
19:35:47.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.833000000, lastModified=2020-12-01 19:35:47.833117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.833000000, lastModified=2020-12-01 19:35:47.833117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.833000000, lastModified=2020-12-01 19:35:47.833117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.833000000, lastModified=2020-12-01 19:35:47.833117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.834000000, lastModified=2020-12-01 19:35:47.833117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.833117000 to 2020-12-01 19:35:47.834117000
19:35:47.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.834000000, lastModified=2020-12-01 19:35:47.834117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.834000000, lastModified=2020-12-01 19:35:47.834117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.834000000, lastModified=2020-12-01 19:35:47.834117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.834000000, lastModified=2020-12-01 19:35:47.834117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.835000000, lastModified=2020-12-01 19:35:47.834117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.835000000, lastModified=2020-12-01 19:35:47.834117000, delta=883000 ns, racy<=2502500 ns
19:35:47.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.835000000, lastModified=2020-12-01 19:35:47.835117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.835000000, lastModified=2020-12-01 19:35:47.835117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.835000000, lastModified=2020-12-01 19:35:47.835117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.835000000, lastModified=2020-12-01 19:35:47.835117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.835000000, lastModified=2020-12-01 19:35:47.835117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.835000000, lastModified=2020-12-01 19:35:47.835117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.836000000, lastModified=2020-12-01 19:35:47.835117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.835117000 to 2020-12-01 19:35:47.836117000
19:35:47.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.836000000, lastModified=2020-12-01 19:35:47.836117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.836000000, lastModified=2020-12-01 19:35:47.836117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.836000000, lastModified=2020-12-01 19:35:47.836117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.836000000, lastModified=2020-12-01 19:35:47.836117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.837000000, lastModified=2020-12-01 19:35:47.836117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.837000000, lastModified=2020-12-01 19:35:47.836117000, delta=883000 ns, racy<=2502500 ns
19:35:47.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.837000000, lastModified=2020-12-01 19:35:47.837117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.837000000, lastModified=2020-12-01 19:35:47.837117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.837000000, lastModified=2020-12-01 19:35:47.837117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.837000000, lastModified=2020-12-01 19:35:47.837117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.838000000, lastModified=2020-12-01 19:35:47.837117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.838000000, lastModified=2020-12-01 19:35:47.837117000, delta=883000 ns, racy<=2502500 ns
19:35:47.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.838000000, lastModified=2020-12-01 19:35:47.837117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.837117000 to 2020-12-01 19:35:47.838117000
19:35:47.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.838000000, lastModified=2020-12-01 19:35:47.838117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.838000000, lastModified=2020-12-01 19:35:47.838117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.838000000, lastModified=2020-12-01 19:35:47.838117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.838000000, lastModified=2020-12-01 19:35:47.838117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.839000000, lastModified=2020-12-01 19:35:47.838117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.839000000, lastModified=2020-12-01 19:35:47.838117000, delta=883000 ns, racy<=2502500 ns
19:35:47.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.839000000, lastModified=2020-12-01 19:35:47.839117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.839000000, lastModified=2020-12-01 19:35:47.839117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.839000000, lastModified=2020-12-01 19:35:47.839117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.839000000, lastModified=2020-12-01 19:35:47.839117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.839000000, lastModified=2020-12-01 19:35:47.839117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.839000000, lastModified=2020-12-01 19:35:47.839117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.840000000, lastModified=2020-12-01 19:35:47.839117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.839117000 to 2020-12-01 19:35:47.840117000
19:35:47.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.840000000, lastModified=2020-12-01 19:35:47.840117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.840000000, lastModified=2020-12-01 19:35:47.840117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.840000000, lastModified=2020-12-01 19:35:47.840117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.840000000, lastModified=2020-12-01 19:35:47.840117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.841000000, lastModified=2020-12-01 19:35:47.840117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.841000000, lastModified=2020-12-01 19:35:47.840117000, delta=883000 ns, racy<=2502500 ns
19:35:47.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.841000000, lastModified=2020-12-01 19:35:47.841117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.841000000, lastModified=2020-12-01 19:35:47.841117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.841000000, lastModified=2020-12-01 19:35:47.841117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.841000000, lastModified=2020-12-01 19:35:47.841117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.841000000, lastModified=2020-12-01 19:35:47.841117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.841000000, lastModified=2020-12-01 19:35:47.841117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.842000000, lastModified=2020-12-01 19:35:47.841117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.841117000 to 2020-12-01 19:35:47.842117000
19:35:47.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.842000000, lastModified=2020-12-01 19:35:47.842117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.842000000, lastModified=2020-12-01 19:35:47.842117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.842000000, lastModified=2020-12-01 19:35:47.842117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.842000000, lastModified=2020-12-01 19:35:47.842117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.843000000, lastModified=2020-12-01 19:35:47.842117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.843000000, lastModified=2020-12-01 19:35:47.842117000, delta=883000 ns, racy<=2502500 ns
19:35:47.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.843000000, lastModified=2020-12-01 19:35:47.843117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.843000000, lastModified=2020-12-01 19:35:47.843117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.843000000, lastModified=2020-12-01 19:35:47.843117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.843000000, lastModified=2020-12-01 19:35:47.843117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.843000000, lastModified=2020-12-01 19:35:47.843117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.843000000, lastModified=2020-12-01 19:35:47.843117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.844000000, lastModified=2020-12-01 19:35:47.843117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.843117000 to 2020-12-01 19:35:47.844117000
19:35:47.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.844000000, lastModified=2020-12-01 19:35:47.844117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.844000000, lastModified=2020-12-01 19:35:47.844117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.844000000, lastModified=2020-12-01 19:35:47.844117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.844000000, lastModified=2020-12-01 19:35:47.844117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.845000000, lastModified=2020-12-01 19:35:47.844117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.845000000, lastModified=2020-12-01 19:35:47.844117000, delta=883000 ns, racy<=2502500 ns
19:35:47.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.845000000, lastModified=2020-12-01 19:35:47.844117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.844117000 to 2020-12-01 19:35:47.845117000
19:35:47.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.845000000, lastModified=2020-12-01 19:35:47.845117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.845000000, lastModified=2020-12-01 19:35:47.845117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.845000000, lastModified=2020-12-01 19:35:47.845117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.845000000, lastModified=2020-12-01 19:35:47.845117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.846000000, lastModified=2020-12-01 19:35:47.845117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.846000000, lastModified=2020-12-01 19:35:47.845117000, delta=883000 ns, racy<=2502500 ns
19:35:47.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.846000000, lastModified=2020-12-01 19:35:47.846117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.846000000, lastModified=2020-12-01 19:35:47.846117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.846000000, lastModified=2020-12-01 19:35:47.846117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.846000000, lastModified=2020-12-01 19:35:47.846117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.847000000, lastModified=2020-12-01 19:35:47.846117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.847000000, lastModified=2020-12-01 19:35:47.846117000, delta=883000 ns, racy<=2502500 ns
19:35:47.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.847000000, lastModified=2020-12-01 19:35:47.847117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.847000000, lastModified=2020-12-01 19:35:47.847117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.847000000, lastModified=2020-12-01 19:35:47.847117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.847000000, lastModified=2020-12-01 19:35:47.847117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.847000000, lastModified=2020-12-01 19:35:47.847117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.847000000, lastModified=2020-12-01 19:35:47.847117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.848000000, lastModified=2020-12-01 19:35:47.847117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.847117000 to 2020-12-01 19:35:47.848117000
19:35:47.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.848000000, lastModified=2020-12-01 19:35:47.848117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.848000000, lastModified=2020-12-01 19:35:47.848117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.848000000, lastModified=2020-12-01 19:35:47.848117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.848000000, lastModified=2020-12-01 19:35:47.848117000, delta=-117000 ns, racy<=2502500 ns
19:35:47.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.849000000, lastModified=2020-12-01 19:35:47.848117000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.849000000, lastModified=2020-12-01 19:35:47.848117000, delta=883000 ns, racy<=2502500 ns
19:35:47.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.849000000, lastModified=2020-12-01 19:35:47.849116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.849000000, lastModified=2020-12-01 19:35:47.849116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.849000000, lastModified=2020-12-01 19:35:47.849116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.849000000, lastModified=2020-12-01 19:35:47.849116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.850000000, lastModified=2020-12-01 19:35:47.849116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.850000000, lastModified=2020-12-01 19:35:47.849116000, delta=884000 ns, racy<=2502500 ns
19:35:47.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.850000000, lastModified=2020-12-01 19:35:47.849116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.849116000 to 2020-12-01 19:35:47.850116000
19:35:47.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.850000000, lastModified=2020-12-01 19:35:47.850116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.850000000, lastModified=2020-12-01 19:35:47.850116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.850000000, lastModified=2020-12-01 19:35:47.850116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.850000000, lastModified=2020-12-01 19:35:47.850116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.851000000, lastModified=2020-12-01 19:35:47.850116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.850116000 to 2020-12-01 19:35:47.851116000
19:35:47.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.851000000, lastModified=2020-12-01 19:35:47.851116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.851000000, lastModified=2020-12-01 19:35:47.851116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.851000000, lastModified=2020-12-01 19:35:47.851116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.851000000, lastModified=2020-12-01 19:35:47.851116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.852000000, lastModified=2020-12-01 19:35:47.851116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.852000000, lastModified=2020-12-01 19:35:47.851116000, delta=884000 ns, racy<=2502500 ns
19:35:47.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.852000000, lastModified=2020-12-01 19:35:47.851116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.851116000 to 2020-12-01 19:35:47.852116000
19:35:47.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.852000000, lastModified=2020-12-01 19:35:47.852116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.852000000, lastModified=2020-12-01 19:35:47.852116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.852000000, lastModified=2020-12-01 19:35:47.852116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.852000000, lastModified=2020-12-01 19:35:47.852116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.853000000, lastModified=2020-12-01 19:35:47.852116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.853000000, lastModified=2020-12-01 19:35:47.852116000, delta=884000 ns, racy<=2502500 ns
19:35:47.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.853000000, lastModified=2020-12-01 19:35:47.853116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.853000000, lastModified=2020-12-01 19:35:47.853116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.853000000, lastModified=2020-12-01 19:35:47.853116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.853000000, lastModified=2020-12-01 19:35:47.853116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.854000000, lastModified=2020-12-01 19:35:47.853116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.854000000, lastModified=2020-12-01 19:35:47.853116000, delta=884000 ns, racy<=2502500 ns
19:35:47.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.854000000, lastModified=2020-12-01 19:35:47.853116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.853116000 to 2020-12-01 19:35:47.854116000
19:35:47.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.854000000, lastModified=2020-12-01 19:35:47.854116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.854000000, lastModified=2020-12-01 19:35:47.854116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.854000000, lastModified=2020-12-01 19:35:47.854116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.854000000, lastModified=2020-12-01 19:35:47.854116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.855000000, lastModified=2020-12-01 19:35:47.854116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.855000000, lastModified=2020-12-01 19:35:47.854116000, delta=884000 ns, racy<=2502500 ns
19:35:47.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.855000000, lastModified=2020-12-01 19:35:47.855116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.855000000, lastModified=2020-12-01 19:35:47.855116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.855000000, lastModified=2020-12-01 19:35:47.855116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.855000000, lastModified=2020-12-01 19:35:47.855116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.855000000, lastModified=2020-12-01 19:35:47.855116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.855000000, lastModified=2020-12-01 19:35:47.855116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.856000000, lastModified=2020-12-01 19:35:47.855116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.855116000 to 2020-12-01 19:35:47.856116000
19:35:47.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.856000000, lastModified=2020-12-01 19:35:47.856116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.856000000, lastModified=2020-12-01 19:35:47.856116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.856000000, lastModified=2020-12-01 19:35:47.856116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.856000000, lastModified=2020-12-01 19:35:47.856116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.857000000, lastModified=2020-12-01 19:35:47.856116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.857000000, lastModified=2020-12-01 19:35:47.856116000, delta=884000 ns, racy<=2502500 ns
19:35:47.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.857000000, lastModified=2020-12-01 19:35:47.857116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.857000000, lastModified=2020-12-01 19:35:47.857116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.857000000, lastModified=2020-12-01 19:35:47.857116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.857000000, lastModified=2020-12-01 19:35:47.857116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.857000000, lastModified=2020-12-01 19:35:47.857116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.857000000, lastModified=2020-12-01 19:35:47.857116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.858000000, lastModified=2020-12-01 19:35:47.857116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.857116000 to 2020-12-01 19:35:47.858116000
19:35:47.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.858000000, lastModified=2020-12-01 19:35:47.858116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.858000000, lastModified=2020-12-01 19:35:47.858116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.858000000, lastModified=2020-12-01 19:35:47.858116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.858000000, lastModified=2020-12-01 19:35:47.858116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.859000000, lastModified=2020-12-01 19:35:47.858116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.859000000, lastModified=2020-12-01 19:35:47.858116000, delta=884000 ns, racy<=2502500 ns
19:35:47.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.859000000, lastModified=2020-12-01 19:35:47.858116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.858116000 to 2020-12-01 19:35:47.859116000
19:35:47.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.859000000, lastModified=2020-12-01 19:35:47.859116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.859000000, lastModified=2020-12-01 19:35:47.859116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.859000000, lastModified=2020-12-01 19:35:47.859116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.859000000, lastModified=2020-12-01 19:35:47.859116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.860000000, lastModified=2020-12-01 19:35:47.859116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.860000000, lastModified=2020-12-01 19:35:47.859116000, delta=884000 ns, racy<=2502500 ns
19:35:47.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.860000000, lastModified=2020-12-01 19:35:47.860116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.860000000, lastModified=2020-12-01 19:35:47.860116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.860000000, lastModified=2020-12-01 19:35:47.860116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.861 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.860000000, lastModified=2020-12-01 19:35:47.860116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.861 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.861 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.861000000, lastModified=2020-12-01 19:35:47.860116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.861 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.860116000 to 2020-12-01 19:35:47.861116000
19:35:47.861 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.861000000, lastModified=2020-12-01 19:35:47.861116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.861 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.861000000, lastModified=2020-12-01 19:35:47.861116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.861 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.861 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.861000000, lastModified=2020-12-01 19:35:47.861116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.862 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.861000000, lastModified=2020-12-01 19:35:47.861116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.862 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.862 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.862000000, lastModified=2020-12-01 19:35:47.861116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.862 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.861116000 to 2020-12-01 19:35:47.862116000
19:35:47.862 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.862000000, lastModified=2020-12-01 19:35:47.862116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.862 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.862000000, lastModified=2020-12-01 19:35:47.862116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.862 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.862 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.862000000, lastModified=2020-12-01 19:35:47.862116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.862000000, lastModified=2020-12-01 19:35:47.862116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.863000000, lastModified=2020-12-01 19:35:47.862116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.863000000, lastModified=2020-12-01 19:35:47.862116000, delta=884000 ns, racy<=2502500 ns
19:35:47.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.863000000, lastModified=2020-12-01 19:35:47.863116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.863000000, lastModified=2020-12-01 19:35:47.863116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.863000000, lastModified=2020-12-01 19:35:47.863116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.863000000, lastModified=2020-12-01 19:35:47.863116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.864000000, lastModified=2020-12-01 19:35:47.863116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.864000000, lastModified=2020-12-01 19:35:47.863116000, delta=884000 ns, racy<=2502500 ns
19:35:47.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.864000000, lastModified=2020-12-01 19:35:47.863116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.863116000 to 2020-12-01 19:35:47.864116000
19:35:47.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.864000000, lastModified=2020-12-01 19:35:47.864116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.864000000, lastModified=2020-12-01 19:35:47.864116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.864000000, lastModified=2020-12-01 19:35:47.864116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.864000000, lastModified=2020-12-01 19:35:47.864116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.865000000, lastModified=2020-12-01 19:35:47.864116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.865000000, lastModified=2020-12-01 19:35:47.864116000, delta=884000 ns, racy<=2502500 ns
19:35:47.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.865000000, lastModified=2020-12-01 19:35:47.864116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.864116000 to 2020-12-01 19:35:47.865116000
19:35:47.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.865000000, lastModified=2020-12-01 19:35:47.865116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.865000000, lastModified=2020-12-01 19:35:47.865116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.865000000, lastModified=2020-12-01 19:35:47.865116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.866 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.865000000, lastModified=2020-12-01 19:35:47.865116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.866 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.866 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.866000000, lastModified=2020-12-01 19:35:47.865116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.866 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.865116000 to 2020-12-01 19:35:47.866116000
19:35:47.866 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.866000000, lastModified=2020-12-01 19:35:47.866116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.866 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.866000000, lastModified=2020-12-01 19:35:47.866116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.866 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.866 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.866000000, lastModified=2020-12-01 19:35:47.866116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.866 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.866000000, lastModified=2020-12-01 19:35:47.866116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.866 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.867 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.867000000, lastModified=2020-12-01 19:35:47.866116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.867 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.867000000, lastModified=2020-12-01 19:35:47.866116000, delta=884000 ns, racy<=2502500 ns
19:35:47.867 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.867 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.867000000, lastModified=2020-12-01 19:35:47.866116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.867 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.866116000 to 2020-12-01 19:35:47.867116000
19:35:47.867 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.867000000, lastModified=2020-12-01 19:35:47.867116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.867 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.867000000, lastModified=2020-12-01 19:35:47.867116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.867 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.867 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.867000000, lastModified=2020-12-01 19:35:47.867116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.868 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.867000000, lastModified=2020-12-01 19:35:47.867116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.868 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.868 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.868000000, lastModified=2020-12-01 19:35:47.867116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.868 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.867116000 to 2020-12-01 19:35:47.868116000
19:35:47.868 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.868000000, lastModified=2020-12-01 19:35:47.868116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.868 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.868000000, lastModified=2020-12-01 19:35:47.868116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.868 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.868 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.868000000, lastModified=2020-12-01 19:35:47.868116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.868000000, lastModified=2020-12-01 19:35:47.868116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.869000000, lastModified=2020-12-01 19:35:47.868116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.869000000, lastModified=2020-12-01 19:35:47.868116000, delta=884000 ns, racy<=2502500 ns
19:35:47.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.869000000, lastModified=2020-12-01 19:35:47.869116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.869000000, lastModified=2020-12-01 19:35:47.869116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.869000000, lastModified=2020-12-01 19:35:47.869116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.869000000, lastModified=2020-12-01 19:35:47.869116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.870000000, lastModified=2020-12-01 19:35:47.869116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.870000000, lastModified=2020-12-01 19:35:47.869116000, delta=884000 ns, racy<=2502500 ns
19:35:47.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.870000000, lastModified=2020-12-01 19:35:47.870116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.870000000, lastModified=2020-12-01 19:35:47.870116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.870000000, lastModified=2020-12-01 19:35:47.870116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.870000000, lastModified=2020-12-01 19:35:47.870116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.871 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.870000000, lastModified=2020-12-01 19:35:47.870116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.871 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.870000000, lastModified=2020-12-01 19:35:47.870116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.871 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.871 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.871000000, lastModified=2020-12-01 19:35:47.870116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.871 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.870116000 to 2020-12-01 19:35:47.871116000
19:35:47.871 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.871000000, lastModified=2020-12-01 19:35:47.871116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.871 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.871000000, lastModified=2020-12-01 19:35:47.871116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.871 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.871 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.871000000, lastModified=2020-12-01 19:35:47.871116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.871000000, lastModified=2020-12-01 19:35:47.871116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.872000000, lastModified=2020-12-01 19:35:47.871116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.872000000, lastModified=2020-12-01 19:35:47.871116000, delta=884000 ns, racy<=2502500 ns
19:35:47.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.872000000, lastModified=2020-12-01 19:35:47.872116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.872000000, lastModified=2020-12-01 19:35:47.872116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.872000000, lastModified=2020-12-01 19:35:47.872116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.872000000, lastModified=2020-12-01 19:35:47.872116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.872000000, lastModified=2020-12-01 19:35:47.872116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.873 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.872000000, lastModified=2020-12-01 19:35:47.872116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.873 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.873 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.873000000, lastModified=2020-12-01 19:35:47.872116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.873 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.872116000 to 2020-12-01 19:35:47.873116000
19:35:47.873 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.873000000, lastModified=2020-12-01 19:35:47.873116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.873 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.873000000, lastModified=2020-12-01 19:35:47.873116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.873 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.873 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.873000000, lastModified=2020-12-01 19:35:47.873116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.873 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.873000000, lastModified=2020-12-01 19:35:47.873116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.873 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.874 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.874000000, lastModified=2020-12-01 19:35:47.873116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.874 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.874000000, lastModified=2020-12-01 19:35:47.873116000, delta=884000 ns, racy<=2502500 ns
19:35:47.874 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.874 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.874000000, lastModified=2020-12-01 19:35:47.873116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.873116000 to 2020-12-01 19:35:47.906116000
19:35:47.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.906000000, lastModified=2020-12-01 19:35:47.906116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.906000000, lastModified=2020-12-01 19:35:47.906116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.907000000, lastModified=2020-12-01 19:35:47.907116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.907000000, lastModified=2020-12-01 19:35:47.907116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.909000000, lastModified=2020-12-01 19:35:47.909116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.909000000, lastModified=2020-12-01 19:35:47.909116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.910000000, lastModified=2020-12-01 19:35:47.910116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.910116000 to 2020-12-01 19:35:47.911116000
19:35:47.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.911000000, lastModified=2020-12-01 19:35:47.911116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.911116000 to 2020-12-01 19:35:47.912116000
19:35:47.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.913000000, lastModified=2020-12-01 19:35:47.913116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.913000000, lastModified=2020-12-01 19:35:47.913116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.914000000, lastModified=2020-12-01 19:35:47.913116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.914000000, lastModified=2020-12-01 19:35:47.913116000, delta=884000 ns, racy<=2502500 ns
19:35:47.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.914000000, lastModified=2020-12-01 19:35:47.914116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.914000000, lastModified=2020-12-01 19:35:47.914116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.915000000, lastModified=2020-12-01 19:35:47.914116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.914116000 to 2020-12-01 19:35:47.915116000
19:35:47.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.915000000, lastModified=2020-12-01 19:35:47.915116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.915000000, lastModified=2020-12-01 19:35:47.915116000, delta=-116000 ns, racy<=2502500 ns
19:35:47.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.916000000, lastModified=2020-12-01 19:35:47.915116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.915116000 to 2020-12-01 19:35:47.916116000
19:35:47.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.917000000, lastModified=2020-12-01 19:35:47.916116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.916116000 to 2020-12-01 19:35:47.917116000
19:35:47.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.917000000, lastModified=2020-12-01 19:35:47.917116000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.926 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.917116000 to 2020-12-01 19:35:47.926115000
19:35:47.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.927000000, lastModified=2020-12-01 19:35:47.926115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.926115000 to 2020-12-01 19:35:47.927115000
19:35:47.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.927000000, lastModified=2020-12-01 19:35:47.927115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.927000000, lastModified=2020-12-01 19:35:47.927115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.927000000, lastModified=2020-12-01 19:35:47.927115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.927000000, lastModified=2020-12-01 19:35:47.927115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.928000000, lastModified=2020-12-01 19:35:47.927115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.928000000, lastModified=2020-12-01 19:35:47.927115000, delta=885000 ns, racy<=2502500 ns
19:35:47.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.928000000, lastModified=2020-12-01 19:35:47.928115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.928000000, lastModified=2020-12-01 19:35:47.928115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.928000000, lastModified=2020-12-01 19:35:47.928115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.928000000, lastModified=2020-12-01 19:35:47.928115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.928000000, lastModified=2020-12-01 19:35:47.928115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.928000000, lastModified=2020-12-01 19:35:47.928115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.929000000, lastModified=2020-12-01 19:35:47.928115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.929000000, lastModified=2020-12-01 19:35:47.928115000, delta=885000 ns, racy<=2502500 ns
19:35:47.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.929000000, lastModified=2020-12-01 19:35:47.929115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.929000000, lastModified=2020-12-01 19:35:47.929115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.929000000, lastModified=2020-12-01 19:35:47.929115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.929000000, lastModified=2020-12-01 19:35:47.929115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.930000000, lastModified=2020-12-01 19:35:47.929115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.930000000, lastModified=2020-12-01 19:35:47.929115000, delta=885000 ns, racy<=2502500 ns
19:35:47.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.930000000, lastModified=2020-12-01 19:35:47.930115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.930000000, lastModified=2020-12-01 19:35:47.930115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.930000000, lastModified=2020-12-01 19:35:47.930115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.930000000, lastModified=2020-12-01 19:35:47.930115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.931000000, lastModified=2020-12-01 19:35:47.930115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.931000000, lastModified=2020-12-01 19:35:47.930115000, delta=885000 ns, racy<=2502500 ns
19:35:47.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.931000000, lastModified=2020-12-01 19:35:47.930115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.930115000 to 2020-12-01 19:35:47.931115000
19:35:47.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.931000000, lastModified=2020-12-01 19:35:47.931115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.931000000, lastModified=2020-12-01 19:35:47.931115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.931000000, lastModified=2020-12-01 19:35:47.931115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.931000000, lastModified=2020-12-01 19:35:47.931115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.932000000, lastModified=2020-12-01 19:35:47.931115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.932000000, lastModified=2020-12-01 19:35:47.931115000, delta=885000 ns, racy<=2502500 ns
19:35:47.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.932000000, lastModified=2020-12-01 19:35:47.932115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.932000000, lastModified=2020-12-01 19:35:47.932115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.933000000, lastModified=2020-12-01 19:35:47.933115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.933000000, lastModified=2020-12-01 19:35:47.933115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.933000000, lastModified=2020-12-01 19:35:47.933115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.933000000, lastModified=2020-12-01 19:35:47.933115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.933000000, lastModified=2020-12-01 19:35:47.933115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.933000000, lastModified=2020-12-01 19:35:47.933115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.934000000, lastModified=2020-12-01 19:35:47.933115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.933115000 to 2020-12-01 19:35:47.934115000
19:35:47.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.934000000, lastModified=2020-12-01 19:35:47.934115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.934000000, lastModified=2020-12-01 19:35:47.934115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.934000000, lastModified=2020-12-01 19:35:47.934115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.934000000, lastModified=2020-12-01 19:35:47.934115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.935000000, lastModified=2020-12-01 19:35:47.934115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.934115000 to 2020-12-01 19:35:47.935115000
19:35:47.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.935000000, lastModified=2020-12-01 19:35:47.935115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.935000000, lastModified=2020-12-01 19:35:47.935115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.935000000, lastModified=2020-12-01 19:35:47.935115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.935000000, lastModified=2020-12-01 19:35:47.935115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.936000000, lastModified=2020-12-01 19:35:47.935115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.936000000, lastModified=2020-12-01 19:35:47.935115000, delta=885000 ns, racy<=2502500 ns
19:35:47.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.936000000, lastModified=2020-12-01 19:35:47.936115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.936000000, lastModified=2020-12-01 19:35:47.936115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.936000000, lastModified=2020-12-01 19:35:47.936115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.936000000, lastModified=2020-12-01 19:35:47.936115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.937000000, lastModified=2020-12-01 19:35:47.936115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.937000000, lastModified=2020-12-01 19:35:47.936115000, delta=885000 ns, racy<=2502500 ns
19:35:47.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.937000000, lastModified=2020-12-01 19:35:47.937115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.937000000, lastModified=2020-12-01 19:35:47.937115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.937000000, lastModified=2020-12-01 19:35:47.937115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.937000000, lastModified=2020-12-01 19:35:47.937115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.938000000, lastModified=2020-12-01 19:35:47.937115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.937115000 to 2020-12-01 19:35:47.938115000
19:35:47.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.938000000, lastModified=2020-12-01 19:35:47.938115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.938000000, lastModified=2020-12-01 19:35:47.938115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.938000000, lastModified=2020-12-01 19:35:47.938115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.938000000, lastModified=2020-12-01 19:35:47.938115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.939000000, lastModified=2020-12-01 19:35:47.938115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.939000000, lastModified=2020-12-01 19:35:47.938115000, delta=885000 ns, racy<=2502500 ns
19:35:47.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.939000000, lastModified=2020-12-01 19:35:47.939115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.939000000, lastModified=2020-12-01 19:35:47.939115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.939000000, lastModified=2020-12-01 19:35:47.939115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.939000000, lastModified=2020-12-01 19:35:47.939115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.940000000, lastModified=2020-12-01 19:35:47.939115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.940000000, lastModified=2020-12-01 19:35:47.939115000, delta=885000 ns, racy<=2502500 ns
19:35:47.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.940000000, lastModified=2020-12-01 19:35:47.940115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.940000000, lastModified=2020-12-01 19:35:47.940115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.940000000, lastModified=2020-12-01 19:35:47.940115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.940000000, lastModified=2020-12-01 19:35:47.940115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.941000000, lastModified=2020-12-01 19:35:47.940115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.941000000, lastModified=2020-12-01 19:35:47.940115000, delta=885000 ns, racy<=2502500 ns
19:35:47.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.941000000, lastModified=2020-12-01 19:35:47.941115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.941000000, lastModified=2020-12-01 19:35:47.941115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.941000000, lastModified=2020-12-01 19:35:47.941115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.941000000, lastModified=2020-12-01 19:35:47.941115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.942000000, lastModified=2020-12-01 19:35:47.941115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.942000000, lastModified=2020-12-01 19:35:47.941115000, delta=885000 ns, racy<=2502500 ns
19:35:47.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.942000000, lastModified=2020-12-01 19:35:47.942115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.942000000, lastModified=2020-12-01 19:35:47.942115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.942000000, lastModified=2020-12-01 19:35:47.942115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.942000000, lastModified=2020-12-01 19:35:47.942115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.944000000, lastModified=2020-12-01 19:35:47.943115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.944000000, lastModified=2020-12-01 19:35:47.943115000, delta=885000 ns, racy<=2502500 ns
19:35:47.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.944000000, lastModified=2020-12-01 19:35:47.944115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.944000000, lastModified=2020-12-01 19:35:47.944115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.945000000, lastModified=2020-12-01 19:35:47.944115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.944115000 to 2020-12-01 19:35:47.945115000
19:35:47.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.945000000, lastModified=2020-12-01 19:35:47.945115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.945000000, lastModified=2020-12-01 19:35:47.945115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.946000000, lastModified=2020-12-01 19:35:47.945115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.945115000 to 2020-12-01 19:35:47.946115000
19:35:47.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.947000000, lastModified=2020-12-01 19:35:47.946115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.947000000, lastModified=2020-12-01 19:35:47.946115000, delta=885000 ns, racy<=2502500 ns
19:35:47.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.947000000, lastModified=2020-12-01 19:35:47.947115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.947000000, lastModified=2020-12-01 19:35:47.947115000, delta=-115000 ns, racy<=2502500 ns
19:35:47.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.949000000, lastModified=2020-12-01 19:35:47.948115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, isRacyClean=true, read=2020-12-01 19:35:47.949000000, lastModified=2020-12-01 19:35:47.948115000, delta=885000 ns, racy<=2502500 ns
19:35:47.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, is racily clean
19:35:47.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:47.953000000, lastModified=2020-12-01 19:35:47.953115000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:47.964 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:47.953115000 to 2020-12-01 19:35:47.964115000
19:35:48.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, create new FileSnapshot: lastRead=2020-12-01 19:35:48.428000000, lastModified=2020-12-01 19:35:48.427109000, size=1, fileKey=(dev=300042,ino=27802008)
19:35:48.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.probe-17759d86-21f9-4b26-9832-12ef13c87966, lastModified changed from 2020-12-01 19:35:48.427109000 to 2020-12-01 19:35:48.520108000
19:35:48.525 [FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-1,5,main]: no failures when measuring minimal racy interval
19:35:48.526 [FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - FileStoreAttributes[fsTimestampResolution=1,001 ยตs, minimalRacyInterval=0 ยตs]
19:35:48.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config, isRacyClean=false, read=2020-12-01 19:35:44.915000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344915000000 ns, racy<=2500000000 ns
19:35:48.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config, is unmodified
19:35:48.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config, isRacyClean=false, read=2020-12-01 19:35:44.915000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344915000000 ns, racy<=2500000000 ns
19:35:48.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config, is unmodified
19:35:48.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:48.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:48.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:48.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:48.534 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config, isRacyClean=false, read=2020-12-01 19:35:44.915000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344915000000 ns, racy<=2500000000 ns
19:35:48.534 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config, is unmodified
19:35:48.534 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:48.534 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:48.535 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:48.535 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:48.535 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-2,5,main]: start measure timestamp resolution /home/jenkins (/dev/md126p1) in /home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit
19:35:48.546 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-2,5,main]: end measure timestamp resolution /home/jenkins (/dev/md126p1) in /home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit
19:35:48.546 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-2,5,main]: start measure minimal racy interval in /home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit
19:35:48.547 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.546000000, lastModified=2020-12-01 19:35:48.546107000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.548 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.546107000 to 2020-12-01 19:35:48.547107000
19:35:48.548 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.548000000, lastModified=2020-12-01 19:35:48.548107000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.549 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.548000000, lastModified=2020-12-01 19:35:48.548107000, delta=-107000 ns, racy<=2502500 ns
19:35:48.549 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.549 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.549000000, lastModified=2020-12-01 19:35:48.549107000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.549 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.549000000, lastModified=2020-12-01 19:35:48.549107000, delta=-107000 ns, racy<=2502500 ns
19:35:48.549 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.550 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.550000000, lastModified=2020-12-01 19:35:48.549107000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.550 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.549107000 to 2020-12-01 19:35:48.550107000
19:35:48.551 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.550000000, lastModified=2020-12-01 19:35:48.550107000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.552 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.550107000 to 2020-12-01 19:35:48.552107000
19:35:48.556 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.556000000, lastModified=2020-12-01 19:35:48.556107000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.556 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.556000000, lastModified=2020-12-01 19:35:48.556107000, delta=-107000 ns, racy<=2502500 ns
19:35:48.556 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.557 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.557000000, lastModified=2020-12-01 19:35:48.557107000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.558 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.557107000 to 2020-12-01 19:35:48.558107000
19:35:48.559 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.559000000, lastModified=2020-12-01 19:35:48.558107000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.560 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.558107000 to 2020-12-01 19:35:48.559107000
19:35:48.560 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.560000000, lastModified=2020-12-01 19:35:48.560107000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.562 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.560107000 to 2020-12-01 19:35:48.561107000
19:35:48.562 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.562000000, lastModified=2020-12-01 19:35:48.562107000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.563 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.562000000, lastModified=2020-12-01 19:35:48.562107000, delta=-107000 ns, racy<=2502500 ns
19:35:48.563 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.563 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.563000000, lastModified=2020-12-01 19:35:48.563107000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.564 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.563000000, lastModified=2020-12-01 19:35:48.563107000, delta=-107000 ns, racy<=2502500 ns
19:35:48.564 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.564 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.564000000, lastModified=2020-12-01 19:35:48.564107000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.565 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.564000000, lastModified=2020-12-01 19:35:48.564107000, delta=-107000 ns, racy<=2502500 ns
19:35:48.565 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.565 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.565000000, lastModified=2020-12-01 19:35:48.565107000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.567 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.565107000 to 2020-12-01 19:35:48.566107000
19:35:48.568 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.568000000, lastModified=2020-12-01 19:35:48.567107000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.570 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.567107000 to 2020-12-01 19:35:48.569107000
19:35:48.570 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.570000000, lastModified=2020-12-01 19:35:48.570107000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.571 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.570000000, lastModified=2020-12-01 19:35:48.570107000, delta=-107000 ns, racy<=2502500 ns
19:35:48.571 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.572 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.572000000, lastModified=2020-12-01 19:35:48.571107000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.587 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.571107000 to 2020-12-01 19:35:48.587107000
19:35:48.606 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.606000000, lastModified=2020-12-01 19:35:48.606106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.606 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.606000000, lastModified=2020-12-01 19:35:48.606106000, delta=-106000 ns, racy<=2502500 ns
19:35:48.606 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.607 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.607000000, lastModified=2020-12-01 19:35:48.606106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.607 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.606106000 to 2020-12-01 19:35:48.607106000
19:35:48.608 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.608000000, lastModified=2020-12-01 19:35:48.607106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.608 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.607106000 to 2020-12-01 19:35:48.608106000
19:35:48.609 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.609000000, lastModified=2020-12-01 19:35:48.608106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.609 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.608106000 to 2020-12-01 19:35:48.609106000
19:35:48.609 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.609000000, lastModified=2020-12-01 19:35:48.609106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.610 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.609000000, lastModified=2020-12-01 19:35:48.609106000, delta=-106000 ns, racy<=2502500 ns
19:35:48.610 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.610 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.610000000, lastModified=2020-12-01 19:35:48.610106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.611 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.610000000, lastModified=2020-12-01 19:35:48.610106000, delta=-106000 ns, racy<=2502500 ns
19:35:48.611 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.611 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.611000000, lastModified=2020-12-01 19:35:48.611106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.611 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.611000000, lastModified=2020-12-01 19:35:48.611106000, delta=-106000 ns, racy<=2502500 ns
19:35:48.612 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.612 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.612000000, lastModified=2020-12-01 19:35:48.611106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.612 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.611106000 to 2020-12-01 19:35:48.612106000
19:35:48.613 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.613000000, lastModified=2020-12-01 19:35:48.612106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.634 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.612106000 to 2020-12-01 19:35:48.633106000
19:35:48.639 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.639000000, lastModified=2020-12-01 19:35:48.639106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.640 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.639106000 to 2020-12-01 19:35:48.640106000
19:35:48.641 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.641000000, lastModified=2020-12-01 19:35:48.640106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.641 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.640106000 to 2020-12-01 19:35:48.641106000
19:35:48.642 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.641000000, lastModified=2020-12-01 19:35:48.641106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.643 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.641106000 to 2020-12-01 19:35:48.643106000
19:35:48.644 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.644000000, lastModified=2020-12-01 19:35:48.643106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.644 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.643106000 to 2020-12-01 19:35:48.644106000
19:35:48.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.644000000, lastModified=2020-12-01 19:35:48.644106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.644000000, lastModified=2020-12-01 19:35:48.644106000, delta=-106000 ns, racy<=2502500 ns
19:35:48.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.645000000, lastModified=2020-12-01 19:35:48.645106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.646 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.645000000, lastModified=2020-12-01 19:35:48.645106000, delta=-106000 ns, racy<=2502500 ns
19:35:48.646 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.646 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.646000000, lastModified=2020-12-01 19:35:48.646106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.647 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.646000000, lastModified=2020-12-01 19:35:48.646106000, delta=-106000 ns, racy<=2502500 ns
19:35:48.647 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.647 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.647000000, lastModified=2020-12-01 19:35:48.647106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.648 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.647000000, lastModified=2020-12-01 19:35:48.647106000, delta=-106000 ns, racy<=2502500 ns
19:35:48.648 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.648 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.648000000, lastModified=2020-12-01 19:35:48.648106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.650 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.648106000 to 2020-12-01 19:35:48.649106000
19:35:48.651 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.651000000, lastModified=2020-12-01 19:35:48.650106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.651 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.650106000 to 2020-12-01 19:35:48.651106000
19:35:48.651 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.651000000, lastModified=2020-12-01 19:35:48.651106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.652 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.651000000, lastModified=2020-12-01 19:35:48.651106000, delta=-106000 ns, racy<=2502500 ns
19:35:48.652 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.652 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.652000000, lastModified=2020-12-01 19:35:48.652106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.652 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.652000000, lastModified=2020-12-01 19:35:48.652106000, delta=-106000 ns, racy<=2502500 ns
19:35:48.652 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.653 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.653000000, lastModified=2020-12-01 19:35:48.652106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.653 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.652106000 to 2020-12-01 19:35:48.653106000
19:35:48.653 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.653000000, lastModified=2020-12-01 19:35:48.653106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.654 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.653000000, lastModified=2020-12-01 19:35:48.653106000, delta=-106000 ns, racy<=2502500 ns
19:35:48.654 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.654 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.654000000, lastModified=2020-12-01 19:35:48.654106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.654 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.654000000, lastModified=2020-12-01 19:35:48.654106000, delta=-106000 ns, racy<=2502500 ns
19:35:48.654 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.655 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.655000000, lastModified=2020-12-01 19:35:48.654106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.655 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.654106000 to 2020-12-01 19:35:48.655106000
19:35:48.656 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.656000000, lastModified=2020-12-01 19:35:48.656106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.657 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.656106000 to 2020-12-01 19:35:48.657106000
19:35:48.658 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.658000000, lastModified=2020-12-01 19:35:48.658106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.659 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.658106000 to 2020-12-01 19:35:48.659106000
19:35:48.660 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.660000000, lastModified=2020-12-01 19:35:48.659106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.660 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.660000000, lastModified=2020-12-01 19:35:48.659106000, delta=894000 ns, racy<=2502500 ns
19:35:48.660 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.660 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.660000000, lastModified=2020-12-01 19:35:48.660106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.661 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.660000000, lastModified=2020-12-01 19:35:48.660106000, delta=-106000 ns, racy<=2502500 ns
19:35:48.661 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.661 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.661000000, lastModified=2020-12-01 19:35:48.661106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.661 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.661000000, lastModified=2020-12-01 19:35:48.661106000, delta=-106000 ns, racy<=2502500 ns
19:35:48.661 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.662 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.662000000, lastModified=2020-12-01 19:35:48.661106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.662 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.661106000 to 2020-12-01 19:35:48.662106000
19:35:48.662 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.662000000, lastModified=2020-12-01 19:35:48.662106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.663 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.662000000, lastModified=2020-12-01 19:35:48.662106000, delta=-106000 ns, racy<=2502500 ns
19:35:48.663 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.663 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.663000000, lastModified=2020-12-01 19:35:48.663106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.663 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.663000000, lastModified=2020-12-01 19:35:48.663106000, delta=-106000 ns, racy<=2502500 ns
19:35:48.663 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.664 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.664000000, lastModified=2020-12-01 19:35:48.663106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.664 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.663106000 to 2020-12-01 19:35:48.664106000
19:35:48.664 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.664000000, lastModified=2020-12-01 19:35:48.664106000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.667 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.664106000 to 2020-12-01 19:35:48.666106000
19:35:48.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.706000000, lastModified=2020-12-01 19:35:48.706105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.707 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.706105000 to 2020-12-01 19:35:48.707105000
19:35:48.717 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.716000000, lastModified=2020-12-01 19:35:48.716105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.716105000 to 2020-12-01 19:35:48.718105000
19:35:48.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.719000000, lastModified=2020-12-01 19:35:48.718105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.718105000 to 2020-12-01 19:35:48.719105000
19:35:48.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.719000000, lastModified=2020-12-01 19:35:48.719105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.719000000, lastModified=2020-12-01 19:35:48.719105000, delta=-105000 ns, racy<=2502500 ns
19:35:48.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.721 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.721000000, lastModified=2020-12-01 19:35:48.721105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.723 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.721105000 to 2020-12-01 19:35:48.723105000
19:35:48.724 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.724000000, lastModified=2020-12-01 19:35:48.723105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.724 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.723105000 to 2020-12-01 19:35:48.724105000
19:35:48.726 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.726000000, lastModified=2020-12-01 19:35:48.726105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.726 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.726000000, lastModified=2020-12-01 19:35:48.726105000, delta=-105000 ns, racy<=2502500 ns
19:35:48.726 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.727 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.727000000, lastModified=2020-12-01 19:35:48.726105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.727 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.726105000 to 2020-12-01 19:35:48.727105000
19:35:48.728 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.728000000, lastModified=2020-12-01 19:35:48.727105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.728 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.728000000, lastModified=2020-12-01 19:35:48.727105000, delta=895000 ns, racy<=2502500 ns
19:35:48.728 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.728 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.728000000, lastModified=2020-12-01 19:35:48.728105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.731 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.728105000 to 2020-12-01 19:35:48.731105000
19:35:48.732 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.732000000, lastModified=2020-12-01 19:35:48.731105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.732 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.731105000 to 2020-12-01 19:35:48.732105000
19:35:48.734 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.734000000, lastModified=2020-12-01 19:35:48.734105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.735 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.734000000, lastModified=2020-12-01 19:35:48.734105000, delta=-105000 ns, racy<=2502500 ns
19:35:48.735 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.736 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.736000000, lastModified=2020-12-01 19:35:48.735105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.736 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.735105000 to 2020-12-01 19:35:48.736105000
19:35:48.739 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.739000000, lastModified=2020-12-01 19:35:48.738105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.740 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.738105000 to 2020-12-01 19:35:48.739105000
19:35:48.740 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.740000000, lastModified=2020-12-01 19:35:48.740105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.742 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.740105000 to 2020-12-01 19:35:48.741105000
19:35:48.744 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.744000000, lastModified=2020-12-01 19:35:48.743105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.744 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.743105000 to 2020-12-01 19:35:48.744105000
19:35:48.747 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.747000000, lastModified=2020-12-01 19:35:48.747105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.748 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.747105000 to 2020-12-01 19:35:48.748105000
19:35:48.750 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.749000000, lastModified=2020-12-01 19:35:48.749105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.752 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.749105000 to 2020-12-01 19:35:48.751105000
19:35:48.753 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.753000000, lastModified=2020-12-01 19:35:48.753105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.754 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.753105000 to 2020-12-01 19:35:48.754105000
19:35:48.755 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.755000000, lastModified=2020-12-01 19:35:48.755105000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.756 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.755105000 to 2020-12-01 19:35:48.756105000
19:35:48.758 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.758000000, lastModified=2020-12-01 19:35:48.758104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.759 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.758104000 to 2020-12-01 19:35:48.759104000
19:35:48.761 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.761000000, lastModified=2020-12-01 19:35:48.761104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.762 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.761000000, lastModified=2020-12-01 19:35:48.761104000, delta=-104000 ns, racy<=2502500 ns
19:35:48.762 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.762 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.762000000, lastModified=2020-12-01 19:35:48.762104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.763 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.762000000, lastModified=2020-12-01 19:35:48.762104000, delta=-104000 ns, racy<=2502500 ns
19:35:48.763 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.763 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.763000000, lastModified=2020-12-01 19:35:48.763104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.764 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.763000000, lastModified=2020-12-01 19:35:48.763104000, delta=-104000 ns, racy<=2502500 ns
19:35:48.764 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.764 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.764000000, lastModified=2020-12-01 19:35:48.764104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.764 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.764000000, lastModified=2020-12-01 19:35:48.764104000, delta=-104000 ns, racy<=2502500 ns
19:35:48.764 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.765 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.765000000, lastModified=2020-12-01 19:35:48.764104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.765 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.764104000 to 2020-12-01 19:35:48.765104000
19:35:48.766 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.766000000, lastModified=2020-12-01 19:35:48.765104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.766 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.765104000 to 2020-12-01 19:35:48.766104000
19:35:48.766 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.766000000, lastModified=2020-12-01 19:35:48.766104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.767 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.766104000 to 2020-12-01 19:35:48.767104000
19:35:48.768 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.768000000, lastModified=2020-12-01 19:35:48.768104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.769 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.768000000, lastModified=2020-12-01 19:35:48.768104000, delta=-104000 ns, racy<=2502500 ns
19:35:48.769 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.769 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.769000000, lastModified=2020-12-01 19:35:48.769104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.771 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.769104000 to 2020-12-01 19:35:48.771104000
19:35:48.772 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.772000000, lastModified=2020-12-01 19:35:48.772104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.772 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.772000000, lastModified=2020-12-01 19:35:48.772104000, delta=-104000 ns, racy<=2502500 ns
19:35:48.772 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.773 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.773000000, lastModified=2020-12-01 19:35:48.772104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.779 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.772104000 to 2020-12-01 19:35:48.779104000
19:35:48.781 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.781000000, lastModified=2020-12-01 19:35:48.780104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.781 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.781000000, lastModified=2020-12-01 19:35:48.780104000, delta=896000 ns, racy<=2502500 ns
19:35:48.781 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.806 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.806000000, lastModified=2020-12-01 19:35:48.806104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.807 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.806000000, lastModified=2020-12-01 19:35:48.806104000, delta=-104000 ns, racy<=2502500 ns
19:35:48.807 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.807 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.807000000, lastModified=2020-12-01 19:35:48.807104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.807 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.807000000, lastModified=2020-12-01 19:35:48.807104000, delta=-104000 ns, racy<=2502500 ns
19:35:48.807 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.808 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.808000000, lastModified=2020-12-01 19:35:48.807104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.808 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.807104000 to 2020-12-01 19:35:48.808104000
19:35:48.808 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.808000000, lastModified=2020-12-01 19:35:48.808104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.809 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.808000000, lastModified=2020-12-01 19:35:48.808104000, delta=-104000 ns, racy<=2502500 ns
19:35:48.809 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.814 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.814000000, lastModified=2020-12-01 19:35:48.813104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.814 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.813104000 to 2020-12-01 19:35:48.814104000
19:35:48.814 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.814000000, lastModified=2020-12-01 19:35:48.814104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.815 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.814000000, lastModified=2020-12-01 19:35:48.814104000, delta=-104000 ns, racy<=2502500 ns
19:35:48.815 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.815 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.815000000, lastModified=2020-12-01 19:35:48.815104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.815 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.815000000, lastModified=2020-12-01 19:35:48.815104000, delta=-104000 ns, racy<=2502500 ns
19:35:48.816 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.816 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.816000000, lastModified=2020-12-01 19:35:48.815104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.816 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.815104000 to 2020-12-01 19:35:48.816104000
19:35:48.817 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.817000000, lastModified=2020-12-01 19:35:48.816104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.820 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.816104000 to 2020-12-01 19:35:48.820104000
19:35:48.821 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.821000000, lastModified=2020-12-01 19:35:48.821104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.822 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.821000000, lastModified=2020-12-01 19:35:48.821104000, delta=-104000 ns, racy<=2502500 ns
19:35:48.822 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.822 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.822000000, lastModified=2020-12-01 19:35:48.822104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.822 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.822000000, lastModified=2020-12-01 19:35:48.822104000, delta=-104000 ns, racy<=2502500 ns
19:35:48.822 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.823 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.823000000, lastModified=2020-12-01 19:35:48.823104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.824 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.823104000 to 2020-12-01 19:35:48.824104000
19:35:48.825 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.825000000, lastModified=2020-12-01 19:35:48.824104000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.837 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.824104000 to 2020-12-01 19:35:48.837103000
19:35:48.839 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.839000000, lastModified=2020-12-01 19:35:48.839103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.839 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.839000000, lastModified=2020-12-01 19:35:48.839103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.839 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.840 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.840000000, lastModified=2020-12-01 19:35:48.839103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.840 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.839103000 to 2020-12-01 19:35:48.840103000
19:35:48.840 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.840000000, lastModified=2020-12-01 19:35:48.840103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.840 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.840000000, lastModified=2020-12-01 19:35:48.840103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.841 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.841 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.841000000, lastModified=2020-12-01 19:35:48.840103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.841 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.840103000 to 2020-12-01 19:35:48.841103000
19:35:48.841 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.841000000, lastModified=2020-12-01 19:35:48.841103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.841000000, lastModified=2020-12-01 19:35:48.841103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.842000000, lastModified=2020-12-01 19:35:48.841103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.841103000 to 2020-12-01 19:35:48.842103000
19:35:48.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.842000000, lastModified=2020-12-01 19:35:48.842103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.842000000, lastModified=2020-12-01 19:35:48.842103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.843 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.843000000, lastModified=2020-12-01 19:35:48.842103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.843 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.843000000, lastModified=2020-12-01 19:35:48.842103000, delta=897000 ns, racy<=2502500 ns
19:35:48.843 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.843 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.843000000, lastModified=2020-12-01 19:35:48.843103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.843 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.843000000, lastModified=2020-12-01 19:35:48.843103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.843 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.844000000, lastModified=2020-12-01 19:35:48.843103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.844000000, lastModified=2020-12-01 19:35:48.843103000, delta=897000 ns, racy<=2502500 ns
19:35:48.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.844000000, lastModified=2020-12-01 19:35:48.844103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.844000000, lastModified=2020-12-01 19:35:48.844103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.845 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.845000000, lastModified=2020-12-01 19:35:48.844103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.845 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.845000000, lastModified=2020-12-01 19:35:48.844103000, delta=897000 ns, racy<=2502500 ns
19:35:48.845 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.845 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.845000000, lastModified=2020-12-01 19:35:48.845103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.845 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.845000000, lastModified=2020-12-01 19:35:48.845103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.845 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.846000000, lastModified=2020-12-01 19:35:48.845103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.846000000, lastModified=2020-12-01 19:35:48.845103000, delta=897000 ns, racy<=2502500 ns
19:35:48.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.846000000, lastModified=2020-12-01 19:35:48.846103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.846000000, lastModified=2020-12-01 19:35:48.846103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.847 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.846000000, lastModified=2020-12-01 19:35:48.846103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.847 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.846000000, lastModified=2020-12-01 19:35:48.846103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.847 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.847 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.847000000, lastModified=2020-12-01 19:35:48.847103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.847 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.847000000, lastModified=2020-12-01 19:35:48.847103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.847 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.847000000, lastModified=2020-12-01 19:35:48.847103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.847000000, lastModified=2020-12-01 19:35:48.847103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.848000000, lastModified=2020-12-01 19:35:48.848103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.848000000, lastModified=2020-12-01 19:35:48.848103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.849 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.849000000, lastModified=2020-12-01 19:35:48.848103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.849 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.849000000, lastModified=2020-12-01 19:35:48.848103000, delta=897000 ns, racy<=2502500 ns
19:35:48.849 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.849 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.849000000, lastModified=2020-12-01 19:35:48.849103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.849 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.849000000, lastModified=2020-12-01 19:35:48.849103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.849 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.850 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.850000000, lastModified=2020-12-01 19:35:48.849103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.850 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.850000000, lastModified=2020-12-01 19:35:48.849103000, delta=897000 ns, racy<=2502500 ns
19:35:48.850 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.850 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.850000000, lastModified=2020-12-01 19:35:48.850103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.850 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.850000000, lastModified=2020-12-01 19:35:48.850103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.850 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.851 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.851000000, lastModified=2020-12-01 19:35:48.850103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.851 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.851000000, lastModified=2020-12-01 19:35:48.850103000, delta=897000 ns, racy<=2502500 ns
19:35:48.851 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.851 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.851000000, lastModified=2020-12-01 19:35:48.851103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.851 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.851000000, lastModified=2020-12-01 19:35:48.851103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.851 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.852 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.851000000, lastModified=2020-12-01 19:35:48.851103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.852 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.851000000, lastModified=2020-12-01 19:35:48.851103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.852 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.852 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.852000000, lastModified=2020-12-01 19:35:48.852103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.852 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.852000000, lastModified=2020-12-01 19:35:48.852103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.852 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.853 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.852000000, lastModified=2020-12-01 19:35:48.852103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.853 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.852000000, lastModified=2020-12-01 19:35:48.852103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.853 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.853 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.853000000, lastModified=2020-12-01 19:35:48.853103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.853 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.853000000, lastModified=2020-12-01 19:35:48.853103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.853 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.854 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.853000000, lastModified=2020-12-01 19:35:48.853103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.854 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.853000000, lastModified=2020-12-01 19:35:48.853103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.854 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.854 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.854000000, lastModified=2020-12-01 19:35:48.854103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.854 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.854000000, lastModified=2020-12-01 19:35:48.854103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.854 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.854 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.854000000, lastModified=2020-12-01 19:35:48.854103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.855 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.854000000, lastModified=2020-12-01 19:35:48.854103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.855 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.855 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.855000000, lastModified=2020-12-01 19:35:48.855103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.855 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.855000000, lastModified=2020-12-01 19:35:48.855103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.855 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.855 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.855000000, lastModified=2020-12-01 19:35:48.855103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.856 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.855000000, lastModified=2020-12-01 19:35:48.855103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.856 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.856 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.856000000, lastModified=2020-12-01 19:35:48.855103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.856 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.855103000 to 2020-12-01 19:35:48.856103000
19:35:48.856 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.856000000, lastModified=2020-12-01 19:35:48.856103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.857 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.856000000, lastModified=2020-12-01 19:35:48.856103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.857 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.857 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.857000000, lastModified=2020-12-01 19:35:48.856103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.857 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.856103000 to 2020-12-01 19:35:48.857103000
19:35:48.857 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.857000000, lastModified=2020-12-01 19:35:48.857103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.858 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.857000000, lastModified=2020-12-01 19:35:48.857103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.858 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.858 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.858000000, lastModified=2020-12-01 19:35:48.857103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.858 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.857103000 to 2020-12-01 19:35:48.858103000
19:35:48.858 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.858000000, lastModified=2020-12-01 19:35:48.858103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.859 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.858000000, lastModified=2020-12-01 19:35:48.858103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.859 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.859 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.859000000, lastModified=2020-12-01 19:35:48.858103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.859 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.858103000 to 2020-12-01 19:35:48.859103000
19:35:48.859 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.859000000, lastModified=2020-12-01 19:35:48.859103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.860 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.859000000, lastModified=2020-12-01 19:35:48.859103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.860 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.860 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.860000000, lastModified=2020-12-01 19:35:48.859103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.860 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.859103000 to 2020-12-01 19:35:48.860103000
19:35:48.860 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.860000000, lastModified=2020-12-01 19:35:48.860103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.861 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.860000000, lastModified=2020-12-01 19:35:48.860103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.861 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.861 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.861000000, lastModified=2020-12-01 19:35:48.860103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.861 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.860103000 to 2020-12-01 19:35:48.861103000
19:35:48.861 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.861000000, lastModified=2020-12-01 19:35:48.861103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.861 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.861000000, lastModified=2020-12-01 19:35:48.861103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.861 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.862 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.862000000, lastModified=2020-12-01 19:35:48.861103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.862 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.862000000, lastModified=2020-12-01 19:35:48.861103000, delta=897000 ns, racy<=2502500 ns
19:35:48.862 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.862 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.862000000, lastModified=2020-12-01 19:35:48.862103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.862 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.862000000, lastModified=2020-12-01 19:35:48.862103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.862 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.862 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.862000000, lastModified=2020-12-01 19:35:48.862103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.863 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.862000000, lastModified=2020-12-01 19:35:48.862103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.863 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.863 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.863000000, lastModified=2020-12-01 19:35:48.862103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.863 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.863000000, lastModified=2020-12-01 19:35:48.862103000, delta=897000 ns, racy<=2502500 ns
19:35:48.863 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.863 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.863000000, lastModified=2020-12-01 19:35:48.863103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.863 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.863000000, lastModified=2020-12-01 19:35:48.863103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.863 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.863 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.863000000, lastModified=2020-12-01 19:35:48.863103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.863 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.863000000, lastModified=2020-12-01 19:35:48.863103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.864 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.864 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.864000000, lastModified=2020-12-01 19:35:48.863103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.864 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.864000000, lastModified=2020-12-01 19:35:48.863103000, delta=897000 ns, racy<=2502500 ns
19:35:48.864 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.864 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.864000000, lastModified=2020-12-01 19:35:48.864103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.864 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.864000000, lastModified=2020-12-01 19:35:48.864103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.864 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.864 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.864000000, lastModified=2020-12-01 19:35:48.864103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.864 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.864000000, lastModified=2020-12-01 19:35:48.864103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.864 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.865 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.865000000, lastModified=2020-12-01 19:35:48.864103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.865 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.865000000, lastModified=2020-12-01 19:35:48.864103000, delta=897000 ns, racy<=2502500 ns
19:35:48.865 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.865 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.865000000, lastModified=2020-12-01 19:35:48.864103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.865 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.864103000 to 2020-12-01 19:35:48.865103000
19:35:48.865 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.865000000, lastModified=2020-12-01 19:35:48.865103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.865 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.865000000, lastModified=2020-12-01 19:35:48.865103000, delta=-103000 ns, racy<=2502500 ns
19:35:48.865 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.867 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.867000000, lastModified=2020-12-01 19:35:48.866103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.867 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.866103000 to 2020-12-01 19:35:48.867103000
19:35:48.868 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.868000000, lastModified=2020-12-01 19:35:48.867103000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.906 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.867103000 to 2020-12-01 19:35:48.906103000
19:35:48.911 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.911000000, lastModified=2020-12-01 19:35:48.910102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.910102000 to 2020-12-01 19:35:48.915102000
19:35:48.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.915000000, lastModified=2020-12-01 19:35:48.915102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.915102000 to 2020-12-01 19:35:48.917102000
19:35:48.918 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.918000000, lastModified=2020-12-01 19:35:48.917102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.918 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.917102000 to 2020-12-01 19:35:48.918102000
19:35:48.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.919000000, lastModified=2020-12-01 19:35:48.918102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.918102000 to 2020-12-01 19:35:48.919102000
19:35:48.923 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.923000000, lastModified=2020-12-01 19:35:48.923102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.924 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.923102000 to 2020-12-01 19:35:48.924102000
19:35:48.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.925000000, lastModified=2020-12-01 19:35:48.924102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.924102000 to 2020-12-01 19:35:48.925102000
19:35:48.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.925000000, lastModified=2020-12-01 19:35:48.925102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.925000000, lastModified=2020-12-01 19:35:48.925102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.926000000, lastModified=2020-12-01 19:35:48.926102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.926000000, lastModified=2020-12-01 19:35:48.926102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.927000000, lastModified=2020-12-01 19:35:48.926102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.926102000 to 2020-12-01 19:35:48.927102000
19:35:48.928 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.928000000, lastModified=2020-12-01 19:35:48.927102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.929 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.927102000 to 2020-12-01 19:35:48.929102000
19:35:48.938 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.938000000, lastModified=2020-12-01 19:35:48.937102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.938 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.937102000 to 2020-12-01 19:35:48.938102000
19:35:48.939 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.939000000, lastModified=2020-12-01 19:35:48.938102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.939 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.938102000 to 2020-12-01 19:35:48.939102000
19:35:48.940 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.939000000, lastModified=2020-12-01 19:35:48.939102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.940 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.939000000, lastModified=2020-12-01 19:35:48.939102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.940 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.940 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.940000000, lastModified=2020-12-01 19:35:48.940102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.941 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.940000000, lastModified=2020-12-01 19:35:48.940102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.941 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.941 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.941000000, lastModified=2020-12-01 19:35:48.941102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.942 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.941000000, lastModified=2020-12-01 19:35:48.941102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.942 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.942 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.942000000, lastModified=2020-12-01 19:35:48.941102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.942 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.941102000 to 2020-12-01 19:35:48.942102000
19:35:48.943 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.943000000, lastModified=2020-12-01 19:35:48.943102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.943 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.943000000, lastModified=2020-12-01 19:35:48.943102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.943 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.944 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.944000000, lastModified=2020-12-01 19:35:48.943102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.945 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.943102000 to 2020-12-01 19:35:48.945102000
19:35:48.945 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.945000000, lastModified=2020-12-01 19:35:48.945102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.946 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.945000000, lastModified=2020-12-01 19:35:48.945102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.946 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.947 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.947000000, lastModified=2020-12-01 19:35:48.947102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.949 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.947102000 to 2020-12-01 19:35:48.948102000
19:35:48.949 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.949000000, lastModified=2020-12-01 19:35:48.949102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.949 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.949000000, lastModified=2020-12-01 19:35:48.949102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.949 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.950 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.950000000, lastModified=2020-12-01 19:35:48.949102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.950 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.949102000 to 2020-12-01 19:35:48.950102000
19:35:48.955 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.955000000, lastModified=2020-12-01 19:35:48.955102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.958 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.955102000 to 2020-12-01 19:35:48.957102000
19:35:48.958 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.958000000, lastModified=2020-12-01 19:35:48.957102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.958 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.958000000, lastModified=2020-12-01 19:35:48.957102000, delta=898000 ns, racy<=2502500 ns
19:35:48.958 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.958 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.958000000, lastModified=2020-12-01 19:35:48.958102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.958 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.958000000, lastModified=2020-12-01 19:35:48.958102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.958 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.958 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.958000000, lastModified=2020-12-01 19:35:48.958102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.958 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.958000000, lastModified=2020-12-01 19:35:48.958102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.958 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.959 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.959000000, lastModified=2020-12-01 19:35:48.958102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.959 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.959000000, lastModified=2020-12-01 19:35:48.958102000, delta=898000 ns, racy<=2502500 ns
19:35:48.959 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.959 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.959000000, lastModified=2020-12-01 19:35:48.959102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.959 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.959000000, lastModified=2020-12-01 19:35:48.959102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.959 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.959 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.959000000, lastModified=2020-12-01 19:35:48.959102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.959 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.959000000, lastModified=2020-12-01 19:35:48.959102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.959 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.960 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.959000000, lastModified=2020-12-01 19:35:48.959102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.960 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.959000000, lastModified=2020-12-01 19:35:48.959102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.960 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.960 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.960000000, lastModified=2020-12-01 19:35:48.959102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.960 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.959102000 to 2020-12-01 19:35:48.960102000
19:35:48.960 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.960000000, lastModified=2020-12-01 19:35:48.960102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.960 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.960000000, lastModified=2020-12-01 19:35:48.960102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.960 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.960 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.960000000, lastModified=2020-12-01 19:35:48.960102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.960000000, lastModified=2020-12-01 19:35:48.960102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.961000000, lastModified=2020-12-01 19:35:48.960102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.961000000, lastModified=2020-12-01 19:35:48.960102000, delta=898000 ns, racy<=2502500 ns
19:35:48.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.961000000, lastModified=2020-12-01 19:35:48.961102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.961000000, lastModified=2020-12-01 19:35:48.961102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.961000000, lastModified=2020-12-01 19:35:48.961102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.962 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.961000000, lastModified=2020-12-01 19:35:48.961102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.962 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.962 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.962000000, lastModified=2020-12-01 19:35:48.961102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.962 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.961102000 to 2020-12-01 19:35:48.962102000
19:35:48.962 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.962000000, lastModified=2020-12-01 19:35:48.962102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.962 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.962000000, lastModified=2020-12-01 19:35:48.962102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.962 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.963 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.963000000, lastModified=2020-12-01 19:35:48.962102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.963 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.963000000, lastModified=2020-12-01 19:35:48.962102000, delta=898000 ns, racy<=2502500 ns
19:35:48.963 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.963 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.963000000, lastModified=2020-12-01 19:35:48.963102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.963 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.963000000, lastModified=2020-12-01 19:35:48.963102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.963 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.963 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.963000000, lastModified=2020-12-01 19:35:48.963102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.963 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.963000000, lastModified=2020-12-01 19:35:48.963102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.963 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.963000000, lastModified=2020-12-01 19:35:48.963102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.963000000, lastModified=2020-12-01 19:35:48.963102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.964000000, lastModified=2020-12-01 19:35:48.963102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.963102000 to 2020-12-01 19:35:48.964102000
19:35:48.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.964000000, lastModified=2020-12-01 19:35:48.964102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.964000000, lastModified=2020-12-01 19:35:48.964102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.964000000, lastModified=2020-12-01 19:35:48.964102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.964000000, lastModified=2020-12-01 19:35:48.964102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.965000000, lastModified=2020-12-01 19:35:48.964102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.965000000, lastModified=2020-12-01 19:35:48.964102000, delta=898000 ns, racy<=2502500 ns
19:35:48.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.965000000, lastModified=2020-12-01 19:35:48.965102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.965000000, lastModified=2020-12-01 19:35:48.965102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.965000000, lastModified=2020-12-01 19:35:48.965102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.965000000, lastModified=2020-12-01 19:35:48.965102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.966 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.966000000, lastModified=2020-12-01 19:35:48.965102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.966 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.966000000, lastModified=2020-12-01 19:35:48.965102000, delta=898000 ns, racy<=2502500 ns
19:35:48.966 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.966 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.966000000, lastModified=2020-12-01 19:35:48.965102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.966 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.965102000 to 2020-12-01 19:35:48.966102000
19:35:48.966 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.966000000, lastModified=2020-12-01 19:35:48.966102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.966 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.966000000, lastModified=2020-12-01 19:35:48.966102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.966 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.966 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.966000000, lastModified=2020-12-01 19:35:48.966102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.967 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.966000000, lastModified=2020-12-01 19:35:48.966102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.967 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.967 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.967000000, lastModified=2020-12-01 19:35:48.966102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.967 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.966102000 to 2020-12-01 19:35:48.967102000
19:35:48.967 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.967000000, lastModified=2020-12-01 19:35:48.967102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.967 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.967000000, lastModified=2020-12-01 19:35:48.967102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.967 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.967 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.967000000, lastModified=2020-12-01 19:35:48.967102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.967000000, lastModified=2020-12-01 19:35:48.967102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.968000000, lastModified=2020-12-01 19:35:48.967102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.968000000, lastModified=2020-12-01 19:35:48.967102000, delta=898000 ns, racy<=2502500 ns
19:35:48.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.968000000, lastModified=2020-12-01 19:35:48.968102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.968000000, lastModified=2020-12-01 19:35:48.968102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.968000000, lastModified=2020-12-01 19:35:48.968102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.968000000, lastModified=2020-12-01 19:35:48.968102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.969 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.969000000, lastModified=2020-12-01 19:35:48.968102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.969 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.969000000, lastModified=2020-12-01 19:35:48.968102000, delta=898000 ns, racy<=2502500 ns
19:35:48.969 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.969 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.969000000, lastModified=2020-12-01 19:35:48.968102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.969 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.968102000 to 2020-12-01 19:35:48.969102000
19:35:48.969 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.969000000, lastModified=2020-12-01 19:35:48.969102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.969 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.969000000, lastModified=2020-12-01 19:35:48.969102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.969 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.969 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.969000000, lastModified=2020-12-01 19:35:48.969102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.970 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.969000000, lastModified=2020-12-01 19:35:48.969102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.970 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.970 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.970000000, lastModified=2020-12-01 19:35:48.969102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.970 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.970000000, lastModified=2020-12-01 19:35:48.969102000, delta=898000 ns, racy<=2502500 ns
19:35:48.970 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.970 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.970000000, lastModified=2020-12-01 19:35:48.970102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.970 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.970000000, lastModified=2020-12-01 19:35:48.970102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.970 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.971 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.971000000, lastModified=2020-12-01 19:35:48.970102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.971 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.971000000, lastModified=2020-12-01 19:35:48.970102000, delta=898000 ns, racy<=2502500 ns
19:35:48.971 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.971 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.971000000, lastModified=2020-12-01 19:35:48.971102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.971 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.971000000, lastModified=2020-12-01 19:35:48.971102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.971 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.972 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.972000000, lastModified=2020-12-01 19:35:48.971102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.972 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.971102000 to 2020-12-01 19:35:48.972102000
19:35:48.972 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.972000000, lastModified=2020-12-01 19:35:48.972102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.972 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.972000000, lastModified=2020-12-01 19:35:48.972102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.972 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.973 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.973000000, lastModified=2020-12-01 19:35:48.972102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.973 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.973000000, lastModified=2020-12-01 19:35:48.972102000, delta=898000 ns, racy<=2502500 ns
19:35:48.973 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.973 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.973000000, lastModified=2020-12-01 19:35:48.973102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.973 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.973000000, lastModified=2020-12-01 19:35:48.973102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.973 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.974 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.973000000, lastModified=2020-12-01 19:35:48.973102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.974 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.973000000, lastModified=2020-12-01 19:35:48.973102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.974 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.974 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.974000000, lastModified=2020-12-01 19:35:48.974102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.974 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.974000000, lastModified=2020-12-01 19:35:48.974102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.974 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.974 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.974000000, lastModified=2020-12-01 19:35:48.974102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.975 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.974000000, lastModified=2020-12-01 19:35:48.974102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.975 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.975 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.975000000, lastModified=2020-12-01 19:35:48.975102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.975 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.975000000, lastModified=2020-12-01 19:35:48.975102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.975 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.975 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.975000000, lastModified=2020-12-01 19:35:48.975102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.976 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.975000000, lastModified=2020-12-01 19:35:48.975102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.976 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.976 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.976000000, lastModified=2020-12-01 19:35:48.976102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.976 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.976000000, lastModified=2020-12-01 19:35:48.976102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.976 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.976 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.976000000, lastModified=2020-12-01 19:35:48.976102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.977 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.976000000, lastModified=2020-12-01 19:35:48.976102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.977 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.977 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.977000000, lastModified=2020-12-01 19:35:48.976102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.977 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.976102000 to 2020-12-01 19:35:48.977102000
19:35:48.977 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.977000000, lastModified=2020-12-01 19:35:48.977102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.978 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.977000000, lastModified=2020-12-01 19:35:48.977102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.978 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.978 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.978000000, lastModified=2020-12-01 19:35:48.977102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.978 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.977102000 to 2020-12-01 19:35:48.978102000
19:35:48.978 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.978000000, lastModified=2020-12-01 19:35:48.978102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.979 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.978000000, lastModified=2020-12-01 19:35:48.978102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.979 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.979 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.979000000, lastModified=2020-12-01 19:35:48.979102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.979 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.979000000, lastModified=2020-12-01 19:35:48.979102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.979 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.980 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.979000000, lastModified=2020-12-01 19:35:48.979102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.980 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.979000000, lastModified=2020-12-01 19:35:48.979102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.980 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.980 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.980000000, lastModified=2020-12-01 19:35:48.980102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.980 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.980000000, lastModified=2020-12-01 19:35:48.980102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.980 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.981 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.980000000, lastModified=2020-12-01 19:35:48.980102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.981 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.980000000, lastModified=2020-12-01 19:35:48.980102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.981 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.981 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.981000000, lastModified=2020-12-01 19:35:48.981102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.981 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.981000000, lastModified=2020-12-01 19:35:48.981102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.981 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.982 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.981000000, lastModified=2020-12-01 19:35:48.981102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.982 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.981000000, lastModified=2020-12-01 19:35:48.981102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.982 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.982 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.982000000, lastModified=2020-12-01 19:35:48.982102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.982 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.982000000, lastModified=2020-12-01 19:35:48.982102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.982 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.983 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.982000000, lastModified=2020-12-01 19:35:48.982102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.983 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.982000000, lastModified=2020-12-01 19:35:48.982102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.983 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.983 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.983000000, lastModified=2020-12-01 19:35:48.983102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.983 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.983000000, lastModified=2020-12-01 19:35:48.983102000, delta=-102000 ns, racy<=2502500 ns
19:35:48.983 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.984 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.984000000, lastModified=2020-12-01 19:35:48.983102000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.984 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.984000000, lastModified=2020-12-01 19:35:48.983102000, delta=898000 ns, racy<=2502500 ns
19:35:48.984 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.984 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.984000000, lastModified=2020-12-01 19:35:48.984101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.984 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.984000000, lastModified=2020-12-01 19:35:48.984101000, delta=-101000 ns, racy<=2502500 ns
19:35:48.984 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.985 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.984000000, lastModified=2020-12-01 19:35:48.984101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.985 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.984000000, lastModified=2020-12-01 19:35:48.984101000, delta=-101000 ns, racy<=2502500 ns
19:35:48.985 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.985 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.985000000, lastModified=2020-12-01 19:35:48.985101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.985 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.985000000, lastModified=2020-12-01 19:35:48.985101000, delta=-101000 ns, racy<=2502500 ns
19:35:48.985 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.985 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.985000000, lastModified=2020-12-01 19:35:48.985101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.986 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.985000000, lastModified=2020-12-01 19:35:48.985101000, delta=-101000 ns, racy<=2502500 ns
19:35:48.986 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.986 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.986000000, lastModified=2020-12-01 19:35:48.985101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.986 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.985101000 to 2020-12-01 19:35:48.986101000
19:35:48.986 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.986000000, lastModified=2020-12-01 19:35:48.986101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.986 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.986000000, lastModified=2020-12-01 19:35:48.986101000, delta=-101000 ns, racy<=2502500 ns
19:35:48.986 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.986 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.986000000, lastModified=2020-12-01 19:35:48.986101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.987 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.986000000, lastModified=2020-12-01 19:35:48.986101000, delta=-101000 ns, racy<=2502500 ns
19:35:48.987 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.987 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.987000000, lastModified=2020-12-01 19:35:48.986101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.987 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.987000000, lastModified=2020-12-01 19:35:48.986101000, delta=899000 ns, racy<=2502500 ns
19:35:48.987 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.987 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.987000000, lastModified=2020-12-01 19:35:48.987101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.987 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.987000000, lastModified=2020-12-01 19:35:48.987101000, delta=-101000 ns, racy<=2502500 ns
19:35:48.987 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.987 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.987000000, lastModified=2020-12-01 19:35:48.987101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.988 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.987000000, lastModified=2020-12-01 19:35:48.987101000, delta=-101000 ns, racy<=2502500 ns
19:35:48.988 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.988 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.988000000, lastModified=2020-12-01 19:35:48.987101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.988 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.987101000 to 2020-12-01 19:35:48.988101000
19:35:48.988 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.988000000, lastModified=2020-12-01 19:35:48.988101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.989 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.988000000, lastModified=2020-12-01 19:35:48.988101000, delta=-101000 ns, racy<=2502500 ns
19:35:48.989 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.989 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.989000000, lastModified=2020-12-01 19:35:48.988101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.989 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.988101000 to 2020-12-01 19:35:48.989101000
19:35:48.989 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.989000000, lastModified=2020-12-01 19:35:48.989101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.990 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.989000000, lastModified=2020-12-01 19:35:48.989101000, delta=-101000 ns, racy<=2502500 ns
19:35:48.990 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.990 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.990000000, lastModified=2020-12-01 19:35:48.989101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.990 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.989101000 to 2020-12-01 19:35:48.990101000
19:35:48.990 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.990000000, lastModified=2020-12-01 19:35:48.990101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.991 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.990000000, lastModified=2020-12-01 19:35:48.990101000, delta=-101000 ns, racy<=2502500 ns
19:35:48.991 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.991 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.991000000, lastModified=2020-12-01 19:35:48.990101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.991 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.990101000 to 2020-12-01 19:35:48.991101000
19:35:48.991 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.991000000, lastModified=2020-12-01 19:35:48.991101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.992 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.991000000, lastModified=2020-12-01 19:35:48.991101000, delta=-101000 ns, racy<=2502500 ns
19:35:48.992 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.992 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.992000000, lastModified=2020-12-01 19:35:48.991101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.992 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.991101000 to 2020-12-01 19:35:48.992101000
19:35:48.992 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.992000000, lastModified=2020-12-01 19:35:48.992101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.993 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.992000000, lastModified=2020-12-01 19:35:48.992101000, delta=-101000 ns, racy<=2502500 ns
19:35:48.993 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.993 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.993000000, lastModified=2020-12-01 19:35:48.992101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.993 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.992101000 to 2020-12-01 19:35:48.993101000
19:35:48.993 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.993000000, lastModified=2020-12-01 19:35:48.993101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.994 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.993000000, lastModified=2020-12-01 19:35:48.993101000, delta=-101000 ns, racy<=2502500 ns
19:35:48.994 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.994 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.994000000, lastModified=2020-12-01 19:35:48.993101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.994 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.993101000 to 2020-12-01 19:35:48.994101000
19:35:48.994 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.994000000, lastModified=2020-12-01 19:35:48.994101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.995 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.994000000, lastModified=2020-12-01 19:35:48.994101000, delta=-101000 ns, racy<=2502500 ns
19:35:48.995 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.995 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.995000000, lastModified=2020-12-01 19:35:48.994101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.995 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.994101000 to 2020-12-01 19:35:48.995101000
19:35:48.995 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.995000000, lastModified=2020-12-01 19:35:48.995101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.996 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.995000000, lastModified=2020-12-01 19:35:48.995101000, delta=-101000 ns, racy<=2502500 ns
19:35:48.996 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.996 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.996000000, lastModified=2020-12-01 19:35:48.995101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.996 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.995101000 to 2020-12-01 19:35:48.996101000
19:35:48.996 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.996000000, lastModified=2020-12-01 19:35:48.996101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.997 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.996000000, lastModified=2020-12-01 19:35:48.996101000, delta=-101000 ns, racy<=2502500 ns
19:35:48.997 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.997 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.997000000, lastModified=2020-12-01 19:35:48.996101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.997 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.996101000 to 2020-12-01 19:35:48.997101000
19:35:48.998 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.998000000, lastModified=2020-12-01 19:35:48.997101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.998 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.998000000, lastModified=2020-12-01 19:35:48.997101000, delta=899000 ns, racy<=2502500 ns
19:35:48.998 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.998 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.998000000, lastModified=2020-12-01 19:35:48.998101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.998 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.998000000, lastModified=2020-12-01 19:35:48.998101000, delta=-101000 ns, racy<=2502500 ns
19:35:48.998 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.999 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.999000000, lastModified=2020-12-01 19:35:48.998101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.999 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.999000000, lastModified=2020-12-01 19:35:48.998101000, delta=899000 ns, racy<=2502500 ns
19:35:48.999 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.999 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.999000000, lastModified=2020-12-01 19:35:48.999101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:48.999 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.999000000, lastModified=2020-12-01 19:35:48.999101000, delta=-101000 ns, racy<=2502500 ns
19:35:48.999 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:48.999 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:48.999000000, lastModified=2020-12-01 19:35:48.999101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.000 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:48.999000000, lastModified=2020-12-01 19:35:48.999101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.000 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.000 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.000000000, lastModified=2020-12-01 19:35:48.999101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.000 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:48.999101000 to 2020-12-01 19:35:49.000101000
19:35:49.000 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.000000000, lastModified=2020-12-01 19:35:49.000101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.000 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.000000000, lastModified=2020-12-01 19:35:49.000101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.000 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.000 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.000000000, lastModified=2020-12-01 19:35:49.000101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.001 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.000000000, lastModified=2020-12-01 19:35:49.000101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.001 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.001 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.001000000, lastModified=2020-12-01 19:35:49.000101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.001 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.000101000 to 2020-12-01 19:35:49.001101000
19:35:49.001 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.001000000, lastModified=2020-12-01 19:35:49.001101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.001 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.001000000, lastModified=2020-12-01 19:35:49.001101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.002 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.002 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.002000000, lastModified=2020-12-01 19:35:49.001101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.002 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.002000000, lastModified=2020-12-01 19:35:49.001101000, delta=899000 ns, racy<=2502500 ns
19:35:49.002 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.002 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.002000000, lastModified=2020-12-01 19:35:49.002101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.002 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.002000000, lastModified=2020-12-01 19:35:49.002101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.002 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.002 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.002000000, lastModified=2020-12-01 19:35:49.002101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.002000000, lastModified=2020-12-01 19:35:49.002101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.003000000, lastModified=2020-12-01 19:35:49.002101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.003000000, lastModified=2020-12-01 19:35:49.002101000, delta=899000 ns, racy<=2502500 ns
19:35:49.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.003000000, lastModified=2020-12-01 19:35:49.003101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.003000000, lastModified=2020-12-01 19:35:49.003101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.003000000, lastModified=2020-12-01 19:35:49.003101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.003000000, lastModified=2020-12-01 19:35:49.003101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.004000000, lastModified=2020-12-01 19:35:49.004101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.004000000, lastModified=2020-12-01 19:35:49.004101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.004000000, lastModified=2020-12-01 19:35:49.004101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.004000000, lastModified=2020-12-01 19:35:49.004101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.005000000, lastModified=2020-12-01 19:35:49.004101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.005000000, lastModified=2020-12-01 19:35:49.004101000, delta=899000 ns, racy<=2502500 ns
19:35:49.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.005000000, lastModified=2020-12-01 19:35:49.005101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.005000000, lastModified=2020-12-01 19:35:49.005101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.005000000, lastModified=2020-12-01 19:35:49.005101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.005000000, lastModified=2020-12-01 19:35:49.005101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.006000000, lastModified=2020-12-01 19:35:49.005101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.005101000 to 2020-12-01 19:35:49.006101000
19:35:49.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.006000000, lastModified=2020-12-01 19:35:49.006101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.006000000, lastModified=2020-12-01 19:35:49.006101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.007000000, lastModified=2020-12-01 19:35:49.006101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.007000000, lastModified=2020-12-01 19:35:49.006101000, delta=899000 ns, racy<=2502500 ns
19:35:49.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.007000000, lastModified=2020-12-01 19:35:49.007101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.007000000, lastModified=2020-12-01 19:35:49.007101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.007000000, lastModified=2020-12-01 19:35:49.007101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.007000000, lastModified=2020-12-01 19:35:49.007101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.008000000, lastModified=2020-12-01 19:35:49.007101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.008000000, lastModified=2020-12-01 19:35:49.007101000, delta=899000 ns, racy<=2502500 ns
19:35:49.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.008000000, lastModified=2020-12-01 19:35:49.008101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.008000000, lastModified=2020-12-01 19:35:49.008101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.008000000, lastModified=2020-12-01 19:35:49.008101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.008000000, lastModified=2020-12-01 19:35:49.008101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.009000000, lastModified=2020-12-01 19:35:49.008101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.009000000, lastModified=2020-12-01 19:35:49.008101000, delta=899000 ns, racy<=2502500 ns
19:35:49.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.009000000, lastModified=2020-12-01 19:35:49.009101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.009000000, lastModified=2020-12-01 19:35:49.009101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.009000000, lastModified=2020-12-01 19:35:49.009101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.009000000, lastModified=2020-12-01 19:35:49.009101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.010000000, lastModified=2020-12-01 19:35:49.009101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.010000000, lastModified=2020-12-01 19:35:49.009101000, delta=899000 ns, racy<=2502500 ns
19:35:49.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.010000000, lastModified=2020-12-01 19:35:49.010101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.010000000, lastModified=2020-12-01 19:35:49.010101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.010000000, lastModified=2020-12-01 19:35:49.010101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.010000000, lastModified=2020-12-01 19:35:49.010101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.011000000, lastModified=2020-12-01 19:35:49.010101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.011000000, lastModified=2020-12-01 19:35:49.010101000, delta=899000 ns, racy<=2502500 ns
19:35:49.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.011000000, lastModified=2020-12-01 19:35:49.011101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.011000000, lastModified=2020-12-01 19:35:49.011101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.011000000, lastModified=2020-12-01 19:35:49.011101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.011000000, lastModified=2020-12-01 19:35:49.011101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.012000000, lastModified=2020-12-01 19:35:49.011101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.012000000, lastModified=2020-12-01 19:35:49.011101000, delta=899000 ns, racy<=2502500 ns
19:35:49.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.012000000, lastModified=2020-12-01 19:35:49.012101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.012000000, lastModified=2020-12-01 19:35:49.012101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.012000000, lastModified=2020-12-01 19:35:49.012101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.012000000, lastModified=2020-12-01 19:35:49.012101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.013000000, lastModified=2020-12-01 19:35:49.012101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.013000000, lastModified=2020-12-01 19:35:49.012101000, delta=899000 ns, racy<=2502500 ns
19:35:49.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.013000000, lastModified=2020-12-01 19:35:49.013101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.013000000, lastModified=2020-12-01 19:35:49.013101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.013000000, lastModified=2020-12-01 19:35:49.013101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.013000000, lastModified=2020-12-01 19:35:49.013101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.014000000, lastModified=2020-12-01 19:35:49.013101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.014000000, lastModified=2020-12-01 19:35:49.013101000, delta=899000 ns, racy<=2502500 ns
19:35:49.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.014000000, lastModified=2020-12-01 19:35:49.014101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.014000000, lastModified=2020-12-01 19:35:49.014101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.014000000, lastModified=2020-12-01 19:35:49.014101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.014000000, lastModified=2020-12-01 19:35:49.014101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.015000000, lastModified=2020-12-01 19:35:49.014101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.015000000, lastModified=2020-12-01 19:35:49.014101000, delta=899000 ns, racy<=2502500 ns
19:35:49.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.015000000, lastModified=2020-12-01 19:35:49.015101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.015000000, lastModified=2020-12-01 19:35:49.015101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.015000000, lastModified=2020-12-01 19:35:49.015101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.015000000, lastModified=2020-12-01 19:35:49.015101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.016000000, lastModified=2020-12-01 19:35:49.015101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.015101000 to 2020-12-01 19:35:49.016101000
19:35:49.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.016000000, lastModified=2020-12-01 19:35:49.016101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.016000000, lastModified=2020-12-01 19:35:49.016101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.016000000, lastModified=2020-12-01 19:35:49.016101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.016000000, lastModified=2020-12-01 19:35:49.016101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.017000000, lastModified=2020-12-01 19:35:49.016101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.016101000 to 2020-12-01 19:35:49.017101000
19:35:49.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.017000000, lastModified=2020-12-01 19:35:49.017101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.017000000, lastModified=2020-12-01 19:35:49.017101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.017000000, lastModified=2020-12-01 19:35:49.017101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.017000000, lastModified=2020-12-01 19:35:49.017101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.018000000, lastModified=2020-12-01 19:35:49.017101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.017101000 to 2020-12-01 19:35:49.018101000
19:35:49.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.018000000, lastModified=2020-12-01 19:35:49.018101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.018000000, lastModified=2020-12-01 19:35:49.018101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.018000000, lastModified=2020-12-01 19:35:49.018101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.018000000, lastModified=2020-12-01 19:35:49.018101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.019000000, lastModified=2020-12-01 19:35:49.018101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.018101000 to 2020-12-01 19:35:49.019101000
19:35:49.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.019000000, lastModified=2020-12-01 19:35:49.019101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.019000000, lastModified=2020-12-01 19:35:49.019101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.019000000, lastModified=2020-12-01 19:35:49.019101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.019000000, lastModified=2020-12-01 19:35:49.019101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.020000000, lastModified=2020-12-01 19:35:49.019101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.019101000 to 2020-12-01 19:35:49.020101000
19:35:49.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.020000000, lastModified=2020-12-01 19:35:49.020101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.020000000, lastModified=2020-12-01 19:35:49.020101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.020000000, lastModified=2020-12-01 19:35:49.020101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.020000000, lastModified=2020-12-01 19:35:49.020101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.021000000, lastModified=2020-12-01 19:35:49.020101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.020101000 to 2020-12-01 19:35:49.021101000
19:35:49.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.021000000, lastModified=2020-12-01 19:35:49.021101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.021000000, lastModified=2020-12-01 19:35:49.021101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.021000000, lastModified=2020-12-01 19:35:49.021101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.021000000, lastModified=2020-12-01 19:35:49.021101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.022000000, lastModified=2020-12-01 19:35:49.021101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.022000000, lastModified=2020-12-01 19:35:49.021101000, delta=899000 ns, racy<=2502500 ns
19:35:49.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.022000000, lastModified=2020-12-01 19:35:49.022101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.022000000, lastModified=2020-12-01 19:35:49.022101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.023000000, lastModified=2020-12-01 19:35:49.022101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.023000000, lastModified=2020-12-01 19:35:49.022101000, delta=899000 ns, racy<=2502500 ns
19:35:49.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.023000000, lastModified=2020-12-01 19:35:49.023101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.023000000, lastModified=2020-12-01 19:35:49.023101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.023000000, lastModified=2020-12-01 19:35:49.023101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.024 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.023000000, lastModified=2020-12-01 19:35:49.023101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.024 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.024 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.024000000, lastModified=2020-12-01 19:35:49.023101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.024 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.023101000 to 2020-12-01 19:35:49.024101000
19:35:49.024 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.024000000, lastModified=2020-12-01 19:35:49.024101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.024 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.024000000, lastModified=2020-12-01 19:35:49.024101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.024 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.024 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.024000000, lastModified=2020-12-01 19:35:49.024101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.024000000, lastModified=2020-12-01 19:35:49.024101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.025000000, lastModified=2020-12-01 19:35:49.024101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.024101000 to 2020-12-01 19:35:49.025101000
19:35:49.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.025000000, lastModified=2020-12-01 19:35:49.025101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.025000000, lastModified=2020-12-01 19:35:49.025101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.025000000, lastModified=2020-12-01 19:35:49.025101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.025000000, lastModified=2020-12-01 19:35:49.025101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.026000000, lastModified=2020-12-01 19:35:49.025101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.026000000, lastModified=2020-12-01 19:35:49.025101000, delta=899000 ns, racy<=2502500 ns
19:35:49.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.026000000, lastModified=2020-12-01 19:35:49.026101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.026000000, lastModified=2020-12-01 19:35:49.026101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.026000000, lastModified=2020-12-01 19:35:49.026101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.026000000, lastModified=2020-12-01 19:35:49.026101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.027000000, lastModified=2020-12-01 19:35:49.026101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.027000000, lastModified=2020-12-01 19:35:49.026101000, delta=899000 ns, racy<=2502500 ns
19:35:49.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.027000000, lastModified=2020-12-01 19:35:49.027101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.027000000, lastModified=2020-12-01 19:35:49.027101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.027000000, lastModified=2020-12-01 19:35:49.027101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.027000000, lastModified=2020-12-01 19:35:49.027101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.028000000, lastModified=2020-12-01 19:35:49.027101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.027101000 to 2020-12-01 19:35:49.028101000
19:35:49.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.028000000, lastModified=2020-12-01 19:35:49.028101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.028000000, lastModified=2020-12-01 19:35:49.028101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.029 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.029000000, lastModified=2020-12-01 19:35:49.028101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.029 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.028101000 to 2020-12-01 19:35:49.029101000
19:35:49.030 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.030000000, lastModified=2020-12-01 19:35:49.029101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.030 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.029101000 to 2020-12-01 19:35:49.030101000
19:35:49.030 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.030000000, lastModified=2020-12-01 19:35:49.030101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.030000000, lastModified=2020-12-01 19:35:49.030101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.031000000, lastModified=2020-12-01 19:35:49.031101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.031000000, lastModified=2020-12-01 19:35:49.031101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.033 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.033000000, lastModified=2020-12-01 19:35:49.032101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.033 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.032101000 to 2020-12-01 19:35:49.033101000
19:35:49.033 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.033000000, lastModified=2020-12-01 19:35:49.033101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.033000000, lastModified=2020-12-01 19:35:49.033101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.034000000, lastModified=2020-12-01 19:35:49.034101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.034000000, lastModified=2020-12-01 19:35:49.034101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.035000000, lastModified=2020-12-01 19:35:49.034101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.036 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.034101000 to 2020-12-01 19:35:49.035101000
19:35:49.038 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.038000000, lastModified=2020-12-01 19:35:49.037101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.039 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.037101000 to 2020-12-01 19:35:49.039101000
19:35:49.040 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.040000000, lastModified=2020-12-01 19:35:49.039101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.040 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.039101000 to 2020-12-01 19:35:49.040101000
19:35:49.040 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.040000000, lastModified=2020-12-01 19:35:49.040101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.041 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.040000000, lastModified=2020-12-01 19:35:49.040101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.041 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.041 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.041000000, lastModified=2020-12-01 19:35:49.041101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.052 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.041101000 to 2020-12-01 19:35:49.052101000
19:35:49.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.053000000, lastModified=2020-12-01 19:35:49.053101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.053000000, lastModified=2020-12-01 19:35:49.053101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.054000000, lastModified=2020-12-01 19:35:49.054101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.054000000, lastModified=2020-12-01 19:35:49.054101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.054000000, lastModified=2020-12-01 19:35:49.054101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.054000000, lastModified=2020-12-01 19:35:49.054101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.055000000, lastModified=2020-12-01 19:35:49.055101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.055000000, lastModified=2020-12-01 19:35:49.055101000, delta=-101000 ns, racy<=2502500 ns
19:35:49.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.056000000, lastModified=2020-12-01 19:35:49.055101000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.055101000 to 2020-12-01 19:35:49.056101000
19:35:49.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.062000000, lastModified=2020-12-01 19:35:49.061100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.061100000 to 2020-12-01 19:35:49.063100000
19:35:49.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.064000000, lastModified=2020-12-01 19:35:49.063100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.063100000 to 2020-12-01 19:35:49.064100000
19:35:49.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.064000000, lastModified=2020-12-01 19:35:49.064100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.064000000, lastModified=2020-12-01 19:35:49.064100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.064000000, lastModified=2020-12-01 19:35:49.064100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.064000000, lastModified=2020-12-01 19:35:49.064100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.065000000, lastModified=2020-12-01 19:35:49.064100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.064100000 to 2020-12-01 19:35:49.065100000
19:35:49.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.065000000, lastModified=2020-12-01 19:35:49.065100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.065000000, lastModified=2020-12-01 19:35:49.065100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.066000000, lastModified=2020-12-01 19:35:49.065100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.066000000, lastModified=2020-12-01 19:35:49.065100000, delta=900000 ns, racy<=2502500 ns
19:35:49.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.066000000, lastModified=2020-12-01 19:35:49.066100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.066000000, lastModified=2020-12-01 19:35:49.066100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.066000000, lastModified=2020-12-01 19:35:49.066100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.066000000, lastModified=2020-12-01 19:35:49.066100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.067000000, lastModified=2020-12-01 19:35:49.066100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.066100000 to 2020-12-01 19:35:49.067100000
19:35:49.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.067000000, lastModified=2020-12-01 19:35:49.067100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.067000000, lastModified=2020-12-01 19:35:49.067100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.068000000, lastModified=2020-12-01 19:35:49.067100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.068000000, lastModified=2020-12-01 19:35:49.067100000, delta=900000 ns, racy<=2502500 ns
19:35:49.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.068000000, lastModified=2020-12-01 19:35:49.068100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.068000000, lastModified=2020-12-01 19:35:49.068100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.068000000, lastModified=2020-12-01 19:35:49.068100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.068000000, lastModified=2020-12-01 19:35:49.068100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.069000000, lastModified=2020-12-01 19:35:49.068100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.068100000 to 2020-12-01 19:35:49.069100000
19:35:49.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.069000000, lastModified=2020-12-01 19:35:49.069100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.069000000, lastModified=2020-12-01 19:35:49.069100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.070000000, lastModified=2020-12-01 19:35:49.069100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.070000000, lastModified=2020-12-01 19:35:49.069100000, delta=900000 ns, racy<=2502500 ns
19:35:49.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.070000000, lastModified=2020-12-01 19:35:49.070100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.070000000, lastModified=2020-12-01 19:35:49.070100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.070000000, lastModified=2020-12-01 19:35:49.070100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.070000000, lastModified=2020-12-01 19:35:49.070100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.071000000, lastModified=2020-12-01 19:35:49.070100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.071000000, lastModified=2020-12-01 19:35:49.070100000, delta=900000 ns, racy<=2502500 ns
19:35:49.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.071000000, lastModified=2020-12-01 19:35:49.071100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.071000000, lastModified=2020-12-01 19:35:49.071100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.071000000, lastModified=2020-12-01 19:35:49.071100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.071000000, lastModified=2020-12-01 19:35:49.071100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.072000000, lastModified=2020-12-01 19:35:49.072100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.072000000, lastModified=2020-12-01 19:35:49.072100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.072000000, lastModified=2020-12-01 19:35:49.072100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.072000000, lastModified=2020-12-01 19:35:49.072100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.073000000, lastModified=2020-12-01 19:35:49.072100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.072100000 to 2020-12-01 19:35:49.073100000
19:35:49.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.073000000, lastModified=2020-12-01 19:35:49.073100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.073000000, lastModified=2020-12-01 19:35:49.073100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.073000000, lastModified=2020-12-01 19:35:49.073100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.074 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.073000000, lastModified=2020-12-01 19:35:49.073100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.074 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.074 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.074000000, lastModified=2020-12-01 19:35:49.073100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.074 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.073100000 to 2020-12-01 19:35:49.074100000
19:35:49.074 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.074000000, lastModified=2020-12-01 19:35:49.074100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.074 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.074000000, lastModified=2020-12-01 19:35:49.074100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.074 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.075 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.075000000, lastModified=2020-12-01 19:35:49.074100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.075 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.075000000, lastModified=2020-12-01 19:35:49.074100000, delta=900000 ns, racy<=2502500 ns
19:35:49.075 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.076 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.076000000, lastModified=2020-12-01 19:35:49.075100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.076 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.075100000 to 2020-12-01 19:35:49.076100000
19:35:49.077 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.077000000, lastModified=2020-12-01 19:35:49.076100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.077 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.076100000 to 2020-12-01 19:35:49.077100000
19:35:49.077 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.077000000, lastModified=2020-12-01 19:35:49.077100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.078 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.077000000, lastModified=2020-12-01 19:35:49.077100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.078 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.078 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.078000000, lastModified=2020-12-01 19:35:49.078100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.079 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.078000000, lastModified=2020-12-01 19:35:49.078100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.079 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.080 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.080000000, lastModified=2020-12-01 19:35:49.080100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.081 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.080100000 to 2020-12-01 19:35:49.081100000
19:35:49.082 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.082000000, lastModified=2020-12-01 19:35:49.082100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.083 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.082000000, lastModified=2020-12-01 19:35:49.082100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.083 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.083 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.083000000, lastModified=2020-12-01 19:35:49.083100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.083 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.083000000, lastModified=2020-12-01 19:35:49.083100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.083 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.084 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.084000000, lastModified=2020-12-01 19:35:49.083100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.085 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.083100000 to 2020-12-01 19:35:49.084100000
19:35:49.088 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.088000000, lastModified=2020-12-01 19:35:49.088100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.089 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.088000000, lastModified=2020-12-01 19:35:49.088100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.089 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.089 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.089000000, lastModified=2020-12-01 19:35:49.089100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.089 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.089000000, lastModified=2020-12-01 19:35:49.089100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.089 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.090 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.090000000, lastModified=2020-12-01 19:35:49.089100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.090 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.089100000 to 2020-12-01 19:35:49.090100000
19:35:49.090 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.090000000, lastModified=2020-12-01 19:35:49.090100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.091 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.090000000, lastModified=2020-12-01 19:35:49.090100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.091 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.091 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.091000000, lastModified=2020-12-01 19:35:49.091100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.091 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.091000000, lastModified=2020-12-01 19:35:49.091100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.092 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.100 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.100000000, lastModified=2020-12-01 19:35:49.099100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.102 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.099100000 to 2020-12-01 19:35:49.102100000
19:35:49.102 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.102000000, lastModified=2020-12-01 19:35:49.102100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.102 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.102000000, lastModified=2020-12-01 19:35:49.102100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.103 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.103 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.103000000, lastModified=2020-12-01 19:35:49.102100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.103 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.103000000, lastModified=2020-12-01 19:35:49.102100000, delta=900000 ns, racy<=2502500 ns
19:35:49.106 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.106 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.106000000, lastModified=2020-12-01 19:35:49.106100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.106 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.106000000, lastModified=2020-12-01 19:35:49.106100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.106 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.107 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.107000000, lastModified=2020-12-01 19:35:49.106100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.107 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.106100000 to 2020-12-01 19:35:49.107100000
19:35:49.107 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.107000000, lastModified=2020-12-01 19:35:49.107100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.108 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.107000000, lastModified=2020-12-01 19:35:49.107100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.108 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.108 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.108000000, lastModified=2020-12-01 19:35:49.108100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.108 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.108000000, lastModified=2020-12-01 19:35:49.108100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.108 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.109 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.109000000, lastModified=2020-12-01 19:35:49.108100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.109 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.108100000 to 2020-12-01 19:35:49.109100000
19:35:49.110 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.110000000, lastModified=2020-12-01 19:35:49.109100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.112 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.109100000 to 2020-12-01 19:35:49.111100000
19:35:49.112 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.112000000, lastModified=2020-12-01 19:35:49.112100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.112 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.112000000, lastModified=2020-12-01 19:35:49.112100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.112 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.113 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.113000000, lastModified=2020-12-01 19:35:49.112100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.113 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.112100000 to 2020-12-01 19:35:49.113100000
19:35:49.114 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.114000000, lastModified=2020-12-01 19:35:49.113100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.119 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.113100000 to 2020-12-01 19:35:49.119100000
19:35:49.120 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.120000000, lastModified=2020-12-01 19:35:49.120100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.121 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.120000000, lastModified=2020-12-01 19:35:49.120100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.121 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.121 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.121000000, lastModified=2020-12-01 19:35:49.121100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.121 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.121000000, lastModified=2020-12-01 19:35:49.121100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.121 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.122 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.122000000, lastModified=2020-12-01 19:35:49.121100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.122 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.121100000 to 2020-12-01 19:35:49.122100000
19:35:49.122 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.122000000, lastModified=2020-12-01 19:35:49.122100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.123 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.122000000, lastModified=2020-12-01 19:35:49.122100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.123 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.123 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.123000000, lastModified=2020-12-01 19:35:49.122100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.123 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.122100000 to 2020-12-01 19:35:49.123100000
19:35:49.123 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.123000000, lastModified=2020-12-01 19:35:49.123100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.124 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.123000000, lastModified=2020-12-01 19:35:49.123100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.124 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.124 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.124000000, lastModified=2020-12-01 19:35:49.124100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.124 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.124000000, lastModified=2020-12-01 19:35:49.124100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.124 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.125 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.124000000, lastModified=2020-12-01 19:35:49.124100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.125 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.124000000, lastModified=2020-12-01 19:35:49.124100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.125 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.129 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.128000000, lastModified=2020-12-01 19:35:49.128100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.130 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.128100000 to 2020-12-01 19:35:49.130100000
19:35:49.131 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.131000000, lastModified=2020-12-01 19:35:49.130100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.131 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.131000000, lastModified=2020-12-01 19:35:49.130100000, delta=900000 ns, racy<=2502500 ns
19:35:49.131 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.131 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.131000000, lastModified=2020-12-01 19:35:49.131100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.131 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.131000000, lastModified=2020-12-01 19:35:49.131100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.131 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.131 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.131000000, lastModified=2020-12-01 19:35:49.131100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.131 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.131000000, lastModified=2020-12-01 19:35:49.131100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.131 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.132 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.132000000, lastModified=2020-12-01 19:35:49.131100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.132 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.132000000, lastModified=2020-12-01 19:35:49.131100000, delta=900000 ns, racy<=2502500 ns
19:35:49.132 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.132 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.132000000, lastModified=2020-12-01 19:35:49.132100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.132 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.132000000, lastModified=2020-12-01 19:35:49.132100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.132 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.132 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.132000000, lastModified=2020-12-01 19:35:49.132100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.133 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.132000000, lastModified=2020-12-01 19:35:49.132100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.133 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.133 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.133000000, lastModified=2020-12-01 19:35:49.132100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.133 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.132100000 to 2020-12-01 19:35:49.133100000
19:35:49.133 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.133000000, lastModified=2020-12-01 19:35:49.133100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.133 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.133000000, lastModified=2020-12-01 19:35:49.133100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.133 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.133 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.133000000, lastModified=2020-12-01 19:35:49.133100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.134 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.133000000, lastModified=2020-12-01 19:35:49.133100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.134 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.134 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.134000000, lastModified=2020-12-01 19:35:49.133100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.134 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.133100000 to 2020-12-01 19:35:49.134100000
19:35:49.134 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.134000000, lastModified=2020-12-01 19:35:49.134100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.134 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.134000000, lastModified=2020-12-01 19:35:49.134100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.134 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.134 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.134000000, lastModified=2020-12-01 19:35:49.134100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.134000000, lastModified=2020-12-01 19:35:49.134100000, delta=-100000 ns, racy<=2502500 ns
19:35:49.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.135000000, lastModified=2020-12-01 19:35:49.134100000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.134100000 to 2020-12-01 19:35:49.135099000
19:35:49.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.135000000, lastModified=2020-12-01 19:35:49.135099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.135000000, lastModified=2020-12-01 19:35:49.135099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.135000000, lastModified=2020-12-01 19:35:49.135099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.136 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.135000000, lastModified=2020-12-01 19:35:49.135099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.136 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.136 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.136000000, lastModified=2020-12-01 19:35:49.135099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.136 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.135099000 to 2020-12-01 19:35:49.136099000
19:35:49.136 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.136000000, lastModified=2020-12-01 19:35:49.136099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.136 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.136000000, lastModified=2020-12-01 19:35:49.136099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.136 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.136 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.136000000, lastModified=2020-12-01 19:35:49.136099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.137 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.136000000, lastModified=2020-12-01 19:35:49.136099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.137 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.137 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.137000000, lastModified=2020-12-01 19:35:49.136099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.137 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.136099000 to 2020-12-01 19:35:49.137099000
19:35:49.137 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.137000000, lastModified=2020-12-01 19:35:49.137099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.137 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.137000000, lastModified=2020-12-01 19:35:49.137099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.137 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.138 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.138000000, lastModified=2020-12-01 19:35:49.137099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.138 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.138000000, lastModified=2020-12-01 19:35:49.137099000, delta=901000 ns, racy<=2502500 ns
19:35:49.138 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.138 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.138000000, lastModified=2020-12-01 19:35:49.138099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.138 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.138000000, lastModified=2020-12-01 19:35:49.138099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.138 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.138 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.138000000, lastModified=2020-12-01 19:35:49.138099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.138 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.138000000, lastModified=2020-12-01 19:35:49.138099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.138 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.139 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.139000000, lastModified=2020-12-01 19:35:49.138099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.139 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.139000000, lastModified=2020-12-01 19:35:49.138099000, delta=901000 ns, racy<=2502500 ns
19:35:49.139 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.139 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.139000000, lastModified=2020-12-01 19:35:49.139099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.139 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.139000000, lastModified=2020-12-01 19:35:49.139099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.139 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.139 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.139000000, lastModified=2020-12-01 19:35:49.139099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.140 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.139000000, lastModified=2020-12-01 19:35:49.139099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.140 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.140 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.140000000, lastModified=2020-12-01 19:35:49.139099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.140 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.139099000 to 2020-12-01 19:35:49.140099000
19:35:49.140 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.140000000, lastModified=2020-12-01 19:35:49.140099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.140 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.140000000, lastModified=2020-12-01 19:35:49.140099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.140 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.140 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.140000000, lastModified=2020-12-01 19:35:49.140099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.141 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.140000000, lastModified=2020-12-01 19:35:49.140099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.141 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.141 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.141000000, lastModified=2020-12-01 19:35:49.140099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.141 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.140099000 to 2020-12-01 19:35:49.141099000
19:35:49.141 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.141000000, lastModified=2020-12-01 19:35:49.141099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.141 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.141000000, lastModified=2020-12-01 19:35:49.141099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.141 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.142 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.141000000, lastModified=2020-12-01 19:35:49.141099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.142 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.141000000, lastModified=2020-12-01 19:35:49.141099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.142 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.142 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.142000000, lastModified=2020-12-01 19:35:49.141099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.142 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.141099000 to 2020-12-01 19:35:49.142099000
19:35:49.142 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.142000000, lastModified=2020-12-01 19:35:49.142099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.142 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.142000000, lastModified=2020-12-01 19:35:49.142099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.142 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.143 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.143000000, lastModified=2020-12-01 19:35:49.142099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.143 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.143000000, lastModified=2020-12-01 19:35:49.142099000, delta=901000 ns, racy<=2502500 ns
19:35:49.143 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.143 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.143000000, lastModified=2020-12-01 19:35:49.143099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.143 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.143000000, lastModified=2020-12-01 19:35:49.143099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.143 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.143 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.143000000, lastModified=2020-12-01 19:35:49.143099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.144 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.143000000, lastModified=2020-12-01 19:35:49.143099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.144 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.144 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.144000000, lastModified=2020-12-01 19:35:49.143099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.144 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.143099000 to 2020-12-01 19:35:49.144099000
19:35:49.144 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.144000000, lastModified=2020-12-01 19:35:49.144099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.144 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.144000000, lastModified=2020-12-01 19:35:49.144099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.144 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.144 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.144000000, lastModified=2020-12-01 19:35:49.144099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.145 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.144000000, lastModified=2020-12-01 19:35:49.144099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.145 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.145 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.145000000, lastModified=2020-12-01 19:35:49.144099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.145 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.144099000 to 2020-12-01 19:35:49.145099000
19:35:49.145 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.145000000, lastModified=2020-12-01 19:35:49.145099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.145 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.145000000, lastModified=2020-12-01 19:35:49.145099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.145 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.145 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.145000000, lastModified=2020-12-01 19:35:49.145099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.146 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.145000000, lastModified=2020-12-01 19:35:49.145099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.146 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.146 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.146000000, lastModified=2020-12-01 19:35:49.145099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.146 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.145099000 to 2020-12-01 19:35:49.146099000
19:35:49.146 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.146000000, lastModified=2020-12-01 19:35:49.146099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.146 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.146000000, lastModified=2020-12-01 19:35:49.146099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.146 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.146 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.146000000, lastModified=2020-12-01 19:35:49.146099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.147 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.146000000, lastModified=2020-12-01 19:35:49.146099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.147 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.147 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.147000000, lastModified=2020-12-01 19:35:49.146099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.147 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.146099000 to 2020-12-01 19:35:49.147099000
19:35:49.147 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.147000000, lastModified=2020-12-01 19:35:49.147099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.147 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.147000000, lastModified=2020-12-01 19:35:49.147099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.147 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.148 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.147000000, lastModified=2020-12-01 19:35:49.147099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.148 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.147000000, lastModified=2020-12-01 19:35:49.147099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.148 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.148 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.148000000, lastModified=2020-12-01 19:35:49.147099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.148 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.147099000 to 2020-12-01 19:35:49.148099000
19:35:49.148 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.148000000, lastModified=2020-12-01 19:35:49.148099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.148 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.148000000, lastModified=2020-12-01 19:35:49.148099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.149 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.149 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.149000000, lastModified=2020-12-01 19:35:49.148099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.149 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.149000000, lastModified=2020-12-01 19:35:49.148099000, delta=901000 ns, racy<=2502500 ns
19:35:49.149 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.149 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.149000000, lastModified=2020-12-01 19:35:49.149099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.149 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.149000000, lastModified=2020-12-01 19:35:49.149099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.149 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.149 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.149000000, lastModified=2020-12-01 19:35:49.149099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.150 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.149000000, lastModified=2020-12-01 19:35:49.149099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.150 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.150 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.150000000, lastModified=2020-12-01 19:35:49.149099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.150 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.149099000 to 2020-12-01 19:35:49.150099000
19:35:49.150 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.150000000, lastModified=2020-12-01 19:35:49.150099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.150 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.150000000, lastModified=2020-12-01 19:35:49.150099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.150 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.151 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.150000000, lastModified=2020-12-01 19:35:49.150099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.151 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.150000000, lastModified=2020-12-01 19:35:49.150099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.151 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.151 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.151000000, lastModified=2020-12-01 19:35:49.151099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.151 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.151000000, lastModified=2020-12-01 19:35:49.151099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.151 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.151 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.151000000, lastModified=2020-12-01 19:35:49.151099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.152 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.151000000, lastModified=2020-12-01 19:35:49.151099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.152 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.152 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.152000000, lastModified=2020-12-01 19:35:49.151099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.152 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.151099000 to 2020-12-01 19:35:49.152099000
19:35:49.152 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.152000000, lastModified=2020-12-01 19:35:49.152099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.152 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.152000000, lastModified=2020-12-01 19:35:49.152099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.152 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.152 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.152000000, lastModified=2020-12-01 19:35:49.152099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.153 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.152000000, lastModified=2020-12-01 19:35:49.152099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.153 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.153 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.153000000, lastModified=2020-12-01 19:35:49.152099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.153 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.152099000 to 2020-12-01 19:35:49.153099000
19:35:49.153 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.153000000, lastModified=2020-12-01 19:35:49.153099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.153 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.153000000, lastModified=2020-12-01 19:35:49.153099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.153 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.154 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.154000000, lastModified=2020-12-01 19:35:49.153099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.154 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.154000000, lastModified=2020-12-01 19:35:49.153099000, delta=901000 ns, racy<=2502500 ns
19:35:49.154 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.154 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.154000000, lastModified=2020-12-01 19:35:49.154099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.155 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.154000000, lastModified=2020-12-01 19:35:49.154099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.155 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.155 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.155000000, lastModified=2020-12-01 19:35:49.155099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.155 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.155000000, lastModified=2020-12-01 19:35:49.155099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.155 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.156 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.156000000, lastModified=2020-12-01 19:35:49.155099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.156 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.155099000 to 2020-12-01 19:35:49.156099000
19:35:49.156 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.156000000, lastModified=2020-12-01 19:35:49.156099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.157 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.156000000, lastModified=2020-12-01 19:35:49.156099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.157 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.157 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.157000000, lastModified=2020-12-01 19:35:49.156099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.157 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.156099000 to 2020-12-01 19:35:49.157099000
19:35:49.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.157000000, lastModified=2020-12-01 19:35:49.157099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.157000000, lastModified=2020-12-01 19:35:49.157099000, delta=-99000 ns, racy<=2502500 ns
19:35:49.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.158000000, lastModified=2020-12-01 19:35:49.158099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.206 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.158099000 to 2020-12-01 19:35:49.206099000
19:35:49.206 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.206000000, lastModified=2020-12-01 19:35:49.206099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.207 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.206099000 to 2020-12-01 19:35:49.207099000
19:35:49.207 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.207000000, lastModified=2020-12-01 19:35:49.207099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.209 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.207099000 to 2020-12-01 19:35:49.209099000
19:35:49.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.210000000, lastModified=2020-12-01 19:35:49.209099000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.209099000 to 2020-12-01 19:35:49.210098000
19:35:49.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.210000000, lastModified=2020-12-01 19:35:49.210098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.211 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.210000000, lastModified=2020-12-01 19:35:49.210098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.211 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.212 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.212000000, lastModified=2020-12-01 19:35:49.211098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.212 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.211098000 to 2020-12-01 19:35:49.212098000
19:35:49.216 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.215000000, lastModified=2020-12-01 19:35:49.215098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.217 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.215098000 to 2020-12-01 19:35:49.216098000
19:35:49.220 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.220000000, lastModified=2020-12-01 19:35:49.219098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.219098000 to 2020-12-01 19:35:49.221098000
19:35:49.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.222000000, lastModified=2020-12-01 19:35:49.221098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.221098000 to 2020-12-01 19:35:49.222098000
19:35:49.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.223000000, lastModified=2020-12-01 19:35:49.223098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.226 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.223098000 to 2020-12-01 19:35:49.225098000
19:35:49.226 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.226000000, lastModified=2020-12-01 19:35:49.226098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.226 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.226000000, lastModified=2020-12-01 19:35:49.226098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.226 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.227000000, lastModified=2020-12-01 19:35:49.226098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.226098000 to 2020-12-01 19:35:49.227098000
19:35:49.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.227000000, lastModified=2020-12-01 19:35:49.227098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.227000000, lastModified=2020-12-01 19:35:49.227098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.228000000, lastModified=2020-12-01 19:35:49.228098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.228000000, lastModified=2020-12-01 19:35:49.228098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.230000000, lastModified=2020-12-01 19:35:49.230098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.230000000, lastModified=2020-12-01 19:35:49.230098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.231000000, lastModified=2020-12-01 19:35:49.231098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.231098000 to 2020-12-01 19:35:49.233098000
19:35:49.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.235000000, lastModified=2020-12-01 19:35:49.234098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.234098000 to 2020-12-01 19:35:49.235098000
19:35:49.236 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.236000000, lastModified=2020-12-01 19:35:49.235098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.236 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.235098000 to 2020-12-01 19:35:49.236098000
19:35:49.237 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.237000000, lastModified=2020-12-01 19:35:49.237098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.237098000 to 2020-12-01 19:35:49.238098000
19:35:49.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.239000000, lastModified=2020-12-01 19:35:49.238098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.238098000 to 2020-12-01 19:35:49.239098000
19:35:49.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.239000000, lastModified=2020-12-01 19:35:49.239098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.239000000, lastModified=2020-12-01 19:35:49.239098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.251000000, lastModified=2020-12-01 19:35:49.250098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.250098000 to 2020-12-01 19:35:49.255098000
19:35:49.256 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.256000000, lastModified=2020-12-01 19:35:49.255098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.256 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.255098000 to 2020-12-01 19:35:49.256098000
19:35:49.256 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.256000000, lastModified=2020-12-01 19:35:49.256098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.256000000, lastModified=2020-12-01 19:35:49.256098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.257000000, lastModified=2020-12-01 19:35:49.257098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.257000000, lastModified=2020-12-01 19:35:49.257098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.258 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.258000000, lastModified=2020-12-01 19:35:49.257098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.258 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.257098000 to 2020-12-01 19:35:49.258098000
19:35:49.258 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.258000000, lastModified=2020-12-01 19:35:49.258098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.258000000, lastModified=2020-12-01 19:35:49.258098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.259000000, lastModified=2020-12-01 19:35:49.259098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.259000000, lastModified=2020-12-01 19:35:49.259098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.263 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.263000000, lastModified=2020-12-01 19:35:49.262098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.263 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.262098000 to 2020-12-01 19:35:49.263098000
19:35:49.264 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.263000000, lastModified=2020-12-01 19:35:49.263098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.277 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.263098000 to 2020-12-01 19:35:49.276098000
19:35:49.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.278000000, lastModified=2020-12-01 19:35:49.277098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.278000000, lastModified=2020-12-01 19:35:49.277098000, delta=902000 ns, racy<=2502500 ns
19:35:49.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.278000000, lastModified=2020-12-01 19:35:49.278098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.278000000, lastModified=2020-12-01 19:35:49.278098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.278000000, lastModified=2020-12-01 19:35:49.278098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.278000000, lastModified=2020-12-01 19:35:49.278098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.279000000, lastModified=2020-12-01 19:35:49.278098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.278098000 to 2020-12-01 19:35:49.279098000
19:35:49.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.279000000, lastModified=2020-12-01 19:35:49.279098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.279000000, lastModified=2020-12-01 19:35:49.279098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.279000000, lastModified=2020-12-01 19:35:49.279098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.279000000, lastModified=2020-12-01 19:35:49.279098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.280000000, lastModified=2020-12-01 19:35:49.279098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.279098000 to 2020-12-01 19:35:49.280098000
19:35:49.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.280000000, lastModified=2020-12-01 19:35:49.280098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.280000000, lastModified=2020-12-01 19:35:49.280098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.280000000, lastModified=2020-12-01 19:35:49.280098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.280000000, lastModified=2020-12-01 19:35:49.280098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.281000000, lastModified=2020-12-01 19:35:49.280098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.281000000, lastModified=2020-12-01 19:35:49.280098000, delta=902000 ns, racy<=2502500 ns
19:35:49.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.281000000, lastModified=2020-12-01 19:35:49.281098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.281000000, lastModified=2020-12-01 19:35:49.281098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.281000000, lastModified=2020-12-01 19:35:49.281098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.281000000, lastModified=2020-12-01 19:35:49.281098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.282000000, lastModified=2020-12-01 19:35:49.281098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.282000000, lastModified=2020-12-01 19:35:49.281098000, delta=902000 ns, racy<=2502500 ns
19:35:49.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.282000000, lastModified=2020-12-01 19:35:49.282098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.282000000, lastModified=2020-12-01 19:35:49.282098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.282000000, lastModified=2020-12-01 19:35:49.282098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.282000000, lastModified=2020-12-01 19:35:49.282098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.283000000, lastModified=2020-12-01 19:35:49.282098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.283000000, lastModified=2020-12-01 19:35:49.282098000, delta=902000 ns, racy<=2502500 ns
19:35:49.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.283000000, lastModified=2020-12-01 19:35:49.282098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.282098000 to 2020-12-01 19:35:49.283098000
19:35:49.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.283000000, lastModified=2020-12-01 19:35:49.283098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.283000000, lastModified=2020-12-01 19:35:49.283098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.283000000, lastModified=2020-12-01 19:35:49.283098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.283000000, lastModified=2020-12-01 19:35:49.283098000, delta=-98000 ns, racy<=2502500 ns
19:35:49.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.284000000, lastModified=2020-12-01 19:35:49.283098000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.284000000, lastModified=2020-12-01 19:35:49.283098000, delta=902000 ns, racy<=2502500 ns
19:35:49.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.306000000, lastModified=2020-12-01 19:35:49.306097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.306000000, lastModified=2020-12-01 19:35:49.306097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.306000000, lastModified=2020-12-01 19:35:49.306097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.306000000, lastModified=2020-12-01 19:35:49.306097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.307000000, lastModified=2020-12-01 19:35:49.306097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.306097000 to 2020-12-01 19:35:49.307097000
19:35:49.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.307000000, lastModified=2020-12-01 19:35:49.307097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.307000000, lastModified=2020-12-01 19:35:49.307097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.307000000, lastModified=2020-12-01 19:35:49.307097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.308 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.307000000, lastModified=2020-12-01 19:35:49.307097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.308 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.308 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.308000000, lastModified=2020-12-01 19:35:49.307097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.308 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.307097000 to 2020-12-01 19:35:49.308097000
19:35:49.308 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.308000000, lastModified=2020-12-01 19:35:49.308097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.308 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.308000000, lastModified=2020-12-01 19:35:49.308097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.308 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.308 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.308000000, lastModified=2020-12-01 19:35:49.308097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.309 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.308000000, lastModified=2020-12-01 19:35:49.308097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.309 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.309 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.309000000, lastModified=2020-12-01 19:35:49.308097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.309 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.309000000, lastModified=2020-12-01 19:35:49.308097000, delta=903000 ns, racy<=2502500 ns
19:35:49.309 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.309 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.309000000, lastModified=2020-12-01 19:35:49.309097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.309 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.309000000, lastModified=2020-12-01 19:35:49.309097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.309 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.309 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.309000000, lastModified=2020-12-01 19:35:49.309097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.309000000, lastModified=2020-12-01 19:35:49.309097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.310000000, lastModified=2020-12-01 19:35:49.309097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.310000000, lastModified=2020-12-01 19:35:49.309097000, delta=903000 ns, racy<=2502500 ns
19:35:49.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.310000000, lastModified=2020-12-01 19:35:49.310097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.310000000, lastModified=2020-12-01 19:35:49.310097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.310000000, lastModified=2020-12-01 19:35:49.310097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.310000000, lastModified=2020-12-01 19:35:49.310097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.311000000, lastModified=2020-12-01 19:35:49.310097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.311000000, lastModified=2020-12-01 19:35:49.310097000, delta=903000 ns, racy<=2502500 ns
19:35:49.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.311000000, lastModified=2020-12-01 19:35:49.311097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.311000000, lastModified=2020-12-01 19:35:49.311097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.311000000, lastModified=2020-12-01 19:35:49.311097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.311000000, lastModified=2020-12-01 19:35:49.311097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.311000000, lastModified=2020-12-01 19:35:49.311097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.312 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.311000000, lastModified=2020-12-01 19:35:49.311097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.312 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.312 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.312000000, lastModified=2020-12-01 19:35:49.311097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.312 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.311097000 to 2020-12-01 19:35:49.312097000
19:35:49.312 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.312000000, lastModified=2020-12-01 19:35:49.312097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.312 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.312000000, lastModified=2020-12-01 19:35:49.312097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.312 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.312 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.312000000, lastModified=2020-12-01 19:35:49.312097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.313 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.312000000, lastModified=2020-12-01 19:35:49.312097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.313 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.313 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.313000000, lastModified=2020-12-01 19:35:49.312097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.313 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.313000000, lastModified=2020-12-01 19:35:49.312097000, delta=903000 ns, racy<=2502500 ns
19:35:49.313 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.313 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.313000000, lastModified=2020-12-01 19:35:49.313097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.313 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.313000000, lastModified=2020-12-01 19:35:49.313097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.313 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.313 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.313000000, lastModified=2020-12-01 19:35:49.313097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.313 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.313000000, lastModified=2020-12-01 19:35:49.313097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.313 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.314 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.314000000, lastModified=2020-12-01 19:35:49.313097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.314 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.314000000, lastModified=2020-12-01 19:35:49.313097000, delta=903000 ns, racy<=2502500 ns
19:35:49.314 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.314 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.314000000, lastModified=2020-12-01 19:35:49.314097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.314 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.314000000, lastModified=2020-12-01 19:35:49.314097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.314 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.314 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.314000000, lastModified=2020-12-01 19:35:49.314097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.314 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.314000000, lastModified=2020-12-01 19:35:49.314097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.314 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.315 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.315000000, lastModified=2020-12-01 19:35:49.314097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.315 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.315000000, lastModified=2020-12-01 19:35:49.314097000, delta=903000 ns, racy<=2502500 ns
19:35:49.315 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.315 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.315000000, lastModified=2020-12-01 19:35:49.314097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.315 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.314097000 to 2020-12-01 19:35:49.315097000
19:35:49.315 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.315000000, lastModified=2020-12-01 19:35:49.315097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.315 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.315000000, lastModified=2020-12-01 19:35:49.315097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.315 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.315 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.315000000, lastModified=2020-12-01 19:35:49.315097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.316 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.315000000, lastModified=2020-12-01 19:35:49.315097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.316 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.316 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.316000000, lastModified=2020-12-01 19:35:49.315097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.316 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.315097000 to 2020-12-01 19:35:49.316097000
19:35:49.316 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.316000000, lastModified=2020-12-01 19:35:49.316097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.316 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.316000000, lastModified=2020-12-01 19:35:49.316097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.316 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.316 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.316000000, lastModified=2020-12-01 19:35:49.316097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.317 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.316000000, lastModified=2020-12-01 19:35:49.316097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.317 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.317 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.317000000, lastModified=2020-12-01 19:35:49.316097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.317 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.316097000 to 2020-12-01 19:35:49.317097000
19:35:49.317 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.317000000, lastModified=2020-12-01 19:35:49.317097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.317 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.317000000, lastModified=2020-12-01 19:35:49.317097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.317 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.317 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.317000000, lastModified=2020-12-01 19:35:49.317097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.317 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.317000000, lastModified=2020-12-01 19:35:49.317097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.318 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.318 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.318000000, lastModified=2020-12-01 19:35:49.318097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.319 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.318000000, lastModified=2020-12-01 19:35:49.318097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.319 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.320 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.320000000, lastModified=2020-12-01 19:35:49.319097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.320 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.319097000 to 2020-12-01 19:35:49.320097000
19:35:49.320 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.320000000, lastModified=2020-12-01 19:35:49.320097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.321 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.320000000, lastModified=2020-12-01 19:35:49.320097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.321 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.321 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.321000000, lastModified=2020-12-01 19:35:49.321097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.321 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.321000000, lastModified=2020-12-01 19:35:49.321097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.321 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.322 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.322000000, lastModified=2020-12-01 19:35:49.321097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.322 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.321097000 to 2020-12-01 19:35:49.322097000
19:35:49.322 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.322000000, lastModified=2020-12-01 19:35:49.322097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.323 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.322000000, lastModified=2020-12-01 19:35:49.322097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.323 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.323 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.323000000, lastModified=2020-12-01 19:35:49.323097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.323 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.323000000, lastModified=2020-12-01 19:35:49.323097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.323 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.325 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.325000000, lastModified=2020-12-01 19:35:49.324097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.325 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.324097000 to 2020-12-01 19:35:49.325097000
19:35:49.325 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.325000000, lastModified=2020-12-01 19:35:49.325097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.339 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.325097000 to 2020-12-01 19:35:49.338097000
19:35:49.342 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.342000000, lastModified=2020-12-01 19:35:49.341097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.345 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.341097000 to 2020-12-01 19:35:49.344097000
19:35:49.345 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.345000000, lastModified=2020-12-01 19:35:49.344097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.345 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.345000000, lastModified=2020-12-01 19:35:49.344097000, delta=903000 ns, racy<=2502500 ns
19:35:49.345 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.345 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.345000000, lastModified=2020-12-01 19:35:49.345097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.345 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.345000000, lastModified=2020-12-01 19:35:49.345097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.345 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.345 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.345000000, lastModified=2020-12-01 19:35:49.345097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.346 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.345000000, lastModified=2020-12-01 19:35:49.345097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.346 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.346 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.346000000, lastModified=2020-12-01 19:35:49.345097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.346 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.346000000, lastModified=2020-12-01 19:35:49.345097000, delta=903000 ns, racy<=2502500 ns
19:35:49.346 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.346 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.346000000, lastModified=2020-12-01 19:35:49.346097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.346 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.346000000, lastModified=2020-12-01 19:35:49.346097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.346 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.346 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.346000000, lastModified=2020-12-01 19:35:49.346097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.346 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.346000000, lastModified=2020-12-01 19:35:49.346097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.347 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.347 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.347000000, lastModified=2020-12-01 19:35:49.346097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.347 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.347000000, lastModified=2020-12-01 19:35:49.346097000, delta=903000 ns, racy<=2502500 ns
19:35:49.347 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.347 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.347000000, lastModified=2020-12-01 19:35:49.347097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.347 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.347000000, lastModified=2020-12-01 19:35:49.347097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.347 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.347 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.347000000, lastModified=2020-12-01 19:35:49.347097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.347 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.347000000, lastModified=2020-12-01 19:35:49.347097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.347 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.348 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.348000000, lastModified=2020-12-01 19:35:49.347097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.348 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.348000000, lastModified=2020-12-01 19:35:49.347097000, delta=903000 ns, racy<=2502500 ns
19:35:49.348 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.348 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.348000000, lastModified=2020-12-01 19:35:49.347097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.348 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.347097000 to 2020-12-01 19:35:49.348097000
19:35:49.348 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.348000000, lastModified=2020-12-01 19:35:49.348097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.348 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.348000000, lastModified=2020-12-01 19:35:49.348097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.348 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.348 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.348000000, lastModified=2020-12-01 19:35:49.348097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.349 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.348000000, lastModified=2020-12-01 19:35:49.348097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.349 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.349 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.349000000, lastModified=2020-12-01 19:35:49.348097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.349 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.348097000 to 2020-12-01 19:35:49.349097000
19:35:49.349 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.349000000, lastModified=2020-12-01 19:35:49.349097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.349 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.349000000, lastModified=2020-12-01 19:35:49.349097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.349 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.349 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.349000000, lastModified=2020-12-01 19:35:49.349097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.350 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.349000000, lastModified=2020-12-01 19:35:49.349097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.350 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.350 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.350000000, lastModified=2020-12-01 19:35:49.349097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.350 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.350000000, lastModified=2020-12-01 19:35:49.349097000, delta=903000 ns, racy<=2502500 ns
19:35:49.350 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.350 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.350000000, lastModified=2020-12-01 19:35:49.350097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.350 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.350000000, lastModified=2020-12-01 19:35:49.350097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.350 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.350 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.350000000, lastModified=2020-12-01 19:35:49.350097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.351 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.350000000, lastModified=2020-12-01 19:35:49.350097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.351 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.351 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.351000000, lastModified=2020-12-01 19:35:49.350097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.351 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.351000000, lastModified=2020-12-01 19:35:49.350097000, delta=903000 ns, racy<=2502500 ns
19:35:49.351 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.351 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.351000000, lastModified=2020-12-01 19:35:49.351097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.351 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.351000000, lastModified=2020-12-01 19:35:49.351097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.351 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.351 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.351000000, lastModified=2020-12-01 19:35:49.351097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.352 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.351000000, lastModified=2020-12-01 19:35:49.351097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.352 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.352 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.352000000, lastModified=2020-12-01 19:35:49.351097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.352 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.352000000, lastModified=2020-12-01 19:35:49.351097000, delta=903000 ns, racy<=2502500 ns
19:35:49.352 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.352 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.352000000, lastModified=2020-12-01 19:35:49.352097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.352 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.352000000, lastModified=2020-12-01 19:35:49.352097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.352 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.352 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.352000000, lastModified=2020-12-01 19:35:49.352097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.352 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.352000000, lastModified=2020-12-01 19:35:49.352097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.352 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.353 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.353000000, lastModified=2020-12-01 19:35:49.352097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.353 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.353000000, lastModified=2020-12-01 19:35:49.352097000, delta=903000 ns, racy<=2502500 ns
19:35:49.353 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.353 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.353000000, lastModified=2020-12-01 19:35:49.352097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.353 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.352097000 to 2020-12-01 19:35:49.353097000
19:35:49.353 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.353000000, lastModified=2020-12-01 19:35:49.353097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.353 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.353000000, lastModified=2020-12-01 19:35:49.353097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.353 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.354 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.354000000, lastModified=2020-12-01 19:35:49.353097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.354 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.354000000, lastModified=2020-12-01 19:35:49.353097000, delta=903000 ns, racy<=2502500 ns
19:35:49.354 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.354 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.354000000, lastModified=2020-12-01 19:35:49.353097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.354 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.353097000 to 2020-12-01 19:35:49.354097000
19:35:49.354 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.354000000, lastModified=2020-12-01 19:35:49.354097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.354 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.354000000, lastModified=2020-12-01 19:35:49.354097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.354 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.354 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.354000000, lastModified=2020-12-01 19:35:49.354097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.355 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.354000000, lastModified=2020-12-01 19:35:49.354097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.355 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.355 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.355000000, lastModified=2020-12-01 19:35:49.354097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.355 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.354097000 to 2020-12-01 19:35:49.355097000
19:35:49.355 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.355000000, lastModified=2020-12-01 19:35:49.355097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.355 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.355000000, lastModified=2020-12-01 19:35:49.355097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.355 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.355 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.355000000, lastModified=2020-12-01 19:35:49.355097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.355 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.355000000, lastModified=2020-12-01 19:35:49.355097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.356 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.356 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.356000000, lastModified=2020-12-01 19:35:49.355097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.356 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.356000000, lastModified=2020-12-01 19:35:49.355097000, delta=903000 ns, racy<=2502500 ns
19:35:49.356 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.356 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.356000000, lastModified=2020-12-01 19:35:49.356097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.356 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.356000000, lastModified=2020-12-01 19:35:49.356097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.356 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.356 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.356000000, lastModified=2020-12-01 19:35:49.356097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.356 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.356000000, lastModified=2020-12-01 19:35:49.356097000, delta=-97000 ns, racy<=2502500 ns
19:35:49.356 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.357 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.357000000, lastModified=2020-12-01 19:35:49.356097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.357 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.357000000, lastModified=2020-12-01 19:35:49.356097000, delta=903000 ns, racy<=2502500 ns
19:35:49.357 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.406 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.406000000, lastModified=2020-12-01 19:35:49.356097000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.406 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.356097000 to 2020-12-01 19:35:49.406096000
19:35:49.427 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.427000000, lastModified=2020-12-01 19:35:49.426096000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.428 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.426096000 to 2020-12-01 19:35:49.427096000
19:35:49.429 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.429000000, lastModified=2020-12-01 19:35:49.429096000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.429 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.429000000, lastModified=2020-12-01 19:35:49.429096000, delta=-96000 ns, racy<=2502500 ns
19:35:49.429 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.430 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.430000000, lastModified=2020-12-01 19:35:49.429096000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.430 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.429096000 to 2020-12-01 19:35:49.430096000
19:35:49.430 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.430000000, lastModified=2020-12-01 19:35:49.430096000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.431 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.430000000, lastModified=2020-12-01 19:35:49.430096000, delta=-96000 ns, racy<=2502500 ns
19:35:49.431 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.431 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.431000000, lastModified=2020-12-01 19:35:49.431096000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.433 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.431096000 to 2020-12-01 19:35:49.433096000
19:35:49.433 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.433000000, lastModified=2020-12-01 19:35:49.433096000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.434 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.433096000 to 2020-12-01 19:35:49.434096000
19:35:49.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.436000000, lastModified=2020-12-01 19:35:49.435096000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.435096000 to 2020-12-01 19:35:49.436096000
19:35:49.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.436000000, lastModified=2020-12-01 19:35:49.436096000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.437 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.436000000, lastModified=2020-12-01 19:35:49.436096000, delta=-96000 ns, racy<=2502500 ns
19:35:49.437 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.445000000, lastModified=2020-12-01 19:35:49.444095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.444095000 to 2020-12-01 19:35:49.445095000
19:35:49.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.445000000, lastModified=2020-12-01 19:35:49.445095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.445000000, lastModified=2020-12-01 19:35:49.445095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.446000000, lastModified=2020-12-01 19:35:49.445095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.446000000, lastModified=2020-12-01 19:35:49.445095000, delta=905000 ns, racy<=2502500 ns
19:35:49.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.446000000, lastModified=2020-12-01 19:35:49.446095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.446000000, lastModified=2020-12-01 19:35:49.446095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.446000000, lastModified=2020-12-01 19:35:49.446095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.446000000, lastModified=2020-12-01 19:35:49.446095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.447000000, lastModified=2020-12-01 19:35:49.446095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.447000000, lastModified=2020-12-01 19:35:49.446095000, delta=905000 ns, racy<=2502500 ns
19:35:49.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.447000000, lastModified=2020-12-01 19:35:49.447095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.447000000, lastModified=2020-12-01 19:35:49.447095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.447000000, lastModified=2020-12-01 19:35:49.447095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.447000000, lastModified=2020-12-01 19:35:49.447095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.448000000, lastModified=2020-12-01 19:35:49.447095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.448000000, lastModified=2020-12-01 19:35:49.447095000, delta=905000 ns, racy<=2502500 ns
19:35:49.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.448000000, lastModified=2020-12-01 19:35:49.447095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.447095000 to 2020-12-01 19:35:49.448095000
19:35:49.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.448000000, lastModified=2020-12-01 19:35:49.448095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.448000000, lastModified=2020-12-01 19:35:49.448095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.448000000, lastModified=2020-12-01 19:35:49.448095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.448000000, lastModified=2020-12-01 19:35:49.448095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.449000000, lastModified=2020-12-01 19:35:49.448095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.448095000 to 2020-12-01 19:35:49.449095000
19:35:49.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.449000000, lastModified=2020-12-01 19:35:49.449095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.449000000, lastModified=2020-12-01 19:35:49.449095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.449000000, lastModified=2020-12-01 19:35:49.449095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.449000000, lastModified=2020-12-01 19:35:49.449095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.450000000, lastModified=2020-12-01 19:35:49.449095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.449095000 to 2020-12-01 19:35:49.450095000
19:35:49.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.450000000, lastModified=2020-12-01 19:35:49.450095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.450000000, lastModified=2020-12-01 19:35:49.450095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.450000000, lastModified=2020-12-01 19:35:49.450095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.450000000, lastModified=2020-12-01 19:35:49.450095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.451000000, lastModified=2020-12-01 19:35:49.450095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.451000000, lastModified=2020-12-01 19:35:49.450095000, delta=905000 ns, racy<=2502500 ns
19:35:49.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.451000000, lastModified=2020-12-01 19:35:49.451095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.451000000, lastModified=2020-12-01 19:35:49.451095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.451000000, lastModified=2020-12-01 19:35:49.451095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.451000000, lastModified=2020-12-01 19:35:49.451095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.452 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.452 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.452000000, lastModified=2020-12-01 19:35:49.451095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.452 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.451095000 to 2020-12-01 19:35:49.452095000
19:35:49.452 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.452000000, lastModified=2020-12-01 19:35:49.452095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.452000000, lastModified=2020-12-01 19:35:49.452095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.453000000, lastModified=2020-12-01 19:35:49.453095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.454 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.453000000, lastModified=2020-12-01 19:35:49.453095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.454 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.454 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.454000000, lastModified=2020-12-01 19:35:49.454095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.454 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.454000000, lastModified=2020-12-01 19:35:49.454095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.454 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.455000000, lastModified=2020-12-01 19:35:49.454095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.454095000 to 2020-12-01 19:35:49.455095000
19:35:49.458 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.458000000, lastModified=2020-12-01 19:35:49.458095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.459 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.458000000, lastModified=2020-12-01 19:35:49.458095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.459 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.459 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.459000000, lastModified=2020-12-01 19:35:49.459095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.459 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.459000000, lastModified=2020-12-01 19:35:49.459095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.459 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.460000000, lastModified=2020-12-01 19:35:49.459095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.459095000 to 2020-12-01 19:35:49.460095000
19:35:49.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.460000000, lastModified=2020-12-01 19:35:49.460095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.460095000 to 2020-12-01 19:35:49.461095000
19:35:49.464 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.464000000, lastModified=2020-12-01 19:35:49.463095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.464 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.463095000 to 2020-12-01 19:35:49.464095000
19:35:49.465 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.465000000, lastModified=2020-12-01 19:35:49.464095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.465 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.464095000 to 2020-12-01 19:35:49.465095000
19:35:49.465 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.465000000, lastModified=2020-12-01 19:35:49.465095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.466 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.465000000, lastModified=2020-12-01 19:35:49.465095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.466 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.467 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.467000000, lastModified=2020-12-01 19:35:49.466095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.467 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.466095000 to 2020-12-01 19:35:49.467095000
19:35:49.467 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.467000000, lastModified=2020-12-01 19:35:49.467095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.468 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.467000000, lastModified=2020-12-01 19:35:49.467095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.468 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.468 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.468000000, lastModified=2020-12-01 19:35:49.468095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.468 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.468000000, lastModified=2020-12-01 19:35:49.468095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.468 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.469 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.469000000, lastModified=2020-12-01 19:35:49.468095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.469 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.468095000 to 2020-12-01 19:35:49.469095000
19:35:49.470 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.470000000, lastModified=2020-12-01 19:35:49.469095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.471 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.469095000 to 2020-12-01 19:35:49.471095000
19:35:49.471 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.471000000, lastModified=2020-12-01 19:35:49.471095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.475 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.471095000 to 2020-12-01 19:35:49.475095000
19:35:49.476 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.476000000, lastModified=2020-12-01 19:35:49.475095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.479 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.475095000 to 2020-12-01 19:35:49.479095000
19:35:49.506 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.506000000, lastModified=2020-12-01 19:35:49.481095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.506 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.481095000 to 2020-12-01 19:35:49.506095000
19:35:49.507 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.507000000, lastModified=2020-12-01 19:35:49.507095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.507000000, lastModified=2020-12-01 19:35:49.507095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.508000000, lastModified=2020-12-01 19:35:49.508095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.508000000, lastModified=2020-12-01 19:35:49.508095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.509 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.509000000, lastModified=2020-12-01 19:35:49.508095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.509 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.508095000 to 2020-12-01 19:35:49.509095000
19:35:49.510 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.510000000, lastModified=2020-12-01 19:35:49.510095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.511 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.510000000, lastModified=2020-12-01 19:35:49.510095000, delta=-95000 ns, racy<=2502500 ns
19:35:49.511 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.512 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.511000000, lastModified=2020-12-01 19:35:49.511095000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.513 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.511095000 to 2020-12-01 19:35:49.513094000
19:35:49.514 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.514000000, lastModified=2020-12-01 19:35:49.513094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.514 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.513094000 to 2020-12-01 19:35:49.514094000
19:35:49.514 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.514000000, lastModified=2020-12-01 19:35:49.514094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.515 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.514000000, lastModified=2020-12-01 19:35:49.514094000, delta=-94000 ns, racy<=2502500 ns
19:35:49.515 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.515 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.515000000, lastModified=2020-12-01 19:35:49.515094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.515 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.515000000, lastModified=2020-12-01 19:35:49.515094000, delta=-94000 ns, racy<=2502500 ns
19:35:49.515 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.516 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.516000000, lastModified=2020-12-01 19:35:49.515094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.516 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.515094000 to 2020-12-01 19:35:49.516094000
19:35:49.517 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.517000000, lastModified=2020-12-01 19:35:49.516094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.518 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.516094000 to 2020-12-01 19:35:49.518094000
19:35:49.518 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.518000000, lastModified=2020-12-01 19:35:49.518094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.519 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.518000000, lastModified=2020-12-01 19:35:49.518094000, delta=-94000 ns, racy<=2502500 ns
19:35:49.519 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.519 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.519000000, lastModified=2020-12-01 19:35:49.519094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.521 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.519094000 to 2020-12-01 19:35:49.521094000
19:35:49.522 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.522000000, lastModified=2020-12-01 19:35:49.522094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.524 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.522094000 to 2020-12-01 19:35:49.524094000
19:35:49.525 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.525000000, lastModified=2020-12-01 19:35:49.525094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.525 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.525000000, lastModified=2020-12-01 19:35:49.525094000, delta=-94000 ns, racy<=2502500 ns
19:35:49.525 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.526 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.525000000, lastModified=2020-12-01 19:35:49.525094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.526 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.525000000, lastModified=2020-12-01 19:35:49.525094000, delta=-94000 ns, racy<=2502500 ns
19:35:49.526 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.526 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.526000000, lastModified=2020-12-01 19:35:49.526094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.526 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.526000000, lastModified=2020-12-01 19:35:49.526094000, delta=-94000 ns, racy<=2502500 ns
19:35:49.526 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.526 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.526000000, lastModified=2020-12-01 19:35:49.526094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.527 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.526000000, lastModified=2020-12-01 19:35:49.526094000, delta=-94000 ns, racy<=2502500 ns
19:35:49.527 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.527 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.527000000, lastModified=2020-12-01 19:35:49.526094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.527 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.526094000 to 2020-12-01 19:35:49.527094000
19:35:49.527 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.527000000, lastModified=2020-12-01 19:35:49.527094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.527000000, lastModified=2020-12-01 19:35:49.527094000, delta=-94000 ns, racy<=2502500 ns
19:35:49.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.528000000, lastModified=2020-12-01 19:35:49.527094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.527094000 to 2020-12-01 19:35:49.528094000
19:35:49.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.528000000, lastModified=2020-12-01 19:35:49.528094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.528000000, lastModified=2020-12-01 19:35:49.528094000, delta=-94000 ns, racy<=2502500 ns
19:35:49.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.529000000, lastModified=2020-12-01 19:35:49.528094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.529000000, lastModified=2020-12-01 19:35:49.528094000, delta=906000 ns, racy<=2502500 ns
19:35:49.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.529000000, lastModified=2020-12-01 19:35:49.529094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.529000000, lastModified=2020-12-01 19:35:49.529094000, delta=-94000 ns, racy<=2502500 ns
19:35:49.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.529000000, lastModified=2020-12-01 19:35:49.529094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.529000000, lastModified=2020-12-01 19:35:49.529094000, delta=-94000 ns, racy<=2502500 ns
19:35:49.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.530000000, lastModified=2020-12-01 19:35:49.529094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.530000000, lastModified=2020-12-01 19:35:49.529094000, delta=906000 ns, racy<=2502500 ns
19:35:49.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.530000000, lastModified=2020-12-01 19:35:49.530094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.530000000, lastModified=2020-12-01 19:35:49.530094000, delta=-94000 ns, racy<=2502500 ns
19:35:49.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.530000000, lastModified=2020-12-01 19:35:49.530094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.530000000, lastModified=2020-12-01 19:35:49.530094000, delta=-94000 ns, racy<=2502500 ns
19:35:49.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.531000000, lastModified=2020-12-01 19:35:49.530094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.531000000, lastModified=2020-12-01 19:35:49.530094000, delta=906000 ns, racy<=2502500 ns
19:35:49.545 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.546 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.546000000, lastModified=2020-12-01 19:35:49.545094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.551 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.545094000 to 2020-12-01 19:35:49.551094000
19:35:49.552 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.552000000, lastModified=2020-12-01 19:35:49.551094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.552 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.551094000 to 2020-12-01 19:35:49.552094000
19:35:49.554 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.554000000, lastModified=2020-12-01 19:35:49.554094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.555 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.554094000 to 2020-12-01 19:35:49.555094000
19:35:49.556 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.556000000, lastModified=2020-12-01 19:35:49.555094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.556 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.555094000 to 2020-12-01 19:35:49.556094000
19:35:49.557 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.557000000, lastModified=2020-12-01 19:35:49.556094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.559 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.556094000 to 2020-12-01 19:35:49.559094000
19:35:49.569 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.569000000, lastModified=2020-12-01 19:35:49.569094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.570 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.569000000, lastModified=2020-12-01 19:35:49.569094000, delta=-94000 ns, racy<=2502500 ns
19:35:49.570 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.572 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.572000000, lastModified=2020-12-01 19:35:49.572094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.574 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.572094000 to 2020-12-01 19:35:49.573094000
19:35:49.575 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.575000000, lastModified=2020-12-01 19:35:49.575094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.577 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.575094000 to 2020-12-01 19:35:49.577094000
19:35:49.578 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.578000000, lastModified=2020-12-01 19:35:49.577094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.578 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.577094000 to 2020-12-01 19:35:49.578094000
19:35:49.578 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.578000000, lastModified=2020-12-01 19:35:49.578094000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.606 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.578094000 to 2020-12-01 19:35:49.606093000
19:35:49.606 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.606000000, lastModified=2020-12-01 19:35:49.606093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.607 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.606000000, lastModified=2020-12-01 19:35:49.606093000, delta=-93000 ns, racy<=2502500 ns
19:35:49.607 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.607 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.607000000, lastModified=2020-12-01 19:35:49.607093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.607 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.607000000, lastModified=2020-12-01 19:35:49.607093000, delta=-93000 ns, racy<=2502500 ns
19:35:49.607 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.608 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.608000000, lastModified=2020-12-01 19:35:49.607093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.609 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.607093000 to 2020-12-01 19:35:49.608093000
19:35:49.611 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.611000000, lastModified=2020-12-01 19:35:49.610093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.611 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.610093000 to 2020-12-01 19:35:49.611093000
19:35:49.613 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.613000000, lastModified=2020-12-01 19:35:49.613093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.614 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.613000000, lastModified=2020-12-01 19:35:49.613093000, delta=-93000 ns, racy<=2502500 ns
19:35:49.614 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.616 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.616000000, lastModified=2020-12-01 19:35:49.616093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.617 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.616000000, lastModified=2020-12-01 19:35:49.616093000, delta=-93000 ns, racy<=2502500 ns
19:35:49.617 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.617 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.617000000, lastModified=2020-12-01 19:35:49.616093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.617 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.616093000 to 2020-12-01 19:35:49.617093000
19:35:49.618 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.618000000, lastModified=2020-12-01 19:35:49.618093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.618 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.618000000, lastModified=2020-12-01 19:35:49.618093000, delta=-93000 ns, racy<=2502500 ns
19:35:49.618 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.621 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.620000000, lastModified=2020-12-01 19:35:49.620093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.621 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.620000000, lastModified=2020-12-01 19:35:49.620093000, delta=-93000 ns, racy<=2502500 ns
19:35:49.621 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.621 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.621000000, lastModified=2020-12-01 19:35:49.621093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.621 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.621000000, lastModified=2020-12-01 19:35:49.621093000, delta=-93000 ns, racy<=2502500 ns
19:35:49.621 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.622 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.622000000, lastModified=2020-12-01 19:35:49.621093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.622 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.621093000 to 2020-12-01 19:35:49.622093000
19:35:49.622 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.622000000, lastModified=2020-12-01 19:35:49.622093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.623 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.622000000, lastModified=2020-12-01 19:35:49.622093000, delta=-93000 ns, racy<=2502500 ns
19:35:49.623 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.623 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.623000000, lastModified=2020-12-01 19:35:49.623093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.623 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.623000000, lastModified=2020-12-01 19:35:49.623093000, delta=-93000 ns, racy<=2502500 ns
19:35:49.623 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.641 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.641000000, lastModified=2020-12-01 19:35:49.641093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.643 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.641093000 to 2020-12-01 19:35:49.642093000
19:35:49.643 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.643000000, lastModified=2020-12-01 19:35:49.643093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.643 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.643000000, lastModified=2020-12-01 19:35:49.643093000, delta=-93000 ns, racy<=2502500 ns
19:35:49.643 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.644 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.644000000, lastModified=2020-12-01 19:35:49.643093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.644 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.644000000, lastModified=2020-12-01 19:35:49.643093000, delta=907000 ns, racy<=2502500 ns
19:35:49.644 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.644 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.644000000, lastModified=2020-12-01 19:35:49.644093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.644000000, lastModified=2020-12-01 19:35:49.644093000, delta=-93000 ns, racy<=2502500 ns
19:35:49.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.645000000, lastModified=2020-12-01 19:35:49.645093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.645000000, lastModified=2020-12-01 19:35:49.645093000, delta=-93000 ns, racy<=2502500 ns
19:35:49.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.646 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.646000000, lastModified=2020-12-01 19:35:49.645093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.646 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.645093000 to 2020-12-01 19:35:49.646093000
19:35:49.646 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.646000000, lastModified=2020-12-01 19:35:49.646093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.647 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.646000000, lastModified=2020-12-01 19:35:49.646093000, delta=-93000 ns, racy<=2502500 ns
19:35:49.647 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.647 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.647000000, lastModified=2020-12-01 19:35:49.647093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.647 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.647000000, lastModified=2020-12-01 19:35:49.647093000, delta=-93000 ns, racy<=2502500 ns
19:35:49.647 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.648 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.648000000, lastModified=2020-12-01 19:35:49.647093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.650 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.647093000 to 2020-12-01 19:35:49.649093000
19:35:49.651 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.651000000, lastModified=2020-12-01 19:35:49.650093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.653 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.650093000 to 2020-12-01 19:35:49.652093000
19:35:49.653 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.653000000, lastModified=2020-12-01 19:35:49.653093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.654 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.653000000, lastModified=2020-12-01 19:35:49.653093000, delta=-93000 ns, racy<=2502500 ns
19:35:49.654 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.655 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.655000000, lastModified=2020-12-01 19:35:49.654093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.656 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.654093000 to 2020-12-01 19:35:49.655093000
19:35:49.657 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.657000000, lastModified=2020-12-01 19:35:49.656093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.657 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.656093000 to 2020-12-01 19:35:49.657093000
19:35:49.657 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.657000000, lastModified=2020-12-01 19:35:49.657093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.658 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.657000000, lastModified=2020-12-01 19:35:49.657093000, delta=-93000 ns, racy<=2502500 ns
19:35:49.658 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.658 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.658000000, lastModified=2020-12-01 19:35:49.657093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.658 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.657093000 to 2020-12-01 19:35:49.658093000
19:35:49.658 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.658000000, lastModified=2020-12-01 19:35:49.658093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.659 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.658000000, lastModified=2020-12-01 19:35:49.658093000, delta=-93000 ns, racy<=2502500 ns
19:35:49.659 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.659 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.659000000, lastModified=2020-12-01 19:35:49.659093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.659 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.659000000, lastModified=2020-12-01 19:35:49.659093000, delta=-93000 ns, racy<=2502500 ns
19:35:49.659 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.659 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.659000000, lastModified=2020-12-01 19:35:49.659093000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.660 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.659000000, lastModified=2020-12-01 19:35:49.659093000, delta=-93000 ns, racy<=2502500 ns
19:35:49.660 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.667 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.667000000, lastModified=2020-12-01 19:35:49.667092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.669 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.667092000 to 2020-12-01 19:35:49.669092000
19:35:49.670 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.670000000, lastModified=2020-12-01 19:35:49.669092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.670 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.669092000 to 2020-12-01 19:35:49.670092000
19:35:49.671 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.670000000, lastModified=2020-12-01 19:35:49.670092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.671 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.670000000, lastModified=2020-12-01 19:35:49.670092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.671 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.671 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.671000000, lastModified=2020-12-01 19:35:49.671092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.672 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.671000000, lastModified=2020-12-01 19:35:49.671092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.672 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.672 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.672000000, lastModified=2020-12-01 19:35:49.671092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.672 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.671092000 to 2020-12-01 19:35:49.672092000
19:35:49.673 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.672000000, lastModified=2020-12-01 19:35:49.672092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.673 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.672000000, lastModified=2020-12-01 19:35:49.672092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.673 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.673 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.673000000, lastModified=2020-12-01 19:35:49.673092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.674 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.673000000, lastModified=2020-12-01 19:35:49.673092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.674 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.674 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.674000000, lastModified=2020-12-01 19:35:49.674092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.675 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.674000000, lastModified=2020-12-01 19:35:49.674092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.675 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.675 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.675000000, lastModified=2020-12-01 19:35:49.675092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.675 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.675000000, lastModified=2020-12-01 19:35:49.675092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.675 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.676 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.676000000, lastModified=2020-12-01 19:35:49.675092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.676 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.675092000 to 2020-12-01 19:35:49.676092000
19:35:49.676 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.676000000, lastModified=2020-12-01 19:35:49.676092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.677 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.676000000, lastModified=2020-12-01 19:35:49.676092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.677 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.677 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.677000000, lastModified=2020-12-01 19:35:49.677092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.677 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.677000000, lastModified=2020-12-01 19:35:49.677092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.677 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.678 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.678000000, lastModified=2020-12-01 19:35:49.678092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.678 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.678000000, lastModified=2020-12-01 19:35:49.678092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.678 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.679 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.679000000, lastModified=2020-12-01 19:35:49.678092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.679 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.678092000 to 2020-12-01 19:35:49.679092000
19:35:49.679 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.679000000, lastModified=2020-12-01 19:35:49.679092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.680 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.679092000 to 2020-12-01 19:35:49.680092000
19:35:49.682 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.682000000, lastModified=2020-12-01 19:35:49.681092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.683 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.681092000 to 2020-12-01 19:35:49.682092000
19:35:49.683 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.683000000, lastModified=2020-12-01 19:35:49.683092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.683 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.683000000, lastModified=2020-12-01 19:35:49.683092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.683 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.684 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.684000000, lastModified=2020-12-01 19:35:49.683092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.684 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.684000000, lastModified=2020-12-01 19:35:49.683092000, delta=908000 ns, racy<=2502500 ns
19:35:49.684 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.684 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.684000000, lastModified=2020-12-01 19:35:49.684092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.684 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.684000000, lastModified=2020-12-01 19:35:49.684092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.684 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.685 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.685000000, lastModified=2020-12-01 19:35:49.684092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.685 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.684092000 to 2020-12-01 19:35:49.685092000
19:35:49.686 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.686000000, lastModified=2020-12-01 19:35:49.685092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.687 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.685092000 to 2020-12-01 19:35:49.686092000
19:35:49.687 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.687000000, lastModified=2020-12-01 19:35:49.686092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.687 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.686092000 to 2020-12-01 19:35:49.687092000
19:35:49.687 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.687000000, lastModified=2020-12-01 19:35:49.687092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.688 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.687000000, lastModified=2020-12-01 19:35:49.687092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.688 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.688 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.688000000, lastModified=2020-12-01 19:35:49.688092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.688 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.688000000, lastModified=2020-12-01 19:35:49.688092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.688 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.696 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.696000000, lastModified=2020-12-01 19:35:49.695092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.695092000 to 2020-12-01 19:35:49.696092000
19:35:49.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.697000000, lastModified=2020-12-01 19:35:49.696092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.696092000 to 2020-12-01 19:35:49.697092000
19:35:49.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.697000000, lastModified=2020-12-01 19:35:49.697092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.697000000, lastModified=2020-12-01 19:35:49.697092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.697000000, lastModified=2020-12-01 19:35:49.697092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.697000000, lastModified=2020-12-01 19:35:49.697092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.698000000, lastModified=2020-12-01 19:35:49.697092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.697092000 to 2020-12-01 19:35:49.698092000
19:35:49.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.698000000, lastModified=2020-12-01 19:35:49.698092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.698000000, lastModified=2020-12-01 19:35:49.698092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.698000000, lastModified=2020-12-01 19:35:49.698092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.698000000, lastModified=2020-12-01 19:35:49.698092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.699000000, lastModified=2020-12-01 19:35:49.698092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.698092000 to 2020-12-01 19:35:49.699092000
19:35:49.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.699000000, lastModified=2020-12-01 19:35:49.699092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.699000000, lastModified=2020-12-01 19:35:49.699092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.699000000, lastModified=2020-12-01 19:35:49.699092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.699000000, lastModified=2020-12-01 19:35:49.699092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.700 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.700000000, lastModified=2020-12-01 19:35:49.699092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.700 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.700000000, lastModified=2020-12-01 19:35:49.699092000, delta=908000 ns, racy<=2502500 ns
19:35:49.700 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.700 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.700000000, lastModified=2020-12-01 19:35:49.700092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.700 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.700000000, lastModified=2020-12-01 19:35:49.700092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.700 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.700 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.700000000, lastModified=2020-12-01 19:35:49.700092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.700 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.700000000, lastModified=2020-12-01 19:35:49.700092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.701000000, lastModified=2020-12-01 19:35:49.700092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.701000000, lastModified=2020-12-01 19:35:49.700092000, delta=908000 ns, racy<=2502500 ns
19:35:49.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.701000000, lastModified=2020-12-01 19:35:49.701092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.701000000, lastModified=2020-12-01 19:35:49.701092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.701000000, lastModified=2020-12-01 19:35:49.701092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.701000000, lastModified=2020-12-01 19:35:49.701092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.702 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.701000000, lastModified=2020-12-01 19:35:49.701092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.702 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.701000000, lastModified=2020-12-01 19:35:49.701092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.702 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.702 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.702000000, lastModified=2020-12-01 19:35:49.701092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.702 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.701092000 to 2020-12-01 19:35:49.702092000
19:35:49.702 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.702000000, lastModified=2020-12-01 19:35:49.702092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.702 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.702000000, lastModified=2020-12-01 19:35:49.702092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.702 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.702000000, lastModified=2020-12-01 19:35:49.702092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.702000000, lastModified=2020-12-01 19:35:49.702092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.703000000, lastModified=2020-12-01 19:35:49.702092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.702092000 to 2020-12-01 19:35:49.703092000
19:35:49.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.703000000, lastModified=2020-12-01 19:35:49.703092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.703000000, lastModified=2020-12-01 19:35:49.703092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.703000000, lastModified=2020-12-01 19:35:49.703092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.703000000, lastModified=2020-12-01 19:35:49.703092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.704000000, lastModified=2020-12-01 19:35:49.703092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.703092000 to 2020-12-01 19:35:49.704092000
19:35:49.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.704000000, lastModified=2020-12-01 19:35:49.704092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.704000000, lastModified=2020-12-01 19:35:49.704092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.704000000, lastModified=2020-12-01 19:35:49.704092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.704000000, lastModified=2020-12-01 19:35:49.704092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.705 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.705 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.705000000, lastModified=2020-12-01 19:35:49.704092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.705 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.705000000, lastModified=2020-12-01 19:35:49.704092000, delta=908000 ns, racy<=2502500 ns
19:35:49.705 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.705 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.705000000, lastModified=2020-12-01 19:35:49.705092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.705 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.705000000, lastModified=2020-12-01 19:35:49.705092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.705 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.705 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.705000000, lastModified=2020-12-01 19:35:49.705092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.705 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.705000000, lastModified=2020-12-01 19:35:49.705092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.705 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.706000000, lastModified=2020-12-01 19:35:49.705092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.706000000, lastModified=2020-12-01 19:35:49.705092000, delta=908000 ns, racy<=2502500 ns
19:35:49.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.706000000, lastModified=2020-12-01 19:35:49.705092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.705092000 to 2020-12-01 19:35:49.706092000
19:35:49.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.706000000, lastModified=2020-12-01 19:35:49.706092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.706000000, lastModified=2020-12-01 19:35:49.706092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.706000000, lastModified=2020-12-01 19:35:49.706092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.707 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.706000000, lastModified=2020-12-01 19:35:49.706092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.707 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.707 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.707000000, lastModified=2020-12-01 19:35:49.706092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.707 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.707000000, lastModified=2020-12-01 19:35:49.706092000, delta=908000 ns, racy<=2502500 ns
19:35:49.707 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.707 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.707000000, lastModified=2020-12-01 19:35:49.707092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.707 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.707000000, lastModified=2020-12-01 19:35:49.707092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.707 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.707 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.707000000, lastModified=2020-12-01 19:35:49.707092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.707 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.707000000, lastModified=2020-12-01 19:35:49.707092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.707 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.708000000, lastModified=2020-12-01 19:35:49.707092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.708000000, lastModified=2020-12-01 19:35:49.707092000, delta=908000 ns, racy<=2502500 ns
19:35:49.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.708000000, lastModified=2020-12-01 19:35:49.707092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.707092000 to 2020-12-01 19:35:49.708092000
19:35:49.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.708000000, lastModified=2020-12-01 19:35:49.708092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.708000000, lastModified=2020-12-01 19:35:49.708092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.708000000, lastModified=2020-12-01 19:35:49.708092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.708000000, lastModified=2020-12-01 19:35:49.708092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.709000000, lastModified=2020-12-01 19:35:49.708092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.709000000, lastModified=2020-12-01 19:35:49.708092000, delta=908000 ns, racy<=2502500 ns
19:35:49.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.709000000, lastModified=2020-12-01 19:35:49.709092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.709000000, lastModified=2020-12-01 19:35:49.709092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.709000000, lastModified=2020-12-01 19:35:49.709092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.709000000, lastModified=2020-12-01 19:35:49.709092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.710000000, lastModified=2020-12-01 19:35:49.709092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.710000000, lastModified=2020-12-01 19:35:49.709092000, delta=908000 ns, racy<=2502500 ns
19:35:49.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.710000000, lastModified=2020-12-01 19:35:49.710092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.710000000, lastModified=2020-12-01 19:35:49.710092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.710000000, lastModified=2020-12-01 19:35:49.710092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.710000000, lastModified=2020-12-01 19:35:49.710092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.711000000, lastModified=2020-12-01 19:35:49.710092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.711000000, lastModified=2020-12-01 19:35:49.710092000, delta=908000 ns, racy<=2502500 ns
19:35:49.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.711000000, lastModified=2020-12-01 19:35:49.711092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.711000000, lastModified=2020-12-01 19:35:49.711092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.711000000, lastModified=2020-12-01 19:35:49.711092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.711000000, lastModified=2020-12-01 19:35:49.711092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.712000000, lastModified=2020-12-01 19:35:49.711092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.712000000, lastModified=2020-12-01 19:35:49.711092000, delta=908000 ns, racy<=2502500 ns
19:35:49.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.712000000, lastModified=2020-12-01 19:35:49.711092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.711092000 to 2020-12-01 19:35:49.712092000
19:35:49.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.712000000, lastModified=2020-12-01 19:35:49.712092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.712000000, lastModified=2020-12-01 19:35:49.712092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.713 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.713000000, lastModified=2020-12-01 19:35:49.712092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.713 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.713000000, lastModified=2020-12-01 19:35:49.712092000, delta=908000 ns, racy<=2502500 ns
19:35:49.713 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.713 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.713000000, lastModified=2020-12-01 19:35:49.712092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.713 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.712092000 to 2020-12-01 19:35:49.713092000
19:35:49.713 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.713000000, lastModified=2020-12-01 19:35:49.713092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.713 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.713000000, lastModified=2020-12-01 19:35:49.713092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.713 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.713 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.713000000, lastModified=2020-12-01 19:35:49.713092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.714 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.713000000, lastModified=2020-12-01 19:35:49.713092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.714 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.714 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.714000000, lastModified=2020-12-01 19:35:49.713092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.714 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.713092000 to 2020-12-01 19:35:49.714092000
19:35:49.714 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.714000000, lastModified=2020-12-01 19:35:49.714092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.714 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.714000000, lastModified=2020-12-01 19:35:49.714092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.714 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.714 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.714000000, lastModified=2020-12-01 19:35:49.714092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.715 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.714000000, lastModified=2020-12-01 19:35:49.714092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.715 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.715 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.715000000, lastModified=2020-12-01 19:35:49.714092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.715 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.714092000 to 2020-12-01 19:35:49.715092000
19:35:49.715 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.715000000, lastModified=2020-12-01 19:35:49.715092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.715 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.715000000, lastModified=2020-12-01 19:35:49.715092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.715 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.715 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.715000000, lastModified=2020-12-01 19:35:49.715092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.715 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.715000000, lastModified=2020-12-01 19:35:49.715092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.716 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.716 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.716000000, lastModified=2020-12-01 19:35:49.715092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.716 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.716000000, lastModified=2020-12-01 19:35:49.715092000, delta=908000 ns, racy<=2502500 ns
19:35:49.716 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.716 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.716000000, lastModified=2020-12-01 19:35:49.716092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.716 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.716000000, lastModified=2020-12-01 19:35:49.716092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.716 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.716 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.716000000, lastModified=2020-12-01 19:35:49.716092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.716 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.716000000, lastModified=2020-12-01 19:35:49.716092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.716 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.717 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.717000000, lastModified=2020-12-01 19:35:49.716092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.717 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.717000000, lastModified=2020-12-01 19:35:49.716092000, delta=908000 ns, racy<=2502500 ns
19:35:49.717 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.717 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.717000000, lastModified=2020-12-01 19:35:49.716092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.717 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.716092000 to 2020-12-01 19:35:49.717092000
19:35:49.717 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.717000000, lastModified=2020-12-01 19:35:49.717092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.717 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.717000000, lastModified=2020-12-01 19:35:49.717092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.717 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.717000000, lastModified=2020-12-01 19:35:49.717092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.717000000, lastModified=2020-12-01 19:35:49.717092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.718000000, lastModified=2020-12-01 19:35:49.717092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.717092000 to 2020-12-01 19:35:49.718092000
19:35:49.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.718000000, lastModified=2020-12-01 19:35:49.718092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.718000000, lastModified=2020-12-01 19:35:49.718092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.718000000, lastModified=2020-12-01 19:35:49.718092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.718000000, lastModified=2020-12-01 19:35:49.718092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.719000000, lastModified=2020-12-01 19:35:49.718092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.719000000, lastModified=2020-12-01 19:35:49.718092000, delta=908000 ns, racy<=2502500 ns
19:35:49.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.719000000, lastModified=2020-12-01 19:35:49.719092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.719000000, lastModified=2020-12-01 19:35:49.719092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.719000000, lastModified=2020-12-01 19:35:49.719092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.719000000, lastModified=2020-12-01 19:35:49.719092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.720000000, lastModified=2020-12-01 19:35:49.719092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.720000000, lastModified=2020-12-01 19:35:49.719092000, delta=908000 ns, racy<=2502500 ns
19:35:49.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.720000000, lastModified=2020-12-01 19:35:49.720092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.720000000, lastModified=2020-12-01 19:35:49.720092000, delta=-92000 ns, racy<=2502500 ns
19:35:49.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.720000000, lastModified=2020-12-01 19:35:49.720092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.722 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.720092000 to 2020-12-01 19:35:49.721092000
19:35:49.722 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.722000000, lastModified=2020-12-01 19:35:49.722092000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.724 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.722092000 to 2020-12-01 19:35:49.723092000
19:35:49.740 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.740000000, lastModified=2020-12-01 19:35:49.740091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.746 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.740091000 to 2020-12-01 19:35:49.746091000
19:35:49.748 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.748000000, lastModified=2020-12-01 19:35:49.748091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.748 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.748000000, lastModified=2020-12-01 19:35:49.748091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.748 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.750 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.750000000, lastModified=2020-12-01 19:35:49.750091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.756 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.750091000 to 2020-12-01 19:35:49.756091000
19:35:49.757 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.757000000, lastModified=2020-12-01 19:35:49.756091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.757 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.756091000 to 2020-12-01 19:35:49.757091000
19:35:49.758 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.758000000, lastModified=2020-12-01 19:35:49.757091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.758 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.757091000 to 2020-12-01 19:35:49.758091000
19:35:49.760 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.760000000, lastModified=2020-12-01 19:35:49.759091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.760 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.760000000, lastModified=2020-12-01 19:35:49.759091000, delta=909000 ns, racy<=2502500 ns
19:35:49.760 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.760 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.760000000, lastModified=2020-12-01 19:35:49.760091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.761 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.760000000, lastModified=2020-12-01 19:35:49.760091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.761 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.761 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.761000000, lastModified=2020-12-01 19:35:49.760091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.761 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.760091000 to 2020-12-01 19:35:49.761091000
19:35:49.762 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.762000000, lastModified=2020-12-01 19:35:49.761091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.762 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.761091000 to 2020-12-01 19:35:49.762091000
19:35:49.763 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.763000000, lastModified=2020-12-01 19:35:49.763091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.763 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.763000000, lastModified=2020-12-01 19:35:49.763091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.763 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.764 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.764000000, lastModified=2020-12-01 19:35:49.763091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.765 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.763091000 to 2020-12-01 19:35:49.765091000
19:35:49.766 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.766000000, lastModified=2020-12-01 19:35:49.766091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.766 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.766000000, lastModified=2020-12-01 19:35:49.766091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.766 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.767 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.767000000, lastModified=2020-12-01 19:35:49.766091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.776 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.766091000 to 2020-12-01 19:35:49.776091000
19:35:49.778 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.777000000, lastModified=2020-12-01 19:35:49.777091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.778 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.777000000, lastModified=2020-12-01 19:35:49.777091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.778 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.778 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.778000000, lastModified=2020-12-01 19:35:49.778091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.778 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.778000000, lastModified=2020-12-01 19:35:49.778091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.778 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.778 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.778000000, lastModified=2020-12-01 19:35:49.778091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.778 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.778000000, lastModified=2020-12-01 19:35:49.778091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.778 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.779 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.779000000, lastModified=2020-12-01 19:35:49.778091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.779 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.779000000, lastModified=2020-12-01 19:35:49.778091000, delta=909000 ns, racy<=2502500 ns
19:35:49.779 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.779 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.779000000, lastModified=2020-12-01 19:35:49.778091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.779 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.778091000 to 2020-12-01 19:35:49.779091000
19:35:49.779 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.779000000, lastModified=2020-12-01 19:35:49.779091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.779 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.779000000, lastModified=2020-12-01 19:35:49.779091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.779 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.779 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.779000000, lastModified=2020-12-01 19:35:49.779091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.780 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.779000000, lastModified=2020-12-01 19:35:49.779091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.780 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.780 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.780000000, lastModified=2020-12-01 19:35:49.779091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.780 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.780000000, lastModified=2020-12-01 19:35:49.779091000, delta=909000 ns, racy<=2502500 ns
19:35:49.780 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.780 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.780000000, lastModified=2020-12-01 19:35:49.780091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.780 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.780000000, lastModified=2020-12-01 19:35:49.780091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.780 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.780 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.780000000, lastModified=2020-12-01 19:35:49.780091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.780 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.780000000, lastModified=2020-12-01 19:35:49.780091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.780 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.781 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.781000000, lastModified=2020-12-01 19:35:49.780091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.781 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.781000000, lastModified=2020-12-01 19:35:49.780091000, delta=909000 ns, racy<=2502500 ns
19:35:49.781 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.781 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.781000000, lastModified=2020-12-01 19:35:49.780091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.781 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.780091000 to 2020-12-01 19:35:49.781091000
19:35:49.781 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.781000000, lastModified=2020-12-01 19:35:49.781091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.781 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.781000000, lastModified=2020-12-01 19:35:49.781091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.781 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.781 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.781000000, lastModified=2020-12-01 19:35:49.781091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.782 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.781000000, lastModified=2020-12-01 19:35:49.781091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.782 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.782 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.782000000, lastModified=2020-12-01 19:35:49.781091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.782 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.781091000 to 2020-12-01 19:35:49.782091000
19:35:49.782 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.782000000, lastModified=2020-12-01 19:35:49.782091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.782 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.782000000, lastModified=2020-12-01 19:35:49.782091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.782 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.783 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.783000000, lastModified=2020-12-01 19:35:49.782091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.783 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.783000000, lastModified=2020-12-01 19:35:49.782091000, delta=909000 ns, racy<=2502500 ns
19:35:49.783 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.783 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.783000000, lastModified=2020-12-01 19:35:49.783091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.783 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.783000000, lastModified=2020-12-01 19:35:49.783091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.783 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.783 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.783000000, lastModified=2020-12-01 19:35:49.783091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.784 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.783000000, lastModified=2020-12-01 19:35:49.783091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.784 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.784 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.784000000, lastModified=2020-12-01 19:35:49.783091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.784 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.784000000, lastModified=2020-12-01 19:35:49.783091000, delta=909000 ns, racy<=2502500 ns
19:35:49.784 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.784 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.784000000, lastModified=2020-12-01 19:35:49.784091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.784 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.784000000, lastModified=2020-12-01 19:35:49.784091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.784 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.784 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.784000000, lastModified=2020-12-01 19:35:49.784091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.785 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.784000000, lastModified=2020-12-01 19:35:49.784091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.785 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.785 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.785000000, lastModified=2020-12-01 19:35:49.784091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.785 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.785000000, lastModified=2020-12-01 19:35:49.784091000, delta=909000 ns, racy<=2502500 ns
19:35:49.785 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.785 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.785000000, lastModified=2020-12-01 19:35:49.785091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.785 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.785000000, lastModified=2020-12-01 19:35:49.785091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.785 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.785 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.785000000, lastModified=2020-12-01 19:35:49.785091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.785 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.785000000, lastModified=2020-12-01 19:35:49.785091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.785 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.786 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.786000000, lastModified=2020-12-01 19:35:49.785091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.786 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.786000000, lastModified=2020-12-01 19:35:49.785091000, delta=909000 ns, racy<=2502500 ns
19:35:49.786 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.786 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.786000000, lastModified=2020-12-01 19:35:49.786091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.786 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.786000000, lastModified=2020-12-01 19:35:49.786091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.786 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.786 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.786000000, lastModified=2020-12-01 19:35:49.786091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.786 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.786000000, lastModified=2020-12-01 19:35:49.786091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.786 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.787 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.787000000, lastModified=2020-12-01 19:35:49.786091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.787 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.787000000, lastModified=2020-12-01 19:35:49.786091000, delta=909000 ns, racy<=2502500 ns
19:35:49.787 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.787 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.787000000, lastModified=2020-12-01 19:35:49.787091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.787 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.787000000, lastModified=2020-12-01 19:35:49.787091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.787 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.787 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.787000000, lastModified=2020-12-01 19:35:49.787091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.787 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.787000000, lastModified=2020-12-01 19:35:49.787091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.787 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.788 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.788000000, lastModified=2020-12-01 19:35:49.787091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.788 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.788000000, lastModified=2020-12-01 19:35:49.787091000, delta=909000 ns, racy<=2502500 ns
19:35:49.788 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.788 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.788000000, lastModified=2020-12-01 19:35:49.787091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.788 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.787091000 to 2020-12-01 19:35:49.788091000
19:35:49.788 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.788000000, lastModified=2020-12-01 19:35:49.788091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.788 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.788000000, lastModified=2020-12-01 19:35:49.788091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.788 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.788 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.788000000, lastModified=2020-12-01 19:35:49.788091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.789 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.788000000, lastModified=2020-12-01 19:35:49.788091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.789 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.789 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.789000000, lastModified=2020-12-01 19:35:49.788091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.789 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.788091000 to 2020-12-01 19:35:49.789091000
19:35:49.789 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.789000000, lastModified=2020-12-01 19:35:49.789091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.789 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.789000000, lastModified=2020-12-01 19:35:49.789091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.789 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.789 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.789000000, lastModified=2020-12-01 19:35:49.789091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.790 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.789000000, lastModified=2020-12-01 19:35:49.789091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.790 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.790 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.790000000, lastModified=2020-12-01 19:35:49.789091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.790 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.790000000, lastModified=2020-12-01 19:35:49.789091000, delta=909000 ns, racy<=2502500 ns
19:35:49.790 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.790 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.790000000, lastModified=2020-12-01 19:35:49.790091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.790 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.790000000, lastModified=2020-12-01 19:35:49.790091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.790 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.790 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.790000000, lastModified=2020-12-01 19:35:49.790091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.791 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.790000000, lastModified=2020-12-01 19:35:49.790091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.791 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.791 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.791000000, lastModified=2020-12-01 19:35:49.790091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.791 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.790091000 to 2020-12-01 19:35:49.791091000
19:35:49.791 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.791000000, lastModified=2020-12-01 19:35:49.791091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.791 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.791000000, lastModified=2020-12-01 19:35:49.791091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.791 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.791 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.791000000, lastModified=2020-12-01 19:35:49.791091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.791000000, lastModified=2020-12-01 19:35:49.791091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.792000000, lastModified=2020-12-01 19:35:49.791091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.792000000, lastModified=2020-12-01 19:35:49.791091000, delta=909000 ns, racy<=2502500 ns
19:35:49.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.792000000, lastModified=2020-12-01 19:35:49.792091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.792000000, lastModified=2020-12-01 19:35:49.792091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.792000000, lastModified=2020-12-01 19:35:49.792091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.792000000, lastModified=2020-12-01 19:35:49.792091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.793 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.793000000, lastModified=2020-12-01 19:35:49.792091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.793 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.793000000, lastModified=2020-12-01 19:35:49.792091000, delta=909000 ns, racy<=2502500 ns
19:35:49.793 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.793 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.793000000, lastModified=2020-12-01 19:35:49.792091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.793 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.792091000 to 2020-12-01 19:35:49.793091000
19:35:49.793 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.793000000, lastModified=2020-12-01 19:35:49.793091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.793 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.793000000, lastModified=2020-12-01 19:35:49.793091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.793 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.794 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.793000000, lastModified=2020-12-01 19:35:49.793091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.794 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.793000000, lastModified=2020-12-01 19:35:49.793091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.794 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.794 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.794000000, lastModified=2020-12-01 19:35:49.793091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.794 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.793091000 to 2020-12-01 19:35:49.794091000
19:35:49.794 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.794000000, lastModified=2020-12-01 19:35:49.794091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.794 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.794000000, lastModified=2020-12-01 19:35:49.794091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.794 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.795000000, lastModified=2020-12-01 19:35:49.794091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.795000000, lastModified=2020-12-01 19:35:49.794091000, delta=909000 ns, racy<=2502500 ns
19:35:49.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.795000000, lastModified=2020-12-01 19:35:49.794091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.794091000 to 2020-12-01 19:35:49.795091000
19:35:49.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.795000000, lastModified=2020-12-01 19:35:49.795091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.795000000, lastModified=2020-12-01 19:35:49.795091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.795000000, lastModified=2020-12-01 19:35:49.795091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.796 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.795000000, lastModified=2020-12-01 19:35:49.795091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.796 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.796 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.796000000, lastModified=2020-12-01 19:35:49.795091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.796 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.795091000 to 2020-12-01 19:35:49.796091000
19:35:49.796 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.796000000, lastModified=2020-12-01 19:35:49.796091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.796 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.796000000, lastModified=2020-12-01 19:35:49.796091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.796 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.796 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.796000000, lastModified=2020-12-01 19:35:49.796091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.796 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.796000000, lastModified=2020-12-01 19:35:49.796091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.797000000, lastModified=2020-12-01 19:35:49.796091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.797000000, lastModified=2020-12-01 19:35:49.796091000, delta=909000 ns, racy<=2502500 ns
19:35:49.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.797000000, lastModified=2020-12-01 19:35:49.797091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.797000000, lastModified=2020-12-01 19:35:49.797091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.797000000, lastModified=2020-12-01 19:35:49.797091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.797000000, lastModified=2020-12-01 19:35:49.797091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.798 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.797000000, lastModified=2020-12-01 19:35:49.797091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.798 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.797000000, lastModified=2020-12-01 19:35:49.797091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.798 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.798 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.798000000, lastModified=2020-12-01 19:35:49.797091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.798 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.797091000 to 2020-12-01 19:35:49.798091000
19:35:49.798 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.798000000, lastModified=2020-12-01 19:35:49.798091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.798 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.798000000, lastModified=2020-12-01 19:35:49.798091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.799 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.799 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.799000000, lastModified=2020-12-01 19:35:49.798091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.799 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.799000000, lastModified=2020-12-01 19:35:49.798091000, delta=909000 ns, racy<=2502500 ns
19:35:49.799 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.799 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.799000000, lastModified=2020-12-01 19:35:49.799091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.799 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.799000000, lastModified=2020-12-01 19:35:49.799091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.799 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.799 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.799000000, lastModified=2020-12-01 19:35:49.799091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.800 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.799000000, lastModified=2020-12-01 19:35:49.799091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.800 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.800 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.800000000, lastModified=2020-12-01 19:35:49.799091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.800 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.800000000, lastModified=2020-12-01 19:35:49.799091000, delta=909000 ns, racy<=2502500 ns
19:35:49.800 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.800 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.800000000, lastModified=2020-12-01 19:35:49.800091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.800 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.800000000, lastModified=2020-12-01 19:35:49.800091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.800 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.800 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.800000000, lastModified=2020-12-01 19:35:49.800091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.800 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.800000000, lastModified=2020-12-01 19:35:49.800091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.800 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.801000000, lastModified=2020-12-01 19:35:49.800091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.801000000, lastModified=2020-12-01 19:35:49.800091000, delta=909000 ns, racy<=2502500 ns
19:35:49.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.801000000, lastModified=2020-12-01 19:35:49.800091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.800091000 to 2020-12-01 19:35:49.801091000
19:35:49.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.801000000, lastModified=2020-12-01 19:35:49.801091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.801000000, lastModified=2020-12-01 19:35:49.801091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.801000000, lastModified=2020-12-01 19:35:49.801091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.801000000, lastModified=2020-12-01 19:35:49.801091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.802000000, lastModified=2020-12-01 19:35:49.801091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.802000000, lastModified=2020-12-01 19:35:49.801091000, delta=909000 ns, racy<=2502500 ns
19:35:49.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.802000000, lastModified=2020-12-01 19:35:49.802091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.802000000, lastModified=2020-12-01 19:35:49.802091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.802000000, lastModified=2020-12-01 19:35:49.802091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.802000000, lastModified=2020-12-01 19:35:49.802091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.803 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.803000000, lastModified=2020-12-01 19:35:49.802091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.803 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.803000000, lastModified=2020-12-01 19:35:49.802091000, delta=909000 ns, racy<=2502500 ns
19:35:49.803 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.803 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.803000000, lastModified=2020-12-01 19:35:49.802091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.803 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.802091000 to 2020-12-01 19:35:49.803091000
19:35:49.803 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.803000000, lastModified=2020-12-01 19:35:49.803091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.803 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.803000000, lastModified=2020-12-01 19:35:49.803091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.803 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.803 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.803000000, lastModified=2020-12-01 19:35:49.803091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.804 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.803000000, lastModified=2020-12-01 19:35:49.803091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.804 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.804 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.804000000, lastModified=2020-12-01 19:35:49.803091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.804 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.803091000 to 2020-12-01 19:35:49.804091000
19:35:49.804 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.804000000, lastModified=2020-12-01 19:35:49.804091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.804 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.804000000, lastModified=2020-12-01 19:35:49.804091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.804 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.804 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.804000000, lastModified=2020-12-01 19:35:49.804091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.805 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.804000000, lastModified=2020-12-01 19:35:49.804091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.805 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.805 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.805000000, lastModified=2020-12-01 19:35:49.804091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.805 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.805000000, lastModified=2020-12-01 19:35:49.804091000, delta=909000 ns, racy<=2502500 ns
19:35:49.805 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.805 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.805000000, lastModified=2020-12-01 19:35:49.805091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.805 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.805000000, lastModified=2020-12-01 19:35:49.805091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.805 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.805 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.805000000, lastModified=2020-12-01 19:35:49.805091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.805 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.805000000, lastModified=2020-12-01 19:35:49.805091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.805 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.806 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.805000000, lastModified=2020-12-01 19:35:49.805091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.806 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.805000000, lastModified=2020-12-01 19:35:49.805091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.806 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.806 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.806000000, lastModified=2020-12-01 19:35:49.805091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.806 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.805091000 to 2020-12-01 19:35:49.806091000
19:35:49.806 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.806000000, lastModified=2020-12-01 19:35:49.806091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.806 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.806000000, lastModified=2020-12-01 19:35:49.806091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.806 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.807 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.806000000, lastModified=2020-12-01 19:35:49.806091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.807 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.806000000, lastModified=2020-12-01 19:35:49.806091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.807 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.807 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.807000000, lastModified=2020-12-01 19:35:49.806091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.807 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.806091000 to 2020-12-01 19:35:49.807091000
19:35:49.807 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.807000000, lastModified=2020-12-01 19:35:49.807091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.807 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.807000000, lastModified=2020-12-01 19:35:49.807091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.807 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.807 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.807000000, lastModified=2020-12-01 19:35:49.807091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.808 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.807000000, lastModified=2020-12-01 19:35:49.807091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.808 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.808 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.808000000, lastModified=2020-12-01 19:35:49.807091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.808 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.808000000, lastModified=2020-12-01 19:35:49.807091000, delta=909000 ns, racy<=2502500 ns
19:35:49.808 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.808 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.808000000, lastModified=2020-12-01 19:35:49.808091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.808 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.808000000, lastModified=2020-12-01 19:35:49.808091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.808 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.808 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.808000000, lastModified=2020-12-01 19:35:49.808091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.809 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.808000000, lastModified=2020-12-01 19:35:49.808091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.809 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.809 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.809000000, lastModified=2020-12-01 19:35:49.808091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.809 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.809000000, lastModified=2020-12-01 19:35:49.808091000, delta=909000 ns, racy<=2502500 ns
19:35:49.809 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.809 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.809000000, lastModified=2020-12-01 19:35:49.809091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.809 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.809000000, lastModified=2020-12-01 19:35:49.809091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.809 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.809 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.809000000, lastModified=2020-12-01 19:35:49.809091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.809 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.809000000, lastModified=2020-12-01 19:35:49.809091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.809 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.810 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.810000000, lastModified=2020-12-01 19:35:49.809091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.810 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.810000000, lastModified=2020-12-01 19:35:49.809091000, delta=909000 ns, racy<=2502500 ns
19:35:49.810 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.810 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.810000000, lastModified=2020-12-01 19:35:49.810091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.810 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.810000000, lastModified=2020-12-01 19:35:49.810091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.810 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.810 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.810000000, lastModified=2020-12-01 19:35:49.810091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.810 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.810000000, lastModified=2020-12-01 19:35:49.810091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.811 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.811 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.811000000, lastModified=2020-12-01 19:35:49.810091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.811 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.811000000, lastModified=2020-12-01 19:35:49.810091000, delta=909000 ns, racy<=2502500 ns
19:35:49.811 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.811 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.811000000, lastModified=2020-12-01 19:35:49.811091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.811 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.811000000, lastModified=2020-12-01 19:35:49.811091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.811 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.811 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.811000000, lastModified=2020-12-01 19:35:49.811091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.812 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.811000000, lastModified=2020-12-01 19:35:49.811091000, delta=-91000 ns, racy<=2502500 ns
19:35:49.812 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.812 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.812000000, lastModified=2020-12-01 19:35:49.811091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.812 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.812000000, lastModified=2020-12-01 19:35:49.811091000, delta=909000 ns, racy<=2502500 ns
19:35:49.812 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.812 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.812000000, lastModified=2020-12-01 19:35:49.812091000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.815 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.812091000 to 2020-12-01 19:35:49.815090000
19:35:49.815 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.815000000, lastModified=2020-12-01 19:35:49.815090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.816 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.815000000, lastModified=2020-12-01 19:35:49.815090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.816 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.816 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.816000000, lastModified=2020-12-01 19:35:49.816090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.817 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.816000000, lastModified=2020-12-01 19:35:49.816090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.817 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.817 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.817000000, lastModified=2020-12-01 19:35:49.816090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.817 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.816090000 to 2020-12-01 19:35:49.817090000
19:35:49.818 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.818000000, lastModified=2020-12-01 19:35:49.817090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.818 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.818000000, lastModified=2020-12-01 19:35:49.817090000, delta=910000 ns, racy<=2502500 ns
19:35:49.818 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.818 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.818000000, lastModified=2020-12-01 19:35:49.818090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.818 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.818000000, lastModified=2020-12-01 19:35:49.818090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.818 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.819 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.819000000, lastModified=2020-12-01 19:35:49.818090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.819 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.818090000 to 2020-12-01 19:35:49.819090000
19:35:49.819 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.819000000, lastModified=2020-12-01 19:35:49.819090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.820 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.819000000, lastModified=2020-12-01 19:35:49.819090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.820 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.820 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.820000000, lastModified=2020-12-01 19:35:49.820090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.841 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.820090000 to 2020-12-01 19:35:49.840090000
19:35:49.841 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.841000000, lastModified=2020-12-01 19:35:49.841090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.841000000, lastModified=2020-12-01 19:35:49.841090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.842000000, lastModified=2020-12-01 19:35:49.842090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.842000000, lastModified=2020-12-01 19:35:49.842090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.843 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.843000000, lastModified=2020-12-01 19:35:49.842090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.843 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.842090000 to 2020-12-01 19:35:49.843090000
19:35:49.843 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.843000000, lastModified=2020-12-01 19:35:49.843090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.843000000, lastModified=2020-12-01 19:35:49.843090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.844000000, lastModified=2020-12-01 19:35:49.844090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.844000000, lastModified=2020-12-01 19:35:49.844090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.845 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.845000000, lastModified=2020-12-01 19:35:49.844090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.845 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.844090000 to 2020-12-01 19:35:49.845090000
19:35:49.845 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.845000000, lastModified=2020-12-01 19:35:49.845090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.845000000, lastModified=2020-12-01 19:35:49.845090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.846000000, lastModified=2020-12-01 19:35:49.846090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.846000000, lastModified=2020-12-01 19:35:49.846090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.849 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.849000000, lastModified=2020-12-01 19:35:49.849090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.850 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.849090000 to 2020-12-01 19:35:49.850090000
19:35:49.850 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.850000000, lastModified=2020-12-01 19:35:49.850090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.851 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.850000000, lastModified=2020-12-01 19:35:49.850090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.851 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.851 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.851000000, lastModified=2020-12-01 19:35:49.850090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.863 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.850090000 to 2020-12-01 19:35:49.863090000
19:35:49.866 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.866000000, lastModified=2020-12-01 19:35:49.866090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.866 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.866000000, lastModified=2020-12-01 19:35:49.866090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.866 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.867 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.867000000, lastModified=2020-12-01 19:35:49.867090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.870 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.867090000 to 2020-12-01 19:35:49.869090000
19:35:49.871 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.871000000, lastModified=2020-12-01 19:35:49.870090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.871 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.870090000 to 2020-12-01 19:35:49.871090000
19:35:49.871 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.871000000, lastModified=2020-12-01 19:35:49.871090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.872 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.871000000, lastModified=2020-12-01 19:35:49.871090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.872 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.872 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.872000000, lastModified=2020-12-01 19:35:49.872090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.872 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.872000000, lastModified=2020-12-01 19:35:49.872090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.872 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.873 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.873000000, lastModified=2020-12-01 19:35:49.872090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.873 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.872090000 to 2020-12-01 19:35:49.873090000
19:35:49.873 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.873000000, lastModified=2020-12-01 19:35:49.873090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.874 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.873000000, lastModified=2020-12-01 19:35:49.873090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.874 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.874 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.874000000, lastModified=2020-12-01 19:35:49.874090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.875 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.874000000, lastModified=2020-12-01 19:35:49.874090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.875 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.875 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.875000000, lastModified=2020-12-01 19:35:49.874090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.875 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.874090000 to 2020-12-01 19:35:49.875090000
19:35:49.876 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.875000000, lastModified=2020-12-01 19:35:49.875090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.877 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.875090000 to 2020-12-01 19:35:49.876090000
19:35:49.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.878000000, lastModified=2020-12-01 19:35:49.877090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.878000000, lastModified=2020-12-01 19:35:49.877090000, delta=910000 ns, racy<=2502500 ns
19:35:49.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.878000000, lastModified=2020-12-01 19:35:49.878090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.878000000, lastModified=2020-12-01 19:35:49.878090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.878000000, lastModified=2020-12-01 19:35:49.878090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.878000000, lastModified=2020-12-01 19:35:49.878090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.879 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.879000000, lastModified=2020-12-01 19:35:49.878090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.879 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.879000000, lastModified=2020-12-01 19:35:49.878090000, delta=910000 ns, racy<=2502500 ns
19:35:49.879 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.879 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.879000000, lastModified=2020-12-01 19:35:49.878090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.879 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.878090000 to 2020-12-01 19:35:49.879090000
19:35:49.879 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.879000000, lastModified=2020-12-01 19:35:49.879090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.879 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.879000000, lastModified=2020-12-01 19:35:49.879090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.879 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.879 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.879000000, lastModified=2020-12-01 19:35:49.879090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.880 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.879000000, lastModified=2020-12-01 19:35:49.879090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.880 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.880 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.880000000, lastModified=2020-12-01 19:35:49.879090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.880 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.880000000, lastModified=2020-12-01 19:35:49.879090000, delta=910000 ns, racy<=2502500 ns
19:35:49.880 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.880 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.880000000, lastModified=2020-12-01 19:35:49.880090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.880 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.880000000, lastModified=2020-12-01 19:35:49.880090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.880 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.880 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.880000000, lastModified=2020-12-01 19:35:49.880090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.880000000, lastModified=2020-12-01 19:35:49.880090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.881000000, lastModified=2020-12-01 19:35:49.880090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.881000000, lastModified=2020-12-01 19:35:49.880090000, delta=910000 ns, racy<=2502500 ns
19:35:49.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.881000000, lastModified=2020-12-01 19:35:49.881090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.881000000, lastModified=2020-12-01 19:35:49.881090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.881000000, lastModified=2020-12-01 19:35:49.881090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.881000000, lastModified=2020-12-01 19:35:49.881090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.882 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.882000000, lastModified=2020-12-01 19:35:49.881090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.882 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.882000000, lastModified=2020-12-01 19:35:49.881090000, delta=910000 ns, racy<=2502500 ns
19:35:49.882 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.882 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.882000000, lastModified=2020-12-01 19:35:49.881090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.882 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.881090000 to 2020-12-01 19:35:49.882090000
19:35:49.882 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.882000000, lastModified=2020-12-01 19:35:49.882090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.882 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.882000000, lastModified=2020-12-01 19:35:49.882090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.882 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.882 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.882000000, lastModified=2020-12-01 19:35:49.882090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.883 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.882000000, lastModified=2020-12-01 19:35:49.882090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.883 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.883 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.883000000, lastModified=2020-12-01 19:35:49.882090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.883 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.883000000, lastModified=2020-12-01 19:35:49.882090000, delta=910000 ns, racy<=2502500 ns
19:35:49.883 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.883 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.883000000, lastModified=2020-12-01 19:35:49.883090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.883 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.883000000, lastModified=2020-12-01 19:35:49.883090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.883 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.883 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.883000000, lastModified=2020-12-01 19:35:49.883090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.883000000, lastModified=2020-12-01 19:35:49.883090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.884000000, lastModified=2020-12-01 19:35:49.883090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.883090000 to 2020-12-01 19:35:49.884090000
19:35:49.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.884000000, lastModified=2020-12-01 19:35:49.884090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.884000000, lastModified=2020-12-01 19:35:49.884090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.884000000, lastModified=2020-12-01 19:35:49.884090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.885 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.884000000, lastModified=2020-12-01 19:35:49.884090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.885 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.885 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.885000000, lastModified=2020-12-01 19:35:49.884090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.885 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.884090000 to 2020-12-01 19:35:49.885090000
19:35:49.885 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.885000000, lastModified=2020-12-01 19:35:49.885090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.885 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.885000000, lastModified=2020-12-01 19:35:49.885090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.885 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.885 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.885000000, lastModified=2020-12-01 19:35:49.885090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.886 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.885000000, lastModified=2020-12-01 19:35:49.885090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.886 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.886 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.886000000, lastModified=2020-12-01 19:35:49.885090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.886 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.886000000, lastModified=2020-12-01 19:35:49.885090000, delta=910000 ns, racy<=2502500 ns
19:35:49.886 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.886 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.886000000, lastModified=2020-12-01 19:35:49.886090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.886 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.886000000, lastModified=2020-12-01 19:35:49.886090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.886 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.886 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.886000000, lastModified=2020-12-01 19:35:49.886090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.887 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.886000000, lastModified=2020-12-01 19:35:49.886090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.887 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.887 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.887000000, lastModified=2020-12-01 19:35:49.886090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.887 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.887000000, lastModified=2020-12-01 19:35:49.886090000, delta=910000 ns, racy<=2502500 ns
19:35:49.887 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.887 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.887000000, lastModified=2020-12-01 19:35:49.887090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.887 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.887000000, lastModified=2020-12-01 19:35:49.887090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.887 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.887 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.887000000, lastModified=2020-12-01 19:35:49.887090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.887000000, lastModified=2020-12-01 19:35:49.887090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.888000000, lastModified=2020-12-01 19:35:49.887090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.888000000, lastModified=2020-12-01 19:35:49.887090000, delta=910000 ns, racy<=2502500 ns
19:35:49.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.888000000, lastModified=2020-12-01 19:35:49.888090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.888000000, lastModified=2020-12-01 19:35:49.888090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.888000000, lastModified=2020-12-01 19:35:49.888090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.888000000, lastModified=2020-12-01 19:35:49.888090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.889 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.889 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.889000000, lastModified=2020-12-01 19:35:49.888090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.889 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.889000000, lastModified=2020-12-01 19:35:49.888090000, delta=910000 ns, racy<=2502500 ns
19:35:49.889 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.889 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.889000000, lastModified=2020-12-01 19:35:49.889090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.889 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.889000000, lastModified=2020-12-01 19:35:49.889090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.889 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.889 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.889000000, lastModified=2020-12-01 19:35:49.889090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.889 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.889000000, lastModified=2020-12-01 19:35:49.889090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.890 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.890 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.890000000, lastModified=2020-12-01 19:35:49.889090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.890 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.890000000, lastModified=2020-12-01 19:35:49.889090000, delta=910000 ns, racy<=2502500 ns
19:35:49.890 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.890 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.890000000, lastModified=2020-12-01 19:35:49.890090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.890 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.890000000, lastModified=2020-12-01 19:35:49.890090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.890 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.890 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.890000000, lastModified=2020-12-01 19:35:49.890090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.891 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.890000000, lastModified=2020-12-01 19:35:49.890090000, delta=-90000 ns, racy<=2502500 ns
19:35:49.891 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.891 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.891000000, lastModified=2020-12-01 19:35:49.890090000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.891 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.890090000 to 2020-12-01 19:35:49.891089000
19:35:49.891 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.891000000, lastModified=2020-12-01 19:35:49.891089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.891 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.891000000, lastModified=2020-12-01 19:35:49.891089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.891 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.891 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.891000000, lastModified=2020-12-01 19:35:49.891089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.892 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.891000000, lastModified=2020-12-01 19:35:49.891089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.892 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.892 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.892000000, lastModified=2020-12-01 19:35:49.891089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.892 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.892000000, lastModified=2020-12-01 19:35:49.891089000, delta=911000 ns, racy<=2502500 ns
19:35:49.892 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.892 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.892000000, lastModified=2020-12-01 19:35:49.892089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.893 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.892089000 to 2020-12-01 19:35:49.893089000
19:35:49.895 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.895000000, lastModified=2020-12-01 19:35:49.894089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.895 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.894089000 to 2020-12-01 19:35:49.895089000
19:35:49.895 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.895000000, lastModified=2020-12-01 19:35:49.895089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.896 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.895000000, lastModified=2020-12-01 19:35:49.895089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.896 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.896 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.896000000, lastModified=2020-12-01 19:35:49.896089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.896 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.896000000, lastModified=2020-12-01 19:35:49.896089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.896 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.897 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.897000000, lastModified=2020-12-01 19:35:49.896089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.897 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.896089000 to 2020-12-01 19:35:49.897089000
19:35:49.897 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.897000000, lastModified=2020-12-01 19:35:49.897089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.898 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.897000000, lastModified=2020-12-01 19:35:49.897089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.898 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.898 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.898000000, lastModified=2020-12-01 19:35:49.898089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.898 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.898000000, lastModified=2020-12-01 19:35:49.898089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.898 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.899 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.899000000, lastModified=2020-12-01 19:35:49.898089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.901 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.898089000 to 2020-12-01 19:35:49.900089000
19:35:49.901 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.901000000, lastModified=2020-12-01 19:35:49.900089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.901 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.900089000 to 2020-12-01 19:35:49.901089000
19:35:49.908 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.908000000, lastModified=2020-12-01 19:35:49.908089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.909 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.908089000 to 2020-12-01 19:35:49.909089000
19:35:49.909 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.909000000, lastModified=2020-12-01 19:35:49.909089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.909 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.909000000, lastModified=2020-12-01 19:35:49.909089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.909 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.909 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.909000000, lastModified=2020-12-01 19:35:49.909089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.910 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.909000000, lastModified=2020-12-01 19:35:49.909089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.910 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.910 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.910000000, lastModified=2020-12-01 19:35:49.909089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.910 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.909089000 to 2020-12-01 19:35:49.910089000
19:35:49.910 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.910000000, lastModified=2020-12-01 19:35:49.910089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.910 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.910000000, lastModified=2020-12-01 19:35:49.910089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.910 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.911 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.911000000, lastModified=2020-12-01 19:35:49.910089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.911 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.911000000, lastModified=2020-12-01 19:35:49.910089000, delta=911000 ns, racy<=2502500 ns
19:35:49.911 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.911 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.911000000, lastModified=2020-12-01 19:35:49.911089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.911 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.911000000, lastModified=2020-12-01 19:35:49.911089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.911 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.911 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.911000000, lastModified=2020-12-01 19:35:49.911089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.911 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.911000000, lastModified=2020-12-01 19:35:49.911089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.911 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.912 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.912000000, lastModified=2020-12-01 19:35:49.911089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.912 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.912000000, lastModified=2020-12-01 19:35:49.911089000, delta=911000 ns, racy<=2502500 ns
19:35:49.912 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.912 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.912000000, lastModified=2020-12-01 19:35:49.911089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.912 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.911089000 to 2020-12-01 19:35:49.912089000
19:35:49.912 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.912000000, lastModified=2020-12-01 19:35:49.912089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.912 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.912000000, lastModified=2020-12-01 19:35:49.912089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.912 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.912000000, lastModified=2020-12-01 19:35:49.912089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.912000000, lastModified=2020-12-01 19:35:49.912089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.913000000, lastModified=2020-12-01 19:35:49.912089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.912089000 to 2020-12-01 19:35:49.913089000
19:35:49.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.913000000, lastModified=2020-12-01 19:35:49.913089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.913000000, lastModified=2020-12-01 19:35:49.913089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.914 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.913000000, lastModified=2020-12-01 19:35:49.913089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.914 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.913000000, lastModified=2020-12-01 19:35:49.913089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.914 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.914 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.914000000, lastModified=2020-12-01 19:35:49.913089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.914 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.913089000 to 2020-12-01 19:35:49.914089000
19:35:49.914 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.914000000, lastModified=2020-12-01 19:35:49.914089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.914 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.914000000, lastModified=2020-12-01 19:35:49.914089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.914 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.914000000, lastModified=2020-12-01 19:35:49.914089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.914000000, lastModified=2020-12-01 19:35:49.914089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.915000000, lastModified=2020-12-01 19:35:49.914089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.914089000 to 2020-12-01 19:35:49.915089000
19:35:49.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.915000000, lastModified=2020-12-01 19:35:49.915089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.915000000, lastModified=2020-12-01 19:35:49.915089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.916 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.916000000, lastModified=2020-12-01 19:35:49.915089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.916 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.916000000, lastModified=2020-12-01 19:35:49.915089000, delta=911000 ns, racy<=2502500 ns
19:35:49.916 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.916 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.916000000, lastModified=2020-12-01 19:35:49.916089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.916 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.916000000, lastModified=2020-12-01 19:35:49.916089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.916 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.916 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.916000000, lastModified=2020-12-01 19:35:49.916089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.916 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.916000000, lastModified=2020-12-01 19:35:49.916089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.917000000, lastModified=2020-12-01 19:35:49.916089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.917000000, lastModified=2020-12-01 19:35:49.916089000, delta=911000 ns, racy<=2502500 ns
19:35:49.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.917000000, lastModified=2020-12-01 19:35:49.917089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.917000000, lastModified=2020-12-01 19:35:49.917089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.917000000, lastModified=2020-12-01 19:35:49.917089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.917000000, lastModified=2020-12-01 19:35:49.917089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.918 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.918 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.918000000, lastModified=2020-12-01 19:35:49.917089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.918 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.918000000, lastModified=2020-12-01 19:35:49.917089000, delta=911000 ns, racy<=2502500 ns
19:35:49.918 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.918 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.918000000, lastModified=2020-12-01 19:35:49.918089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.918 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.918000000, lastModified=2020-12-01 19:35:49.918089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.918 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.918 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.918000000, lastModified=2020-12-01 19:35:49.918089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.918 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.918000000, lastModified=2020-12-01 19:35:49.918089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.918 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.919000000, lastModified=2020-12-01 19:35:49.918089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.919000000, lastModified=2020-12-01 19:35:49.918089000, delta=911000 ns, racy<=2502500 ns
19:35:49.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.919000000, lastModified=2020-12-01 19:35:49.918089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.918089000 to 2020-12-01 19:35:49.919089000
19:35:49.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.919000000, lastModified=2020-12-01 19:35:49.919089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.919000000, lastModified=2020-12-01 19:35:49.919089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.920 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.920000000, lastModified=2020-12-01 19:35:49.919089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.920 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.920000000, lastModified=2020-12-01 19:35:49.919089000, delta=911000 ns, racy<=2502500 ns
19:35:49.920 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.920 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.920000000, lastModified=2020-12-01 19:35:49.920089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.920 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.920000000, lastModified=2020-12-01 19:35:49.920089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.920 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.920 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.920000000, lastModified=2020-12-01 19:35:49.920089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.921 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.920000000, lastModified=2020-12-01 19:35:49.920089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.921 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.921 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.921000000, lastModified=2020-12-01 19:35:49.920089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.921 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.920089000 to 2020-12-01 19:35:49.921089000
19:35:49.921 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.921000000, lastModified=2020-12-01 19:35:49.921089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.921 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.921000000, lastModified=2020-12-01 19:35:49.921089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.921 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.921 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.921000000, lastModified=2020-12-01 19:35:49.921089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.922 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.921000000, lastModified=2020-12-01 19:35:49.921089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.922 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.922 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.922000000, lastModified=2020-12-01 19:35:49.921089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.922 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.921089000 to 2020-12-01 19:35:49.922089000
19:35:49.922 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.922000000, lastModified=2020-12-01 19:35:49.922089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.922 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.922000000, lastModified=2020-12-01 19:35:49.922089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.922 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.922 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.922000000, lastModified=2020-12-01 19:35:49.922089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.923 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.922000000, lastModified=2020-12-01 19:35:49.922089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.923 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.923 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.923000000, lastModified=2020-12-01 19:35:49.922089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.923 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.922089000 to 2020-12-01 19:35:49.923089000
19:35:49.923 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.923000000, lastModified=2020-12-01 19:35:49.923089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.923 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.923000000, lastModified=2020-12-01 19:35:49.923089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.923 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.924 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.924000000, lastModified=2020-12-01 19:35:49.923089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.924 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.924000000, lastModified=2020-12-01 19:35:49.923089000, delta=911000 ns, racy<=2502500 ns
19:35:49.924 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.924 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.924000000, lastModified=2020-12-01 19:35:49.924089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.924 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.924000000, lastModified=2020-12-01 19:35:49.924089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.924 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.924 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.924000000, lastModified=2020-12-01 19:35:49.924089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.924 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.924000000, lastModified=2020-12-01 19:35:49.924089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.924 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.925000000, lastModified=2020-12-01 19:35:49.924089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.925000000, lastModified=2020-12-01 19:35:49.924089000, delta=911000 ns, racy<=2502500 ns
19:35:49.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.925000000, lastModified=2020-12-01 19:35:49.924089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.924089000 to 2020-12-01 19:35:49.925089000
19:35:49.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.925000000, lastModified=2020-12-01 19:35:49.925089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.925000000, lastModified=2020-12-01 19:35:49.925089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.925000000, lastModified=2020-12-01 19:35:49.925089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.925000000, lastModified=2020-12-01 19:35:49.925089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.926000000, lastModified=2020-12-01 19:35:49.925089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.926000000, lastModified=2020-12-01 19:35:49.925089000, delta=911000 ns, racy<=2502500 ns
19:35:49.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.926000000, lastModified=2020-12-01 19:35:49.926089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.926000000, lastModified=2020-12-01 19:35:49.926089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.926000000, lastModified=2020-12-01 19:35:49.926089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.926000000, lastModified=2020-12-01 19:35:49.926089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.927000000, lastModified=2020-12-01 19:35:49.926089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.927000000, lastModified=2020-12-01 19:35:49.926089000, delta=911000 ns, racy<=2502500 ns
19:35:49.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.927000000, lastModified=2020-12-01 19:35:49.926089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.926089000 to 2020-12-01 19:35:49.927089000
19:35:49.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.927000000, lastModified=2020-12-01 19:35:49.927089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.927000000, lastModified=2020-12-01 19:35:49.927089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.927000000, lastModified=2020-12-01 19:35:49.927089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.928 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.927000000, lastModified=2020-12-01 19:35:49.927089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.928 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.928 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.928000000, lastModified=2020-12-01 19:35:49.927089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.928 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.927089000 to 2020-12-01 19:35:49.928089000
19:35:49.928 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.928000000, lastModified=2020-12-01 19:35:49.928089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.928 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.928000000, lastModified=2020-12-01 19:35:49.928089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.928 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.928 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.928000000, lastModified=2020-12-01 19:35:49.928089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.928 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.928000000, lastModified=2020-12-01 19:35:49.928089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.929 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.929 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.929000000, lastModified=2020-12-01 19:35:49.928089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.929 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.929000000, lastModified=2020-12-01 19:35:49.928089000, delta=911000 ns, racy<=2502500 ns
19:35:49.929 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.929 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.929000000, lastModified=2020-12-01 19:35:49.929089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.929 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.929000000, lastModified=2020-12-01 19:35:49.929089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.929 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.929 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.929000000, lastModified=2020-12-01 19:35:49.929089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.929 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.929000000, lastModified=2020-12-01 19:35:49.929089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.929 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.930 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.930000000, lastModified=2020-12-01 19:35:49.929089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.930 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.930000000, lastModified=2020-12-01 19:35:49.929089000, delta=911000 ns, racy<=2502500 ns
19:35:49.930 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.930 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.930000000, lastModified=2020-12-01 19:35:49.929089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.930 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.929089000 to 2020-12-01 19:35:49.930089000
19:35:49.930 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.930000000, lastModified=2020-12-01 19:35:49.930089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.930 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.930000000, lastModified=2020-12-01 19:35:49.930089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.930 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.930 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.930000000, lastModified=2020-12-01 19:35:49.930089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.931 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.930000000, lastModified=2020-12-01 19:35:49.930089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.931 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.931 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.931000000, lastModified=2020-12-01 19:35:49.930089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.931 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.931000000, lastModified=2020-12-01 19:35:49.930089000, delta=911000 ns, racy<=2502500 ns
19:35:49.931 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.931 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.931000000, lastModified=2020-12-01 19:35:49.931089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.931 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.931000000, lastModified=2020-12-01 19:35:49.931089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.931 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.931 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.931000000, lastModified=2020-12-01 19:35:49.931089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.932 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.931000000, lastModified=2020-12-01 19:35:49.931089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.932 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.932 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.932000000, lastModified=2020-12-01 19:35:49.931089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.932 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.932000000, lastModified=2020-12-01 19:35:49.931089000, delta=911000 ns, racy<=2502500 ns
19:35:49.932 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.932 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.932000000, lastModified=2020-12-01 19:35:49.932089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.932 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.932000000, lastModified=2020-12-01 19:35:49.932089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.932 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.932 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.932000000, lastModified=2020-12-01 19:35:49.932089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.932 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.932000000, lastModified=2020-12-01 19:35:49.932089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.932 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.933 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.932000000, lastModified=2020-12-01 19:35:49.932089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.933 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.932000000, lastModified=2020-12-01 19:35:49.932089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.933 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.933 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.933000000, lastModified=2020-12-01 19:35:49.932089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.933 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.932089000 to 2020-12-01 19:35:49.933089000
19:35:49.933 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.933000000, lastModified=2020-12-01 19:35:49.933089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.933 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.933000000, lastModified=2020-12-01 19:35:49.933089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.933 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.933 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.933000000, lastModified=2020-12-01 19:35:49.933089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.934 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.933000000, lastModified=2020-12-01 19:35:49.933089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.934 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.934 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.934000000, lastModified=2020-12-01 19:35:49.933089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.934 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.934000000, lastModified=2020-12-01 19:35:49.933089000, delta=911000 ns, racy<=2502500 ns
19:35:49.934 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.934 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.934000000, lastModified=2020-12-01 19:35:49.934089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.934 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.934000000, lastModified=2020-12-01 19:35:49.934089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.934 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.934 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.934000000, lastModified=2020-12-01 19:35:49.934089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.934 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.934000000, lastModified=2020-12-01 19:35:49.934089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.934 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.935 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.935000000, lastModified=2020-12-01 19:35:49.934089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.935 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.935000000, lastModified=2020-12-01 19:35:49.934089000, delta=911000 ns, racy<=2502500 ns
19:35:49.935 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.935 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.935000000, lastModified=2020-12-01 19:35:49.934089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.935 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.934089000 to 2020-12-01 19:35:49.935089000
19:35:49.935 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.935000000, lastModified=2020-12-01 19:35:49.935089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.935 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.935000000, lastModified=2020-12-01 19:35:49.935089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.935 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.935 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.935000000, lastModified=2020-12-01 19:35:49.935089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.936 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.935000000, lastModified=2020-12-01 19:35:49.935089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.936 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.936 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.936000000, lastModified=2020-12-01 19:35:49.935089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.936 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.935089000 to 2020-12-01 19:35:49.936089000
19:35:49.936 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.936000000, lastModified=2020-12-01 19:35:49.936089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.936 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.936000000, lastModified=2020-12-01 19:35:49.936089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.936 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.936 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.936000000, lastModified=2020-12-01 19:35:49.936089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.937 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.936000000, lastModified=2020-12-01 19:35:49.936089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.937 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.937 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.937000000, lastModified=2020-12-01 19:35:49.936089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.937 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.936089000 to 2020-12-01 19:35:49.937089000
19:35:49.937 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.937000000, lastModified=2020-12-01 19:35:49.937089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.937 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.937000000, lastModified=2020-12-01 19:35:49.937089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.937 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.938 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.937000000, lastModified=2020-12-01 19:35:49.937089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.938 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.937000000, lastModified=2020-12-01 19:35:49.937089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.938 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.938 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.938000000, lastModified=2020-12-01 19:35:49.937089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.938 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.937089000 to 2020-12-01 19:35:49.938089000
19:35:49.938 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.938000000, lastModified=2020-12-01 19:35:49.938089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.938 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.938000000, lastModified=2020-12-01 19:35:49.938089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.938 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.938 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.938000000, lastModified=2020-12-01 19:35:49.938089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.939 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.938000000, lastModified=2020-12-01 19:35:49.938089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.939 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.939 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.939000000, lastModified=2020-12-01 19:35:49.938089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.939 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.938089000 to 2020-12-01 19:35:49.939089000
19:35:49.939 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.939000000, lastModified=2020-12-01 19:35:49.939089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.939 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.939000000, lastModified=2020-12-01 19:35:49.939089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.939 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.940 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.940000000, lastModified=2020-12-01 19:35:49.939089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.940 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.940000000, lastModified=2020-12-01 19:35:49.939089000, delta=911000 ns, racy<=2502500 ns
19:35:49.940 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.940 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.940000000, lastModified=2020-12-01 19:35:49.939089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.940 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.939089000 to 2020-12-01 19:35:49.940089000
19:35:49.940 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.940000000, lastModified=2020-12-01 19:35:49.940089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.940 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.940000000, lastModified=2020-12-01 19:35:49.940089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.940 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.941 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.941000000, lastModified=2020-12-01 19:35:49.940089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.941 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.941000000, lastModified=2020-12-01 19:35:49.940089000, delta=911000 ns, racy<=2502500 ns
19:35:49.941 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.941 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.941000000, lastModified=2020-12-01 19:35:49.940089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.941 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.940089000 to 2020-12-01 19:35:49.941089000
19:35:49.941 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.941000000, lastModified=2020-12-01 19:35:49.941089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.941 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.941000000, lastModified=2020-12-01 19:35:49.941089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.941 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.942 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.942000000, lastModified=2020-12-01 19:35:49.941089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.942 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.942000000, lastModified=2020-12-01 19:35:49.941089000, delta=911000 ns, racy<=2502500 ns
19:35:49.942 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.942 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.942000000, lastModified=2020-12-01 19:35:49.941089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.942 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.941089000 to 2020-12-01 19:35:49.942089000
19:35:49.942 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.942000000, lastModified=2020-12-01 19:35:49.942089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.942 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.942000000, lastModified=2020-12-01 19:35:49.942089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.942 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.943 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.943000000, lastModified=2020-12-01 19:35:49.942089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.943 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.943000000, lastModified=2020-12-01 19:35:49.942089000, delta=911000 ns, racy<=2502500 ns
19:35:49.943 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.943 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.943000000, lastModified=2020-12-01 19:35:49.943089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.943 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.943000000, lastModified=2020-12-01 19:35:49.943089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.943 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.943 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.943000000, lastModified=2020-12-01 19:35:49.943089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.944 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.943000000, lastModified=2020-12-01 19:35:49.943089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.944 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.944 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.944000000, lastModified=2020-12-01 19:35:49.943089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.944 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.943089000 to 2020-12-01 19:35:49.944089000
19:35:49.944 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.944000000, lastModified=2020-12-01 19:35:49.944089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.944 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.944000000, lastModified=2020-12-01 19:35:49.944089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.944 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.944 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.944000000, lastModified=2020-12-01 19:35:49.944089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.945 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.944000000, lastModified=2020-12-01 19:35:49.944089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.945 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.945 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.945000000, lastModified=2020-12-01 19:35:49.944089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.945 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.944089000 to 2020-12-01 19:35:49.945089000
19:35:49.945 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.945000000, lastModified=2020-12-01 19:35:49.945089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.945 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.945000000, lastModified=2020-12-01 19:35:49.945089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.945 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.946 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.945000000, lastModified=2020-12-01 19:35:49.945089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.946 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.945000000, lastModified=2020-12-01 19:35:49.945089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.946 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.946 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.946000000, lastModified=2020-12-01 19:35:49.945089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.946 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.945089000 to 2020-12-01 19:35:49.946089000
19:35:49.946 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.946000000, lastModified=2020-12-01 19:35:49.946089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.946 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.946000000, lastModified=2020-12-01 19:35:49.946089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.946 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.947 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.947000000, lastModified=2020-12-01 19:35:49.946089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.947 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.947000000, lastModified=2020-12-01 19:35:49.946089000, delta=911000 ns, racy<=2502500 ns
19:35:49.947 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.947 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.947000000, lastModified=2020-12-01 19:35:49.946089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.947 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.946089000 to 2020-12-01 19:35:49.947089000
19:35:49.947 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.947000000, lastModified=2020-12-01 19:35:49.947089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.947 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.947000000, lastModified=2020-12-01 19:35:49.947089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.947 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.947 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.947000000, lastModified=2020-12-01 19:35:49.947089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.948 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.947000000, lastModified=2020-12-01 19:35:49.947089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.948 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.948 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.948000000, lastModified=2020-12-01 19:35:49.947089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.948 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.947089000 to 2020-12-01 19:35:49.948089000
19:35:49.948 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.948000000, lastModified=2020-12-01 19:35:49.948089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.948 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.948000000, lastModified=2020-12-01 19:35:49.948089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.948 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.948 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.948000000, lastModified=2020-12-01 19:35:49.948089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.949 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.948000000, lastModified=2020-12-01 19:35:49.948089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.949 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.949 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.949000000, lastModified=2020-12-01 19:35:49.948089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.949 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.949000000, lastModified=2020-12-01 19:35:49.948089000, delta=911000 ns, racy<=2502500 ns
19:35:49.949 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.949 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.949000000, lastModified=2020-12-01 19:35:49.949089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.949 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.949000000, lastModified=2020-12-01 19:35:49.949089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.949 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.950 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.950000000, lastModified=2020-12-01 19:35:49.949089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.951 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.949089000 to 2020-12-01 19:35:49.950089000
19:35:49.951 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.951000000, lastModified=2020-12-01 19:35:49.951089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.951 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.951000000, lastModified=2020-12-01 19:35:49.951089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.951 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.952 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.952000000, lastModified=2020-12-01 19:35:49.951089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.952 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.951089000 to 2020-12-01 19:35:49.952089000
19:35:49.952 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.952000000, lastModified=2020-12-01 19:35:49.952089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.953 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.952000000, lastModified=2020-12-01 19:35:49.952089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.953 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.953 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.953000000, lastModified=2020-12-01 19:35:49.953089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.953 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.953000000, lastModified=2020-12-01 19:35:49.953089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.953 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.954 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.954000000, lastModified=2020-12-01 19:35:49.953089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.954 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.953089000 to 2020-12-01 19:35:49.954089000
19:35:49.954 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.954000000, lastModified=2020-12-01 19:35:49.954089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.955 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.954089000 to 2020-12-01 19:35:49.955089000
19:35:49.956 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.956000000, lastModified=2020-12-01 19:35:49.956089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.957 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.956000000, lastModified=2020-12-01 19:35:49.956089000, delta=-89000 ns, racy<=2502500 ns
19:35:49.957 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:49.957 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.957000000, lastModified=2020-12-01 19:35:49.957089000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.970 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:49.957089000 to 2020-12-01 19:35:49.969088000
19:35:49.970 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:49.970000000, lastModified=2020-12-01 19:35:49.970088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:49.971 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:49.970000000, lastModified=2020-12-01 19:35:49.970088000, delta=-88000 ns, racy<=2502500 ns
19:35:49.971 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.006000000, lastModified=2020-12-01 19:35:50.006088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.006000000, lastModified=2020-12-01 19:35:50.006088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.007000000, lastModified=2020-12-01 19:35:50.006088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.006088000 to 2020-12-01 19:35:50.007088000
19:35:50.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.008000000, lastModified=2020-12-01 19:35:50.007088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.007088000 to 2020-12-01 19:35:50.008088000
19:35:50.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.010000000, lastModified=2020-12-01 19:35:50.010088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.010000000, lastModified=2020-12-01 19:35:50.010088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.011000000, lastModified=2020-12-01 19:35:50.010088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.010088000 to 2020-12-01 19:35:50.011088000
19:35:50.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.011000000, lastModified=2020-12-01 19:35:50.011088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.011000000, lastModified=2020-12-01 19:35:50.011088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.012000000, lastModified=2020-12-01 19:35:50.012088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.012000000, lastModified=2020-12-01 19:35:50.012088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.013000000, lastModified=2020-12-01 19:35:50.012088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.012088000 to 2020-12-01 19:35:50.013088000
19:35:50.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.013000000, lastModified=2020-12-01 19:35:50.013088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.013000000, lastModified=2020-12-01 19:35:50.013088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.014000000, lastModified=2020-12-01 19:35:50.014088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.014000000, lastModified=2020-12-01 19:35:50.014088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.015000000, lastModified=2020-12-01 19:35:50.014088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.014088000 to 2020-12-01 19:35:50.015088000
19:35:50.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.015000000, lastModified=2020-12-01 19:35:50.015088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.029 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.015088000 to 2020-12-01 19:35:50.029088000
19:35:50.030 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.029000000, lastModified=2020-12-01 19:35:50.029088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.030 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.029000000, lastModified=2020-12-01 19:35:50.029088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.030 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.030 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.030000000, lastModified=2020-12-01 19:35:50.030088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.030 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.030000000, lastModified=2020-12-01 19:35:50.030088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.030 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.030 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.030000000, lastModified=2020-12-01 19:35:50.030088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.030 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.030000000, lastModified=2020-12-01 19:35:50.030088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.030 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.031000000, lastModified=2020-12-01 19:35:50.030088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.031000000, lastModified=2020-12-01 19:35:50.030088000, delta=912000 ns, racy<=2502500 ns
19:35:50.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.031000000, lastModified=2020-12-01 19:35:50.030088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.030088000 to 2020-12-01 19:35:50.031088000
19:35:50.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.031000000, lastModified=2020-12-01 19:35:50.031088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.031000000, lastModified=2020-12-01 19:35:50.031088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.031000000, lastModified=2020-12-01 19:35:50.031088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.031000000, lastModified=2020-12-01 19:35:50.031088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.032000000, lastModified=2020-12-01 19:35:50.031088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.031088000 to 2020-12-01 19:35:50.032088000
19:35:50.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.032000000, lastModified=2020-12-01 19:35:50.032088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.032000000, lastModified=2020-12-01 19:35:50.032088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.033 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.032000000, lastModified=2020-12-01 19:35:50.032088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.033 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.032000000, lastModified=2020-12-01 19:35:50.032088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.033 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.033 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.033000000, lastModified=2020-12-01 19:35:50.032088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.033 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.032088000 to 2020-12-01 19:35:50.033088000
19:35:50.033 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.033000000, lastModified=2020-12-01 19:35:50.033088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.033 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.033000000, lastModified=2020-12-01 19:35:50.033088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.033 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.033 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.033000000, lastModified=2020-12-01 19:35:50.033088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.033000000, lastModified=2020-12-01 19:35:50.033088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.034000000, lastModified=2020-12-01 19:35:50.033088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.033088000 to 2020-12-01 19:35:50.034088000
19:35:50.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.034000000, lastModified=2020-12-01 19:35:50.034088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.034000000, lastModified=2020-12-01 19:35:50.034088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.034000000, lastModified=2020-12-01 19:35:50.034088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.034000000, lastModified=2020-12-01 19:35:50.034088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.035000000, lastModified=2020-12-01 19:35:50.034088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.035000000, lastModified=2020-12-01 19:35:50.034088000, delta=912000 ns, racy<=2502500 ns
19:35:50.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.035000000, lastModified=2020-12-01 19:35:50.035088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.035000000, lastModified=2020-12-01 19:35:50.035088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.035000000, lastModified=2020-12-01 19:35:50.035088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.035000000, lastModified=2020-12-01 19:35:50.035088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.035000000, lastModified=2020-12-01 19:35:50.035088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.036 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.035000000, lastModified=2020-12-01 19:35:50.035088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.036 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.036 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.036000000, lastModified=2020-12-01 19:35:50.035088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.036 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.035088000 to 2020-12-01 19:35:50.036088000
19:35:50.036 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.036000000, lastModified=2020-12-01 19:35:50.036088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.036 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.036000000, lastModified=2020-12-01 19:35:50.036088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.036 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.036 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.036000000, lastModified=2020-12-01 19:35:50.036088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.037 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.036000000, lastModified=2020-12-01 19:35:50.036088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.037 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.037 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.037000000, lastModified=2020-12-01 19:35:50.036088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.037 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.036088000 to 2020-12-01 19:35:50.037088000
19:35:50.037 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.037000000, lastModified=2020-12-01 19:35:50.037088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.037 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.037000000, lastModified=2020-12-01 19:35:50.037088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.037 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.037 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.037000000, lastModified=2020-12-01 19:35:50.037088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.037 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.037000000, lastModified=2020-12-01 19:35:50.037088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.037 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.038 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.038000000, lastModified=2020-12-01 19:35:50.037088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.038 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.038000000, lastModified=2020-12-01 19:35:50.037088000, delta=912000 ns, racy<=2502500 ns
19:35:50.038 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.039 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.039000000, lastModified=2020-12-01 19:35:50.039088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.039 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.039000000, lastModified=2020-12-01 19:35:50.039088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.039 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.040 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.040000000, lastModified=2020-12-01 19:35:50.039088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.041 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.039088000 to 2020-12-01 19:35:50.041088000
19:35:50.042 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.041000000, lastModified=2020-12-01 19:35:50.041088000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.042 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.041000000, lastModified=2020-12-01 19:35:50.041088000, delta=-88000 ns, racy<=2502500 ns
19:35:50.042 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.042 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.042000000, lastModified=2020-12-01 19:35:50.042087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.042 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.042000000, lastModified=2020-12-01 19:35:50.042087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.042 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.043 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.043000000, lastModified=2020-12-01 19:35:50.042087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.043 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.042087000 to 2020-12-01 19:35:50.043087000
19:35:50.043 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.043000000, lastModified=2020-12-01 19:35:50.043087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.044 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.043000000, lastModified=2020-12-01 19:35:50.043087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.044 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.044 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.044000000, lastModified=2020-12-01 19:35:50.044087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.044 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.044000000, lastModified=2020-12-01 19:35:50.044087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.044 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.045 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.045000000, lastModified=2020-12-01 19:35:50.044087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.045 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.045000000, lastModified=2020-12-01 19:35:50.044087000, delta=913000 ns, racy<=2502500 ns
19:35:50.045 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.046 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.046000000, lastModified=2020-12-01 19:35:50.046087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.046087000 to 2020-12-01 19:35:50.053087000
19:35:50.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.054000000, lastModified=2020-12-01 19:35:50.053087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.053087000 to 2020-12-01 19:35:50.054087000
19:35:50.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.054000000, lastModified=2020-12-01 19:35:50.054087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.054000000, lastModified=2020-12-01 19:35:50.054087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.054000000, lastModified=2020-12-01 19:35:50.054087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.054000000, lastModified=2020-12-01 19:35:50.054087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.055000000, lastModified=2020-12-01 19:35:50.054087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.054087000 to 2020-12-01 19:35:50.055087000
19:35:50.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.055000000, lastModified=2020-12-01 19:35:50.055087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.055000000, lastModified=2020-12-01 19:35:50.055087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.055000000, lastModified=2020-12-01 19:35:50.055087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.055000000, lastModified=2020-12-01 19:35:50.055087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.056000000, lastModified=2020-12-01 19:35:50.055087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.056000000, lastModified=2020-12-01 19:35:50.055087000, delta=913000 ns, racy<=2502500 ns
19:35:50.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.056000000, lastModified=2020-12-01 19:35:50.056087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.056000000, lastModified=2020-12-01 19:35:50.056087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.056000000, lastModified=2020-12-01 19:35:50.056087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.056000000, lastModified=2020-12-01 19:35:50.056087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.057000000, lastModified=2020-12-01 19:35:50.056087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.057000000, lastModified=2020-12-01 19:35:50.056087000, delta=913000 ns, racy<=2502500 ns
19:35:50.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.057000000, lastModified=2020-12-01 19:35:50.056087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.056087000 to 2020-12-01 19:35:50.057087000
19:35:50.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.057000000, lastModified=2020-12-01 19:35:50.057087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.057000000, lastModified=2020-12-01 19:35:50.057087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.058000000, lastModified=2020-12-01 19:35:50.057087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.058000000, lastModified=2020-12-01 19:35:50.057087000, delta=913000 ns, racy<=2502500 ns
19:35:50.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.058000000, lastModified=2020-12-01 19:35:50.058087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.058000000, lastModified=2020-12-01 19:35:50.058087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.058000000, lastModified=2020-12-01 19:35:50.058087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.058000000, lastModified=2020-12-01 19:35:50.058087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.058000000, lastModified=2020-12-01 19:35:50.058087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.058000000, lastModified=2020-12-01 19:35:50.058087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.059000000, lastModified=2020-12-01 19:35:50.058087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.058087000 to 2020-12-01 19:35:50.059087000
19:35:50.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.059000000, lastModified=2020-12-01 19:35:50.059087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.059000000, lastModified=2020-12-01 19:35:50.059087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.059000000, lastModified=2020-12-01 19:35:50.059087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.059000000, lastModified=2020-12-01 19:35:50.059087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.060000000, lastModified=2020-12-01 19:35:50.059087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.059087000 to 2020-12-01 19:35:50.060087000
19:35:50.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.060000000, lastModified=2020-12-01 19:35:50.060087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.060000000, lastModified=2020-12-01 19:35:50.060087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.060000000, lastModified=2020-12-01 19:35:50.060087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.060000000, lastModified=2020-12-01 19:35:50.060087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.061000000, lastModified=2020-12-01 19:35:50.060087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.061000000, lastModified=2020-12-01 19:35:50.060087000, delta=913000 ns, racy<=2502500 ns
19:35:50.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.061000000, lastModified=2020-12-01 19:35:50.060087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.060087000 to 2020-12-01 19:35:50.061087000
19:35:50.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.061000000, lastModified=2020-12-01 19:35:50.061087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.061000000, lastModified=2020-12-01 19:35:50.061087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.061000000, lastModified=2020-12-01 19:35:50.061087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.061000000, lastModified=2020-12-01 19:35:50.061087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.062000000, lastModified=2020-12-01 19:35:50.061087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.062000000, lastModified=2020-12-01 19:35:50.061087000, delta=913000 ns, racy<=2502500 ns
19:35:50.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.062000000, lastModified=2020-12-01 19:35:50.062087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.062000000, lastModified=2020-12-01 19:35:50.062087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.062000000, lastModified=2020-12-01 19:35:50.062087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.062000000, lastModified=2020-12-01 19:35:50.062087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.063000000, lastModified=2020-12-01 19:35:50.062087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.063000000, lastModified=2020-12-01 19:35:50.062087000, delta=913000 ns, racy<=2502500 ns
19:35:50.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.063000000, lastModified=2020-12-01 19:35:50.063087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.063000000, lastModified=2020-12-01 19:35:50.063087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.063000000, lastModified=2020-12-01 19:35:50.063087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.063000000, lastModified=2020-12-01 19:35:50.063087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.063000000, lastModified=2020-12-01 19:35:50.063087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.063000000, lastModified=2020-12-01 19:35:50.063087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.064000000, lastModified=2020-12-01 19:35:50.063087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.063087000 to 2020-12-01 19:35:50.064087000
19:35:50.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.064000000, lastModified=2020-12-01 19:35:50.064087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.064000000, lastModified=2020-12-01 19:35:50.064087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.064000000, lastModified=2020-12-01 19:35:50.064087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.064000000, lastModified=2020-12-01 19:35:50.064087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.065000000, lastModified=2020-12-01 19:35:50.064087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.065000000, lastModified=2020-12-01 19:35:50.064087000, delta=913000 ns, racy<=2502500 ns
19:35:50.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.065000000, lastModified=2020-12-01 19:35:50.064087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.064087000 to 2020-12-01 19:35:50.065087000
19:35:50.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.065000000, lastModified=2020-12-01 19:35:50.065087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.065000000, lastModified=2020-12-01 19:35:50.065087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.065000000, lastModified=2020-12-01 19:35:50.065087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.065000000, lastModified=2020-12-01 19:35:50.065087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.066000000, lastModified=2020-12-01 19:35:50.065087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.065087000 to 2020-12-01 19:35:50.066087000
19:35:50.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.066000000, lastModified=2020-12-01 19:35:50.066087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.066000000, lastModified=2020-12-01 19:35:50.066087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.066000000, lastModified=2020-12-01 19:35:50.066087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.066000000, lastModified=2020-12-01 19:35:50.066087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.067000000, lastModified=2020-12-01 19:35:50.066087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.067000000, lastModified=2020-12-01 19:35:50.066087000, delta=913000 ns, racy<=2502500 ns
19:35:50.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.067000000, lastModified=2020-12-01 19:35:50.067087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.067000000, lastModified=2020-12-01 19:35:50.067087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.067000000, lastModified=2020-12-01 19:35:50.067087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.067000000, lastModified=2020-12-01 19:35:50.067087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.068000000, lastModified=2020-12-01 19:35:50.067087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.068000000, lastModified=2020-12-01 19:35:50.067087000, delta=913000 ns, racy<=2502500 ns
19:35:50.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.068000000, lastModified=2020-12-01 19:35:50.067087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.067087000 to 2020-12-01 19:35:50.068087000
19:35:50.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.068000000, lastModified=2020-12-01 19:35:50.068087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.068000000, lastModified=2020-12-01 19:35:50.068087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.068000000, lastModified=2020-12-01 19:35:50.068087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.068000000, lastModified=2020-12-01 19:35:50.068087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.069000000, lastModified=2020-12-01 19:35:50.068087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.069000000, lastModified=2020-12-01 19:35:50.068087000, delta=913000 ns, racy<=2502500 ns
19:35:50.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.069000000, lastModified=2020-12-01 19:35:50.069087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.069000000, lastModified=2020-12-01 19:35:50.069087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.069000000, lastModified=2020-12-01 19:35:50.069087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.069000000, lastModified=2020-12-01 19:35:50.069087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.070000000, lastModified=2020-12-01 19:35:50.069087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.070000000, lastModified=2020-12-01 19:35:50.069087000, delta=913000 ns, racy<=2502500 ns
19:35:50.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.070000000, lastModified=2020-12-01 19:35:50.070087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.070000000, lastModified=2020-12-01 19:35:50.070087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.070000000, lastModified=2020-12-01 19:35:50.070087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.070000000, lastModified=2020-12-01 19:35:50.070087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.070000000, lastModified=2020-12-01 19:35:50.070087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.070000000, lastModified=2020-12-01 19:35:50.070087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.071000000, lastModified=2020-12-01 19:35:50.070087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.070087000 to 2020-12-01 19:35:50.071087000
19:35:50.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.071000000, lastModified=2020-12-01 19:35:50.071087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.071000000, lastModified=2020-12-01 19:35:50.071087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.071000000, lastModified=2020-12-01 19:35:50.071087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.071000000, lastModified=2020-12-01 19:35:50.071087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.072000000, lastModified=2020-12-01 19:35:50.071087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.071087000 to 2020-12-01 19:35:50.072087000
19:35:50.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.072000000, lastModified=2020-12-01 19:35:50.072087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.072000000, lastModified=2020-12-01 19:35:50.072087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.072000000, lastModified=2020-12-01 19:35:50.072087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.072000000, lastModified=2020-12-01 19:35:50.072087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.073000000, lastModified=2020-12-01 19:35:50.072087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.073000000, lastModified=2020-12-01 19:35:50.072087000, delta=913000 ns, racy<=2502500 ns
19:35:50.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.073000000, lastModified=2020-12-01 19:35:50.073087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.073000000, lastModified=2020-12-01 19:35:50.073087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.073000000, lastModified=2020-12-01 19:35:50.073087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.073000000, lastModified=2020-12-01 19:35:50.073087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.074 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.074000000, lastModified=2020-12-01 19:35:50.073087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.074 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.074000000, lastModified=2020-12-01 19:35:50.073087000, delta=913000 ns, racy<=2502500 ns
19:35:50.074 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.106 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.106000000, lastModified=2020-12-01 19:35:50.073087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.109 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.073087000 to 2020-12-01 19:35:50.108087000
19:35:50.109 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.109000000, lastModified=2020-12-01 19:35:50.109087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.110 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.109000000, lastModified=2020-12-01 19:35:50.109087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.110 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.110 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.110000000, lastModified=2020-12-01 19:35:50.110087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.113 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.110087000 to 2020-12-01 19:35:50.112087000
19:35:50.113 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.113000000, lastModified=2020-12-01 19:35:50.113087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.113 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.113000000, lastModified=2020-12-01 19:35:50.113087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.114 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.114 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.114000000, lastModified=2020-12-01 19:35:50.113087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.114 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.113087000 to 2020-12-01 19:35:50.114087000
19:35:50.115 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.115000000, lastModified=2020-12-01 19:35:50.114087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.115 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.114087000 to 2020-12-01 19:35:50.115087000
19:35:50.117 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.117000000, lastModified=2020-12-01 19:35:50.117087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.117 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.117000000, lastModified=2020-12-01 19:35:50.117087000, delta=-87000 ns, racy<=2502500 ns
19:35:50.117 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.118 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.118000000, lastModified=2020-12-01 19:35:50.117087000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.118 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.118000000, lastModified=2020-12-01 19:35:50.117087000, delta=913000 ns, racy<=2502500 ns
19:35:50.118 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.118 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.118000000, lastModified=2020-12-01 19:35:50.118086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.118 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.118000000, lastModified=2020-12-01 19:35:50.118086000, delta=-86000 ns, racy<=2502500 ns
19:35:50.119 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.119 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.119000000, lastModified=2020-12-01 19:35:50.119086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.120 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.119000000, lastModified=2020-12-01 19:35:50.119086000, delta=-86000 ns, racy<=2502500 ns
19:35:50.120 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.120 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.120000000, lastModified=2020-12-01 19:35:50.120086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.120 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.120000000, lastModified=2020-12-01 19:35:50.120086000, delta=-86000 ns, racy<=2502500 ns
19:35:50.120 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.142 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.142000000, lastModified=2020-12-01 19:35:50.142086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.143 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.142086000 to 2020-12-01 19:35:50.143086000
19:35:50.144 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.144000000, lastModified=2020-12-01 19:35:50.143086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.144 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.144000000, lastModified=2020-12-01 19:35:50.143086000, delta=914000 ns, racy<=2502500 ns
19:35:50.144 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.144 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.144000000, lastModified=2020-12-01 19:35:50.144086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.145 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.144000000, lastModified=2020-12-01 19:35:50.144086000, delta=-86000 ns, racy<=2502500 ns
19:35:50.145 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.145 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.145000000, lastModified=2020-12-01 19:35:50.145086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.145 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.145000000, lastModified=2020-12-01 19:35:50.145086000, delta=-86000 ns, racy<=2502500 ns
19:35:50.145 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.146 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.146000000, lastModified=2020-12-01 19:35:50.145086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.146 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.145086000 to 2020-12-01 19:35:50.146086000
19:35:50.148 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.148000000, lastModified=2020-12-01 19:35:50.147086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.148 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.147086000 to 2020-12-01 19:35:50.148086000
19:35:50.149 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.149000000, lastModified=2020-12-01 19:35:50.149086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.151 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.149086000 to 2020-12-01 19:35:50.150086000
19:35:50.151 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.151000000, lastModified=2020-12-01 19:35:50.151086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.151 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.151000000, lastModified=2020-12-01 19:35:50.151086000, delta=-86000 ns, racy<=2502500 ns
19:35:50.151 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.152 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.152000000, lastModified=2020-12-01 19:35:50.151086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.152 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.151086000 to 2020-12-01 19:35:50.152086000
19:35:50.152 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.152000000, lastModified=2020-12-01 19:35:50.152086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.153 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.152000000, lastModified=2020-12-01 19:35:50.152086000, delta=-86000 ns, racy<=2502500 ns
19:35:50.153 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.153 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.153000000, lastModified=2020-12-01 19:35:50.152086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.153 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.152086000 to 2020-12-01 19:35:50.153086000
19:35:50.153 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.153000000, lastModified=2020-12-01 19:35:50.153086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.157 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.153086000 to 2020-12-01 19:35:50.157086000
19:35:50.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.158000000, lastModified=2020-12-01 19:35:50.158086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.158086000 to 2020-12-01 19:35:50.159086000
19:35:50.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.160000000, lastModified=2020-12-01 19:35:50.160086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.160000000, lastModified=2020-12-01 19:35:50.160086000, delta=-86000 ns, racy<=2502500 ns
19:35:50.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.161000000, lastModified=2020-12-01 19:35:50.160086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.160086000 to 2020-12-01 19:35:50.161086000
19:35:50.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.161000000, lastModified=2020-12-01 19:35:50.161086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.161000000, lastModified=2020-12-01 19:35:50.161086000, delta=-86000 ns, racy<=2502500 ns
19:35:50.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.162000000, lastModified=2020-12-01 19:35:50.162086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.162000000, lastModified=2020-12-01 19:35:50.162086000, delta=-86000 ns, racy<=2502500 ns
19:35:50.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.163000000, lastModified=2020-12-01 19:35:50.162086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.163000000, lastModified=2020-12-01 19:35:50.162086000, delta=914000 ns, racy<=2502500 ns
19:35:50.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.164 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.164000000, lastModified=2020-12-01 19:35:50.163086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.163086000 to 2020-12-01 19:35:50.165086000
19:35:50.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.165000000, lastModified=2020-12-01 19:35:50.165086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.166 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.165000000, lastModified=2020-12-01 19:35:50.165086000, delta=-86000 ns, racy<=2502500 ns
19:35:50.166 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.166 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.166000000, lastModified=2020-12-01 19:35:50.166086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.167 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.166086000 to 2020-12-01 19:35:50.167086000
19:35:50.174 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.174000000, lastModified=2020-12-01 19:35:50.173086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.185 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.173086000 to 2020-12-01 19:35:50.185086000
19:35:50.186 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.186000000, lastModified=2020-12-01 19:35:50.186086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.186 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.186000000, lastModified=2020-12-01 19:35:50.186086000, delta=-86000 ns, racy<=2502500 ns
19:35:50.186 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.187000000, lastModified=2020-12-01 19:35:50.187086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.190 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.187086000 to 2020-12-01 19:35:50.190086000
19:35:50.190 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.190000000, lastModified=2020-12-01 19:35:50.190086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.191 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.190000000, lastModified=2020-12-01 19:35:50.190086000, delta=-86000 ns, racy<=2502500 ns
19:35:50.191 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.191 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.191000000, lastModified=2020-12-01 19:35:50.191086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.191 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.191000000, lastModified=2020-12-01 19:35:50.191086000, delta=-86000 ns, racy<=2502500 ns
19:35:50.191 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.192000000, lastModified=2020-12-01 19:35:50.191086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.191086000 to 2020-12-01 19:35:50.192086000
19:35:50.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.192000000, lastModified=2020-12-01 19:35:50.192086000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.193 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.192000000, lastModified=2020-12-01 19:35:50.192086000, delta=-86000 ns, racy<=2502500 ns
19:35:50.193 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.193 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.193000000, lastModified=2020-12-01 19:35:50.193085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.193 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.193000000, lastModified=2020-12-01 19:35:50.193085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.193 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.194 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.194000000, lastModified=2020-12-01 19:35:50.193085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.194 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.193085000 to 2020-12-01 19:35:50.194085000
19:35:50.195 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.195000000, lastModified=2020-12-01 19:35:50.194085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.195 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.194085000 to 2020-12-01 19:35:50.195085000
19:35:50.195 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.195000000, lastModified=2020-12-01 19:35:50.195085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.197 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.195085000 to 2020-12-01 19:35:50.197085000
19:35:50.198 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.198000000, lastModified=2020-12-01 19:35:50.198085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.198 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.198000000, lastModified=2020-12-01 19:35:50.198085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.198 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.198 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.198000000, lastModified=2020-12-01 19:35:50.198085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.199 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.198000000, lastModified=2020-12-01 19:35:50.198085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.199 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.199 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.199000000, lastModified=2020-12-01 19:35:50.198085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.199 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.199000000, lastModified=2020-12-01 19:35:50.198085000, delta=915000 ns, racy<=2502500 ns
19:35:50.199 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.199 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.199000000, lastModified=2020-12-01 19:35:50.199085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.199 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.199000000, lastModified=2020-12-01 19:35:50.199085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.199 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.199 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.199000000, lastModified=2020-12-01 19:35:50.199085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.199 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.199000000, lastModified=2020-12-01 19:35:50.199085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.199 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.200 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.199000000, lastModified=2020-12-01 19:35:50.199085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.200 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.199000000, lastModified=2020-12-01 19:35:50.199085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.200 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.200 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.200000000, lastModified=2020-12-01 19:35:50.199085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.206 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.199085000 to 2020-12-01 19:35:50.206085000
19:35:50.206 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.206000000, lastModified=2020-12-01 19:35:50.206085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.206 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.206000000, lastModified=2020-12-01 19:35:50.206085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.206 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.207 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.206000000, lastModified=2020-12-01 19:35:50.206085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.207 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.206000000, lastModified=2020-12-01 19:35:50.206085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.207 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.207 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.207000000, lastModified=2020-12-01 19:35:50.206085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.207 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.206085000 to 2020-12-01 19:35:50.207085000
19:35:50.207 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.207000000, lastModified=2020-12-01 19:35:50.207085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.207 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.207000000, lastModified=2020-12-01 19:35:50.207085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.207 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.208 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.208000000, lastModified=2020-12-01 19:35:50.207085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.208 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.208000000, lastModified=2020-12-01 19:35:50.207085000, delta=915000 ns, racy<=2502500 ns
19:35:50.208 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.208 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.208000000, lastModified=2020-12-01 19:35:50.207085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.208 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.207085000 to 2020-12-01 19:35:50.208085000
19:35:50.208 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.208000000, lastModified=2020-12-01 19:35:50.208085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.208 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.208000000, lastModified=2020-12-01 19:35:50.208085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.208 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.209 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.209000000, lastModified=2020-12-01 19:35:50.208085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.209 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.209000000, lastModified=2020-12-01 19:35:50.208085000, delta=915000 ns, racy<=2502500 ns
19:35:50.209 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.209 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.209000000, lastModified=2020-12-01 19:35:50.208085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.209 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.208085000 to 2020-12-01 19:35:50.209085000
19:35:50.209 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.209000000, lastModified=2020-12-01 19:35:50.209085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.209 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.209000000, lastModified=2020-12-01 19:35:50.209085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.209 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.209 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.209000000, lastModified=2020-12-01 19:35:50.209085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.209000000, lastModified=2020-12-01 19:35:50.209085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.210000000, lastModified=2020-12-01 19:35:50.209085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.210000000, lastModified=2020-12-01 19:35:50.209085000, delta=915000 ns, racy<=2502500 ns
19:35:50.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.210000000, lastModified=2020-12-01 19:35:50.210085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.210000000, lastModified=2020-12-01 19:35:50.210085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.210000000, lastModified=2020-12-01 19:35:50.210085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.210000000, lastModified=2020-12-01 19:35:50.210085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.211 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.211000000, lastModified=2020-12-01 19:35:50.210085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.211 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.211000000, lastModified=2020-12-01 19:35:50.210085000, delta=915000 ns, racy<=2502500 ns
19:35:50.211 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.211 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.211000000, lastModified=2020-12-01 19:35:50.210085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.211 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.210085000 to 2020-12-01 19:35:50.211085000
19:35:50.211 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.211000000, lastModified=2020-12-01 19:35:50.211085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.211 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.211000000, lastModified=2020-12-01 19:35:50.211085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.211 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.211 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.211000000, lastModified=2020-12-01 19:35:50.211085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.212 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.211000000, lastModified=2020-12-01 19:35:50.211085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.212 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.212 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.212000000, lastModified=2020-12-01 19:35:50.211085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.212 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.212000000, lastModified=2020-12-01 19:35:50.211085000, delta=915000 ns, racy<=2502500 ns
19:35:50.212 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.212 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.212000000, lastModified=2020-12-01 19:35:50.212085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.212 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.212000000, lastModified=2020-12-01 19:35:50.212085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.212 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.212 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.212000000, lastModified=2020-12-01 19:35:50.212085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.212 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.212000000, lastModified=2020-12-01 19:35:50.212085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.212 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.213 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.213000000, lastModified=2020-12-01 19:35:50.212085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.213 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.213000000, lastModified=2020-12-01 19:35:50.212085000, delta=915000 ns, racy<=2502500 ns
19:35:50.213 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.213 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.213000000, lastModified=2020-12-01 19:35:50.212085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.213 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.212085000 to 2020-12-01 19:35:50.213085000
19:35:50.213 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.213000000, lastModified=2020-12-01 19:35:50.213085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.213 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.213000000, lastModified=2020-12-01 19:35:50.213085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.213 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.214 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.214000000, lastModified=2020-12-01 19:35:50.213085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.214 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.214000000, lastModified=2020-12-01 19:35:50.213085000, delta=915000 ns, racy<=2502500 ns
19:35:50.214 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.214 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.214000000, lastModified=2020-12-01 19:35:50.213085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.214 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.213085000 to 2020-12-01 19:35:50.214085000
19:35:50.214 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.214000000, lastModified=2020-12-01 19:35:50.214085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.214 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.214000000, lastModified=2020-12-01 19:35:50.214085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.214 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.215 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.214000000, lastModified=2020-12-01 19:35:50.214085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.215 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.214000000, lastModified=2020-12-01 19:35:50.214085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.215 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.215 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.215000000, lastModified=2020-12-01 19:35:50.214085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.215 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.214085000 to 2020-12-01 19:35:50.215085000
19:35:50.215 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.215000000, lastModified=2020-12-01 19:35:50.215085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.215 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.215000000, lastModified=2020-12-01 19:35:50.215085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.215 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.215 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.215000000, lastModified=2020-12-01 19:35:50.215085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.216 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.215000000, lastModified=2020-12-01 19:35:50.215085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.216 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.216 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.216000000, lastModified=2020-12-01 19:35:50.215085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.216 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.215085000 to 2020-12-01 19:35:50.216085000
19:35:50.216 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.216000000, lastModified=2020-12-01 19:35:50.216085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.216 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.216000000, lastModified=2020-12-01 19:35:50.216085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.216 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.216 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.216000000, lastModified=2020-12-01 19:35:50.216085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.217 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.216000000, lastModified=2020-12-01 19:35:50.216085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.217 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.217 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.217000000, lastModified=2020-12-01 19:35:50.216085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.217 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.216085000 to 2020-12-01 19:35:50.217085000
19:35:50.217 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.217000000, lastModified=2020-12-01 19:35:50.217085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.217 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.217000000, lastModified=2020-12-01 19:35:50.217085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.217 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.217 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.217000000, lastModified=2020-12-01 19:35:50.217085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.218 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.217000000, lastModified=2020-12-01 19:35:50.217085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.218 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.218 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.218000000, lastModified=2020-12-01 19:35:50.217085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.218 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.218000000, lastModified=2020-12-01 19:35:50.217085000, delta=915000 ns, racy<=2502500 ns
19:35:50.218 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.218 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.218000000, lastModified=2020-12-01 19:35:50.218085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.218 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.218000000, lastModified=2020-12-01 19:35:50.218085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.218 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.218 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.218000000, lastModified=2020-12-01 19:35:50.218085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.219 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.218000000, lastModified=2020-12-01 19:35:50.218085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.219 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.219 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.219000000, lastModified=2020-12-01 19:35:50.218085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.219 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.219000000, lastModified=2020-12-01 19:35:50.218085000, delta=915000 ns, racy<=2502500 ns
19:35:50.219 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.219 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.219000000, lastModified=2020-12-01 19:35:50.219085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.219 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.219000000, lastModified=2020-12-01 19:35:50.219085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.219 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.219 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.219000000, lastModified=2020-12-01 19:35:50.219085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.220 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.219000000, lastModified=2020-12-01 19:35:50.219085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.220 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.220 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.220000000, lastModified=2020-12-01 19:35:50.219085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.220 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.220000000, lastModified=2020-12-01 19:35:50.219085000, delta=915000 ns, racy<=2502500 ns
19:35:50.220 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.220 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.220000000, lastModified=2020-12-01 19:35:50.220085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.220 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.220000000, lastModified=2020-12-01 19:35:50.220085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.220 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.220 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.220000000, lastModified=2020-12-01 19:35:50.220085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.220000000, lastModified=2020-12-01 19:35:50.220085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.221000000, lastModified=2020-12-01 19:35:50.220085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.221000000, lastModified=2020-12-01 19:35:50.220085000, delta=915000 ns, racy<=2502500 ns
19:35:50.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.221000000, lastModified=2020-12-01 19:35:50.221085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.221000000, lastModified=2020-12-01 19:35:50.221085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.221000000, lastModified=2020-12-01 19:35:50.221085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.221000000, lastModified=2020-12-01 19:35:50.221085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.222000000, lastModified=2020-12-01 19:35:50.221085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.222000000, lastModified=2020-12-01 19:35:50.221085000, delta=915000 ns, racy<=2502500 ns
19:35:50.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.222000000, lastModified=2020-12-01 19:35:50.222085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.222000000, lastModified=2020-12-01 19:35:50.222085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.222000000, lastModified=2020-12-01 19:35:50.222085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.222000000, lastModified=2020-12-01 19:35:50.222085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.223000000, lastModified=2020-12-01 19:35:50.222085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.223000000, lastModified=2020-12-01 19:35:50.222085000, delta=915000 ns, racy<=2502500 ns
19:35:50.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.223000000, lastModified=2020-12-01 19:35:50.223085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.223000000, lastModified=2020-12-01 19:35:50.223085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.223000000, lastModified=2020-12-01 19:35:50.223085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.223000000, lastModified=2020-12-01 19:35:50.223085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.224000000, lastModified=2020-12-01 19:35:50.223085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.224000000, lastModified=2020-12-01 19:35:50.223085000, delta=915000 ns, racy<=2502500 ns
19:35:50.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.224000000, lastModified=2020-12-01 19:35:50.224085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.224000000, lastModified=2020-12-01 19:35:50.224085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.224000000, lastModified=2020-12-01 19:35:50.224085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.224000000, lastModified=2020-12-01 19:35:50.224085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.225 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.224000000, lastModified=2020-12-01 19:35:50.224085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.225 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.224000000, lastModified=2020-12-01 19:35:50.224085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.225 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.225 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.225000000, lastModified=2020-12-01 19:35:50.224085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.225 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.224085000 to 2020-12-01 19:35:50.225085000
19:35:50.226 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.226000000, lastModified=2020-12-01 19:35:50.225085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.226 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.226000000, lastModified=2020-12-01 19:35:50.225085000, delta=915000 ns, racy<=2502500 ns
19:35:50.226 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.226 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.226000000, lastModified=2020-12-01 19:35:50.226085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.226 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.226000000, lastModified=2020-12-01 19:35:50.226085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.226 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.226 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.226000000, lastModified=2020-12-01 19:35:50.226085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.226 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.226000000, lastModified=2020-12-01 19:35:50.226085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.226 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.227000000, lastModified=2020-12-01 19:35:50.226085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.227000000, lastModified=2020-12-01 19:35:50.226085000, delta=915000 ns, racy<=2502500 ns
19:35:50.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.227000000, lastModified=2020-12-01 19:35:50.226085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.226085000 to 2020-12-01 19:35:50.227085000
19:35:50.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.227000000, lastModified=2020-12-01 19:35:50.227085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.227000000, lastModified=2020-12-01 19:35:50.227085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.227000000, lastModified=2020-12-01 19:35:50.227085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.227000000, lastModified=2020-12-01 19:35:50.227085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.228000000, lastModified=2020-12-01 19:35:50.227085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.227085000 to 2020-12-01 19:35:50.228085000
19:35:50.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.228000000, lastModified=2020-12-01 19:35:50.228085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.228000000, lastModified=2020-12-01 19:35:50.228085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.228000000, lastModified=2020-12-01 19:35:50.228085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.228000000, lastModified=2020-12-01 19:35:50.228085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.229000000, lastModified=2020-12-01 19:35:50.228085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.228085000 to 2020-12-01 19:35:50.229085000
19:35:50.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.229000000, lastModified=2020-12-01 19:35:50.229085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.229000000, lastModified=2020-12-01 19:35:50.229085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.229000000, lastModified=2020-12-01 19:35:50.229085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.229000000, lastModified=2020-12-01 19:35:50.229085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.230000000, lastModified=2020-12-01 19:35:50.229085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.230000000, lastModified=2020-12-01 19:35:50.229085000, delta=915000 ns, racy<=2502500 ns
19:35:50.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.230000000, lastModified=2020-12-01 19:35:50.230085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.230000000, lastModified=2020-12-01 19:35:50.230085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.230000000, lastModified=2020-12-01 19:35:50.230085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.230000000, lastModified=2020-12-01 19:35:50.230085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.231000000, lastModified=2020-12-01 19:35:50.230085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.231000000, lastModified=2020-12-01 19:35:50.230085000, delta=915000 ns, racy<=2502500 ns
19:35:50.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.231000000, lastModified=2020-12-01 19:35:50.231085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.231000000, lastModified=2020-12-01 19:35:50.231085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.231000000, lastModified=2020-12-01 19:35:50.231085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.231000000, lastModified=2020-12-01 19:35:50.231085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.232000000, lastModified=2020-12-01 19:35:50.231085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.232000000, lastModified=2020-12-01 19:35:50.231085000, delta=915000 ns, racy<=2502500 ns
19:35:50.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.232000000, lastModified=2020-12-01 19:35:50.232085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.232000000, lastModified=2020-12-01 19:35:50.232085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.232000000, lastModified=2020-12-01 19:35:50.232085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.232000000, lastModified=2020-12-01 19:35:50.232085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.233000000, lastModified=2020-12-01 19:35:50.232085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.233000000, lastModified=2020-12-01 19:35:50.232085000, delta=915000 ns, racy<=2502500 ns
19:35:50.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.233000000, lastModified=2020-12-01 19:35:50.232085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.232085000 to 2020-12-01 19:35:50.233085000
19:35:50.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.233000000, lastModified=2020-12-01 19:35:50.233085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.233000000, lastModified=2020-12-01 19:35:50.233085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.234000000, lastModified=2020-12-01 19:35:50.233085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.234000000, lastModified=2020-12-01 19:35:50.233085000, delta=915000 ns, racy<=2502500 ns
19:35:50.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.234000000, lastModified=2020-12-01 19:35:50.234085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.234000000, lastModified=2020-12-01 19:35:50.234085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.234000000, lastModified=2020-12-01 19:35:50.234085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.234000000, lastModified=2020-12-01 19:35:50.234085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.234000000, lastModified=2020-12-01 19:35:50.234085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.234000000, lastModified=2020-12-01 19:35:50.234085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.235000000, lastModified=2020-12-01 19:35:50.234085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.234085000 to 2020-12-01 19:35:50.235085000
19:35:50.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.235000000, lastModified=2020-12-01 19:35:50.235085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.235000000, lastModified=2020-12-01 19:35:50.235085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.235000000, lastModified=2020-12-01 19:35:50.235085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.236 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.235000000, lastModified=2020-12-01 19:35:50.235085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.236 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.236 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.236000000, lastModified=2020-12-01 19:35:50.235085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.236 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.235085000 to 2020-12-01 19:35:50.236085000
19:35:50.236 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.236000000, lastModified=2020-12-01 19:35:50.236085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.236 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.236000000, lastModified=2020-12-01 19:35:50.236085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.236 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.236 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.236000000, lastModified=2020-12-01 19:35:50.236085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.237 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.236000000, lastModified=2020-12-01 19:35:50.236085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.237 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.237 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.237000000, lastModified=2020-12-01 19:35:50.236085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.237 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.237000000, lastModified=2020-12-01 19:35:50.236085000, delta=915000 ns, racy<=2502500 ns
19:35:50.237 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.237 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.237000000, lastModified=2020-12-01 19:35:50.237085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.237 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.237000000, lastModified=2020-12-01 19:35:50.237085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.237 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.237 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.237000000, lastModified=2020-12-01 19:35:50.237085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.237 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.237000000, lastModified=2020-12-01 19:35:50.237085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.238000000, lastModified=2020-12-01 19:35:50.237085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.238000000, lastModified=2020-12-01 19:35:50.237085000, delta=915000 ns, racy<=2502500 ns
19:35:50.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.238000000, lastModified=2020-12-01 19:35:50.238085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.238000000, lastModified=2020-12-01 19:35:50.238085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.238000000, lastModified=2020-12-01 19:35:50.238085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.238000000, lastModified=2020-12-01 19:35:50.238085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.239000000, lastModified=2020-12-01 19:35:50.238085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.239000000, lastModified=2020-12-01 19:35:50.238085000, delta=915000 ns, racy<=2502500 ns
19:35:50.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.239000000, lastModified=2020-12-01 19:35:50.238085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.238085000 to 2020-12-01 19:35:50.239085000
19:35:50.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.239000000, lastModified=2020-12-01 19:35:50.239085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.239000000, lastModified=2020-12-01 19:35:50.239085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.240000000, lastModified=2020-12-01 19:35:50.239085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.240000000, lastModified=2020-12-01 19:35:50.239085000, delta=915000 ns, racy<=2502500 ns
19:35:50.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.240000000, lastModified=2020-12-01 19:35:50.239085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.239085000 to 2020-12-01 19:35:50.240085000
19:35:50.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.240000000, lastModified=2020-12-01 19:35:50.240085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.240000000, lastModified=2020-12-01 19:35:50.240085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.241 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.240000000, lastModified=2020-12-01 19:35:50.240085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.241 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.240000000, lastModified=2020-12-01 19:35:50.240085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.241 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.241 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.241000000, lastModified=2020-12-01 19:35:50.240085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.241 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.240085000 to 2020-12-01 19:35:50.241085000
19:35:50.241 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.241000000, lastModified=2020-12-01 19:35:50.241085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.241 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.241000000, lastModified=2020-12-01 19:35:50.241085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.241 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.241 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.241000000, lastModified=2020-12-01 19:35:50.241085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.242 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.241000000, lastModified=2020-12-01 19:35:50.241085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.242 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.242 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.242000000, lastModified=2020-12-01 19:35:50.241085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.242 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.241085000 to 2020-12-01 19:35:50.242085000
19:35:50.242 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.242000000, lastModified=2020-12-01 19:35:50.242085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.242 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.242000000, lastModified=2020-12-01 19:35:50.242085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.242 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.243 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.242000000, lastModified=2020-12-01 19:35:50.242085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.243 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.242000000, lastModified=2020-12-01 19:35:50.242085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.243 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.243 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.243000000, lastModified=2020-12-01 19:35:50.242085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.243 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.242085000 to 2020-12-01 19:35:50.243085000
19:35:50.243 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.243000000, lastModified=2020-12-01 19:35:50.243085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.243 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.243000000, lastModified=2020-12-01 19:35:50.243085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.243 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.243 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.243000000, lastModified=2020-12-01 19:35:50.243085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.243000000, lastModified=2020-12-01 19:35:50.243085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.244000000, lastModified=2020-12-01 19:35:50.243085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.243085000 to 2020-12-01 19:35:50.244085000
19:35:50.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.244000000, lastModified=2020-12-01 19:35:50.244085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.244000000, lastModified=2020-12-01 19:35:50.244085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.244000000, lastModified=2020-12-01 19:35:50.244085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.244000000, lastModified=2020-12-01 19:35:50.244085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.245000000, lastModified=2020-12-01 19:35:50.244085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.245000000, lastModified=2020-12-01 19:35:50.244085000, delta=915000 ns, racy<=2502500 ns
19:35:50.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.245000000, lastModified=2020-12-01 19:35:50.245085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.245000000, lastModified=2020-12-01 19:35:50.245085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.245000000, lastModified=2020-12-01 19:35:50.245085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.245000000, lastModified=2020-12-01 19:35:50.245085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.246000000, lastModified=2020-12-01 19:35:50.245085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.246000000, lastModified=2020-12-01 19:35:50.245085000, delta=915000 ns, racy<=2502500 ns
19:35:50.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.246000000, lastModified=2020-12-01 19:35:50.246085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.246000000, lastModified=2020-12-01 19:35:50.246085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.246000000, lastModified=2020-12-01 19:35:50.246085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.246000000, lastModified=2020-12-01 19:35:50.246085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.247000000, lastModified=2020-12-01 19:35:50.246085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.246085000 to 2020-12-01 19:35:50.247085000
19:35:50.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.247000000, lastModified=2020-12-01 19:35:50.247085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.247000000, lastModified=2020-12-01 19:35:50.247085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.247000000, lastModified=2020-12-01 19:35:50.247085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.247000000, lastModified=2020-12-01 19:35:50.247085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.248000000, lastModified=2020-12-01 19:35:50.247085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.248000000, lastModified=2020-12-01 19:35:50.247085000, delta=915000 ns, racy<=2502500 ns
19:35:50.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.248000000, lastModified=2020-12-01 19:35:50.248085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.248000000, lastModified=2020-12-01 19:35:50.248085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.248000000, lastModified=2020-12-01 19:35:50.248085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.248000000, lastModified=2020-12-01 19:35:50.248085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.249000000, lastModified=2020-12-01 19:35:50.248085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.249000000, lastModified=2020-12-01 19:35:50.248085000, delta=915000 ns, racy<=2502500 ns
19:35:50.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.249000000, lastModified=2020-12-01 19:35:50.249085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.249000000, lastModified=2020-12-01 19:35:50.249085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.249000000, lastModified=2020-12-01 19:35:50.249085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.249000000, lastModified=2020-12-01 19:35:50.249085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.249000000, lastModified=2020-12-01 19:35:50.249085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.249000000, lastModified=2020-12-01 19:35:50.249085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.250000000, lastModified=2020-12-01 19:35:50.249085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.249085000 to 2020-12-01 19:35:50.250085000
19:35:50.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.250000000, lastModified=2020-12-01 19:35:50.250085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.250000000, lastModified=2020-12-01 19:35:50.250085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.250000000, lastModified=2020-12-01 19:35:50.250085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.250000000, lastModified=2020-12-01 19:35:50.250085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.251000000, lastModified=2020-12-01 19:35:50.250085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.251000000, lastModified=2020-12-01 19:35:50.250085000, delta=915000 ns, racy<=2502500 ns
19:35:50.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.251000000, lastModified=2020-12-01 19:35:50.251085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.251000000, lastModified=2020-12-01 19:35:50.251085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.251000000, lastModified=2020-12-01 19:35:50.251085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.251000000, lastModified=2020-12-01 19:35:50.251085000, delta=-85000 ns, racy<=2502500 ns
19:35:50.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.252000000, lastModified=2020-12-01 19:35:50.251085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.252000000, lastModified=2020-12-01 19:35:50.251085000, delta=915000 ns, racy<=2502500 ns
19:35:50.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.252000000, lastModified=2020-12-01 19:35:50.251085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.251085000 to 2020-12-01 19:35:50.252085000
19:35:50.253 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.253000000, lastModified=2020-12-01 19:35:50.252085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.253 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.252085000 to 2020-12-01 19:35:50.253085000
19:35:50.254 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.254000000, lastModified=2020-12-01 19:35:50.253085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.254 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.253085000 to 2020-12-01 19:35:50.254085000
19:35:50.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.255000000, lastModified=2020-12-01 19:35:50.254085000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.254085000 to 2020-12-01 19:35:50.306084000
19:35:50.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.306000000, lastModified=2020-12-01 19:35:50.306084000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.306000000, lastModified=2020-12-01 19:35:50.306084000, delta=-84000 ns, racy<=2502500 ns
19:35:50.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.307000000, lastModified=2020-12-01 19:35:50.307084000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.308 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.307000000, lastModified=2020-12-01 19:35:50.307084000, delta=-84000 ns, racy<=2502500 ns
19:35:50.308 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.308 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.308000000, lastModified=2020-12-01 19:35:50.308084000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.309 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.308000000, lastModified=2020-12-01 19:35:50.308084000, delta=-84000 ns, racy<=2502500 ns
19:35:50.309 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.310000000, lastModified=2020-12-01 19:35:50.310084000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.310000000, lastModified=2020-12-01 19:35:50.310084000, delta=-84000 ns, racy<=2502500 ns
19:35:50.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.311000000, lastModified=2020-12-01 19:35:50.311084000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.311000000, lastModified=2020-12-01 19:35:50.311084000, delta=-84000 ns, racy<=2502500 ns
19:35:50.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.312 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.312000000, lastModified=2020-12-01 19:35:50.311084000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.312 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.311084000 to 2020-12-01 19:35:50.312084000
19:35:50.312 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.312000000, lastModified=2020-12-01 19:35:50.312084000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.313 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.312000000, lastModified=2020-12-01 19:35:50.312084000, delta=-84000 ns, racy<=2502500 ns
19:35:50.313 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.313 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.313000000, lastModified=2020-12-01 19:35:50.313084000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.314 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.313084000 to 2020-12-01 19:35:50.314084000
19:35:50.314 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.314000000, lastModified=2020-12-01 19:35:50.314084000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.315 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.314000000, lastModified=2020-12-01 19:35:50.314084000, delta=-84000 ns, racy<=2502500 ns
19:35:50.315 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.315 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.315000000, lastModified=2020-12-01 19:35:50.315084000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.315 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.315000000, lastModified=2020-12-01 19:35:50.315084000, delta=-84000 ns, racy<=2502500 ns
19:35:50.315 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.316 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.316000000, lastModified=2020-12-01 19:35:50.315084000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.325 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.315084000 to 2020-12-01 19:35:50.324084000
19:35:50.327 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.327000000, lastModified=2020-12-01 19:35:50.327084000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.329 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.327084000 to 2020-12-01 19:35:50.328084000
19:35:50.907 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.907000000, lastModified=2020-12-01 19:35:50.906076000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.911 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.906076000 to 2020-12-01 19:35:50.910076000
19:35:50.958 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.958000000, lastModified=2020-12-01 19:35:50.957075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.960 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.957075000 to 2020-12-01 19:35:50.959075000
19:35:50.960 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.960000000, lastModified=2020-12-01 19:35:50.960075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.960 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.960000000, lastModified=2020-12-01 19:35:50.960075000, delta=-75000 ns, racy<=2502500 ns
19:35:50.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.961000000, lastModified=2020-12-01 19:35:50.960075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.960075000 to 2020-12-01 19:35:50.961075000
19:35:50.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.961000000, lastModified=2020-12-01 19:35:50.961075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.961000000, lastModified=2020-12-01 19:35:50.961075000, delta=-75000 ns, racy<=2502500 ns
19:35:50.962 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.962 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.962000000, lastModified=2020-12-01 19:35:50.961075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.962 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.961075000 to 2020-12-01 19:35:50.962075000
19:35:50.962 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.962000000, lastModified=2020-12-01 19:35:50.962075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.963 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.962000000, lastModified=2020-12-01 19:35:50.962075000, delta=-75000 ns, racy<=2502500 ns
19:35:50.963 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.963 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.963000000, lastModified=2020-12-01 19:35:50.962075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.963 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.962075000 to 2020-12-01 19:35:50.963075000
19:35:50.963 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.963000000, lastModified=2020-12-01 19:35:50.963075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.963000000, lastModified=2020-12-01 19:35:50.963075000, delta=-75000 ns, racy<=2502500 ns
19:35:50.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.964000000, lastModified=2020-12-01 19:35:50.964075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.964000000, lastModified=2020-12-01 19:35:50.964075000, delta=-75000 ns, racy<=2502500 ns
19:35:50.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.965000000, lastModified=2020-12-01 19:35:50.964075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.965000000, lastModified=2020-12-01 19:35:50.964075000, delta=925000 ns, racy<=2502500 ns
19:35:50.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.965000000, lastModified=2020-12-01 19:35:50.965075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.965000000, lastModified=2020-12-01 19:35:50.965075000, delta=-75000 ns, racy<=2502500 ns
19:35:50.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.966 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.966000000, lastModified=2020-12-01 19:35:50.965075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.966 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.965075000 to 2020-12-01 19:35:50.966075000
19:35:50.967 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.967000000, lastModified=2020-12-01 19:35:50.967075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.967 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.967000000, lastModified=2020-12-01 19:35:50.967075000, delta=-75000 ns, racy<=2502500 ns
19:35:50.967 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.968000000, lastModified=2020-12-01 19:35:50.967075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.968000000, lastModified=2020-12-01 19:35:50.967075000, delta=925000 ns, racy<=2502500 ns
19:35:50.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.968000000, lastModified=2020-12-01 19:35:50.968075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:50.968000000, lastModified=2020-12-01 19:35:50.968075000, delta=-75000 ns, racy<=2502500 ns
19:35:50.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:50.969 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:50.969000000, lastModified=2020-12-01 19:35:50.968075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:50.969 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:50.968075000 to 2020-12-01 19:35:50.969075000
19:35:51.002 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.002000000, lastModified=2020-12-01 19:35:51.001075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.002 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.001075000 to 2020-12-01 19:35:51.002075000
19:35:51.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.003000000, lastModified=2020-12-01 19:35:51.002075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.003000000, lastModified=2020-12-01 19:35:51.002075000, delta=925000 ns, racy<=2502500 ns
19:35:51.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.003000000, lastModified=2020-12-01 19:35:51.003075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.003000000, lastModified=2020-12-01 19:35:51.003075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.003000000, lastModified=2020-12-01 19:35:51.003075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.003000000, lastModified=2020-12-01 19:35:51.003075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.004000000, lastModified=2020-12-01 19:35:51.003075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.004000000, lastModified=2020-12-01 19:35:51.003075000, delta=925000 ns, racy<=2502500 ns
19:35:51.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.004000000, lastModified=2020-12-01 19:35:51.003075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.003075000 to 2020-12-01 19:35:51.004075000
19:35:51.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.004000000, lastModified=2020-12-01 19:35:51.004075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.004000000, lastModified=2020-12-01 19:35:51.004075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.004000000, lastModified=2020-12-01 19:35:51.004075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.004000000, lastModified=2020-12-01 19:35:51.004075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.005000000, lastModified=2020-12-01 19:35:51.004075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.004075000 to 2020-12-01 19:35:51.005075000
19:35:51.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.005000000, lastModified=2020-12-01 19:35:51.005075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.005000000, lastModified=2020-12-01 19:35:51.005075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.005000000, lastModified=2020-12-01 19:35:51.005075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.005000000, lastModified=2020-12-01 19:35:51.005075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.006000000, lastModified=2020-12-01 19:35:51.005075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.005075000 to 2020-12-01 19:35:51.006075000
19:35:51.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.006000000, lastModified=2020-12-01 19:35:51.006075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.006000000, lastModified=2020-12-01 19:35:51.006075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.006000000, lastModified=2020-12-01 19:35:51.006075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.006000000, lastModified=2020-12-01 19:35:51.006075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.007000000, lastModified=2020-12-01 19:35:51.006075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.007000000, lastModified=2020-12-01 19:35:51.006075000, delta=925000 ns, racy<=2502500 ns
19:35:51.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.007000000, lastModified=2020-12-01 19:35:51.007075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.007000000, lastModified=2020-12-01 19:35:51.007075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.007000000, lastModified=2020-12-01 19:35:51.007075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.007000000, lastModified=2020-12-01 19:35:51.007075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.008000000, lastModified=2020-12-01 19:35:51.007075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.008000000, lastModified=2020-12-01 19:35:51.007075000, delta=925000 ns, racy<=2502500 ns
19:35:51.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.008000000, lastModified=2020-12-01 19:35:51.008075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.008000000, lastModified=2020-12-01 19:35:51.008075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.008000000, lastModified=2020-12-01 19:35:51.008075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.008000000, lastModified=2020-12-01 19:35:51.008075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.009000000, lastModified=2020-12-01 19:35:51.008075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.009000000, lastModified=2020-12-01 19:35:51.008075000, delta=925000 ns, racy<=2502500 ns
19:35:51.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.009000000, lastModified=2020-12-01 19:35:51.009075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.009000000, lastModified=2020-12-01 19:35:51.009075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.009000000, lastModified=2020-12-01 19:35:51.009075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.009000000, lastModified=2020-12-01 19:35:51.009075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.010000000, lastModified=2020-12-01 19:35:51.009075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.010000000, lastModified=2020-12-01 19:35:51.009075000, delta=925000 ns, racy<=2502500 ns
19:35:51.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.010000000, lastModified=2020-12-01 19:35:51.010075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.010000000, lastModified=2020-12-01 19:35:51.010075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.010000000, lastModified=2020-12-01 19:35:51.010075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.010000000, lastModified=2020-12-01 19:35:51.010075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.011000000, lastModified=2020-12-01 19:35:51.010075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.011000000, lastModified=2020-12-01 19:35:51.010075000, delta=925000 ns, racy<=2502500 ns
19:35:51.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.011000000, lastModified=2020-12-01 19:35:51.010075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.010075000 to 2020-12-01 19:35:51.011075000
19:35:51.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.011000000, lastModified=2020-12-01 19:35:51.011075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.011000000, lastModified=2020-12-01 19:35:51.011075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.011000000, lastModified=2020-12-01 19:35:51.011075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.011000000, lastModified=2020-12-01 19:35:51.011075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.012000000, lastModified=2020-12-01 19:35:51.011075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.012000000, lastModified=2020-12-01 19:35:51.011075000, delta=925000 ns, racy<=2502500 ns
19:35:51.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.012000000, lastModified=2020-12-01 19:35:51.012075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.012000000, lastModified=2020-12-01 19:35:51.012075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.012000000, lastModified=2020-12-01 19:35:51.012075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.012000000, lastModified=2020-12-01 19:35:51.012075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.013000000, lastModified=2020-12-01 19:35:51.012075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.013000000, lastModified=2020-12-01 19:35:51.012075000, delta=925000 ns, racy<=2502500 ns
19:35:51.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.013000000, lastModified=2020-12-01 19:35:51.013075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.013000000, lastModified=2020-12-01 19:35:51.013075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.013000000, lastModified=2020-12-01 19:35:51.013075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.013000000, lastModified=2020-12-01 19:35:51.013075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.014000000, lastModified=2020-12-01 19:35:51.013075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.014000000, lastModified=2020-12-01 19:35:51.013075000, delta=925000 ns, racy<=2502500 ns
19:35:51.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.014000000, lastModified=2020-12-01 19:35:51.014075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.014000000, lastModified=2020-12-01 19:35:51.014075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.014000000, lastModified=2020-12-01 19:35:51.014075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.014000000, lastModified=2020-12-01 19:35:51.014075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.015000000, lastModified=2020-12-01 19:35:51.014075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.015000000, lastModified=2020-12-01 19:35:51.014075000, delta=925000 ns, racy<=2502500 ns
19:35:51.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.015000000, lastModified=2020-12-01 19:35:51.015075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.015000000, lastModified=2020-12-01 19:35:51.015075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.015000000, lastModified=2020-12-01 19:35:51.015075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.015000000, lastModified=2020-12-01 19:35:51.015075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.016000000, lastModified=2020-12-01 19:35:51.015075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.016000000, lastModified=2020-12-01 19:35:51.015075000, delta=925000 ns, racy<=2502500 ns
19:35:51.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.016000000, lastModified=2020-12-01 19:35:51.015075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.015075000 to 2020-12-01 19:35:51.016075000
19:35:51.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.016000000, lastModified=2020-12-01 19:35:51.016075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.016000000, lastModified=2020-12-01 19:35:51.016075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.016000000, lastModified=2020-12-01 19:35:51.016075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.016000000, lastModified=2020-12-01 19:35:51.016075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.017000000, lastModified=2020-12-01 19:35:51.016075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.016075000 to 2020-12-01 19:35:51.017075000
19:35:51.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.017000000, lastModified=2020-12-01 19:35:51.017075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.017000000, lastModified=2020-12-01 19:35:51.017075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.017000000, lastModified=2020-12-01 19:35:51.017075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.017000000, lastModified=2020-12-01 19:35:51.017075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.018000000, lastModified=2020-12-01 19:35:51.017075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.018000000, lastModified=2020-12-01 19:35:51.017075000, delta=925000 ns, racy<=2502500 ns
19:35:51.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.018000000, lastModified=2020-12-01 19:35:51.018075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.018000000, lastModified=2020-12-01 19:35:51.018075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.018000000, lastModified=2020-12-01 19:35:51.018075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.018000000, lastModified=2020-12-01 19:35:51.018075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.019000000, lastModified=2020-12-01 19:35:51.018075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.019000000, lastModified=2020-12-01 19:35:51.018075000, delta=925000 ns, racy<=2502500 ns
19:35:51.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.019000000, lastModified=2020-12-01 19:35:51.019075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.019000000, lastModified=2020-12-01 19:35:51.019075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.019000000, lastModified=2020-12-01 19:35:51.019075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.019000000, lastModified=2020-12-01 19:35:51.019075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.019 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.020000000, lastModified=2020-12-01 19:35:51.019075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.020000000, lastModified=2020-12-01 19:35:51.019075000, delta=925000 ns, racy<=2502500 ns
19:35:51.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.020000000, lastModified=2020-12-01 19:35:51.019075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.019075000 to 2020-12-01 19:35:51.020075000
19:35:51.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.020000000, lastModified=2020-12-01 19:35:51.020075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.020000000, lastModified=2020-12-01 19:35:51.020075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.020000000, lastModified=2020-12-01 19:35:51.020075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.020000000, lastModified=2020-12-01 19:35:51.020075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.021000000, lastModified=2020-12-01 19:35:51.020075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.020075000 to 2020-12-01 19:35:51.021075000
19:35:51.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.021000000, lastModified=2020-12-01 19:35:51.021075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.021000000, lastModified=2020-12-01 19:35:51.021075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.021000000, lastModified=2020-12-01 19:35:51.021075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.021000000, lastModified=2020-12-01 19:35:51.021075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.022000000, lastModified=2020-12-01 19:35:51.021075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.022000000, lastModified=2020-12-01 19:35:51.021075000, delta=925000 ns, racy<=2502500 ns
19:35:51.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.022000000, lastModified=2020-12-01 19:35:51.022075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.022000000, lastModified=2020-12-01 19:35:51.022075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.022000000, lastModified=2020-12-01 19:35:51.022075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.022000000, lastModified=2020-12-01 19:35:51.022075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.023000000, lastModified=2020-12-01 19:35:51.022075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.023000000, lastModified=2020-12-01 19:35:51.022075000, delta=925000 ns, racy<=2502500 ns
19:35:51.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.023000000, lastModified=2020-12-01 19:35:51.022075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.022075000 to 2020-12-01 19:35:51.023075000
19:35:51.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.023000000, lastModified=2020-12-01 19:35:51.023075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.023000000, lastModified=2020-12-01 19:35:51.023075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.023000000, lastModified=2020-12-01 19:35:51.023075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.024 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.023000000, lastModified=2020-12-01 19:35:51.023075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.024 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.024 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.024000000, lastModified=2020-12-01 19:35:51.023075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.024 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.023075000 to 2020-12-01 19:35:51.024075000
19:35:51.024 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.024000000, lastModified=2020-12-01 19:35:51.024075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.024 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.024000000, lastModified=2020-12-01 19:35:51.024075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.024 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.024 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.024000000, lastModified=2020-12-01 19:35:51.024075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.024000000, lastModified=2020-12-01 19:35:51.024075000, delta=-75000 ns, racy<=2502500 ns
19:35:51.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.025000000, lastModified=2020-12-01 19:35:51.024075000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.024075000 to 2020-12-01 19:35:51.025074000
19:35:51.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.025000000, lastModified=2020-12-01 19:35:51.025074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.025000000, lastModified=2020-12-01 19:35:51.025074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.025000000, lastModified=2020-12-01 19:35:51.025074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.025000000, lastModified=2020-12-01 19:35:51.025074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.026000000, lastModified=2020-12-01 19:35:51.025074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.025074000 to 2020-12-01 19:35:51.026074000
19:35:51.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.026000000, lastModified=2020-12-01 19:35:51.026074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.026000000, lastModified=2020-12-01 19:35:51.026074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.026000000, lastModified=2020-12-01 19:35:51.026074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.026000000, lastModified=2020-12-01 19:35:51.026074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.027000000, lastModified=2020-12-01 19:35:51.026074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.026074000 to 2020-12-01 19:35:51.027074000
19:35:51.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.027000000, lastModified=2020-12-01 19:35:51.027074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.027000000, lastModified=2020-12-01 19:35:51.027074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.027000000, lastModified=2020-12-01 19:35:51.027074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.027000000, lastModified=2020-12-01 19:35:51.027074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.028000000, lastModified=2020-12-01 19:35:51.027074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.028000000, lastModified=2020-12-01 19:35:51.027074000, delta=926000 ns, racy<=2502500 ns
19:35:51.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.028000000, lastModified=2020-12-01 19:35:51.027074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.027074000 to 2020-12-01 19:35:51.028074000
19:35:51.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.028000000, lastModified=2020-12-01 19:35:51.028074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.028000000, lastModified=2020-12-01 19:35:51.028074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.028000000, lastModified=2020-12-01 19:35:51.028074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.029 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.028000000, lastModified=2020-12-01 19:35:51.028074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.029 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.030 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.030000000, lastModified=2020-12-01 19:35:51.029074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.030 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.029074000 to 2020-12-01 19:35:51.030074000
19:35:51.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.031000000, lastModified=2020-12-01 19:35:51.031074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.031000000, lastModified=2020-12-01 19:35:51.031074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.032000000, lastModified=2020-12-01 19:35:51.031074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.031074000 to 2020-12-01 19:35:51.032074000
19:35:51.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.032000000, lastModified=2020-12-01 19:35:51.032074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.033 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.032000000, lastModified=2020-12-01 19:35:51.032074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.033 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.033 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.033000000, lastModified=2020-12-01 19:35:51.033074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.033 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.033000000, lastModified=2020-12-01 19:35:51.033074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.033 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.034000000, lastModified=2020-12-01 19:35:51.033074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.034000000, lastModified=2020-12-01 19:35:51.033074000, delta=926000 ns, racy<=2502500 ns
19:35:51.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.034000000, lastModified=2020-12-01 19:35:51.034074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.034074000 to 2020-12-01 19:35:51.035074000
19:35:51.036 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.036000000, lastModified=2020-12-01 19:35:51.035074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.036 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.035074000 to 2020-12-01 19:35:51.036074000
19:35:51.036 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.036000000, lastModified=2020-12-01 19:35:51.036074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.041 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.036074000 to 2020-12-01 19:35:51.041074000
19:35:51.041 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.041000000, lastModified=2020-12-01 19:35:51.041074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.042 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.041000000, lastModified=2020-12-01 19:35:51.041074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.042 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.042 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.042000000, lastModified=2020-12-01 19:35:51.042074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.043 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.042074000 to 2020-12-01 19:35:51.043074000
19:35:51.043 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.043000000, lastModified=2020-12-01 19:35:51.043074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.044 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.043000000, lastModified=2020-12-01 19:35:51.043074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.044 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.050 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.050000000, lastModified=2020-12-01 19:35:51.049074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.050 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.049074000 to 2020-12-01 19:35:51.050074000
19:35:51.050 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.050000000, lastModified=2020-12-01 19:35:51.050074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.050 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.050000000, lastModified=2020-12-01 19:35:51.050074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.050 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.051 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.051000000, lastModified=2020-12-01 19:35:51.050074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.051 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.051000000, lastModified=2020-12-01 19:35:51.050074000, delta=926000 ns, racy<=2502500 ns
19:35:51.051 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.051 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.051000000, lastModified=2020-12-01 19:35:51.050074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.051 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.050074000 to 2020-12-01 19:35:51.051074000
19:35:51.051 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.051000000, lastModified=2020-12-01 19:35:51.051074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.051 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.051000000, lastModified=2020-12-01 19:35:51.051074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.051 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.052 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.052000000, lastModified=2020-12-01 19:35:51.051074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.052 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.052000000, lastModified=2020-12-01 19:35:51.051074000, delta=926000 ns, racy<=2502500 ns
19:35:51.052 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.052 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.052000000, lastModified=2020-12-01 19:35:51.051074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.052 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.051074000 to 2020-12-01 19:35:51.052074000
19:35:51.052 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.052000000, lastModified=2020-12-01 19:35:51.052074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.052 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.052000000, lastModified=2020-12-01 19:35:51.052074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.052 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.052 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.052000000, lastModified=2020-12-01 19:35:51.052074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.052000000, lastModified=2020-12-01 19:35:51.052074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.053000000, lastModified=2020-12-01 19:35:51.052074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.053000000, lastModified=2020-12-01 19:35:51.052074000, delta=926000 ns, racy<=2502500 ns
19:35:51.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.053000000, lastModified=2020-12-01 19:35:51.053074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.053000000, lastModified=2020-12-01 19:35:51.053074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.053000000, lastModified=2020-12-01 19:35:51.053074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.053000000, lastModified=2020-12-01 19:35:51.053074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.054000000, lastModified=2020-12-01 19:35:51.053074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.054000000, lastModified=2020-12-01 19:35:51.053074000, delta=926000 ns, racy<=2502500 ns
19:35:51.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.054000000, lastModified=2020-12-01 19:35:51.054074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.054000000, lastModified=2020-12-01 19:35:51.054074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.054000000, lastModified=2020-12-01 19:35:51.054074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.054000000, lastModified=2020-12-01 19:35:51.054074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.054000000, lastModified=2020-12-01 19:35:51.054074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.054000000, lastModified=2020-12-01 19:35:51.054074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.055000000, lastModified=2020-12-01 19:35:51.054074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.054074000 to 2020-12-01 19:35:51.055074000
19:35:51.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.055000000, lastModified=2020-12-01 19:35:51.055074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.055000000, lastModified=2020-12-01 19:35:51.055074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.055000000, lastModified=2020-12-01 19:35:51.055074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.055000000, lastModified=2020-12-01 19:35:51.055074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.056000000, lastModified=2020-12-01 19:35:51.055074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.056000000, lastModified=2020-12-01 19:35:51.055074000, delta=926000 ns, racy<=2502500 ns
19:35:51.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.056000000, lastModified=2020-12-01 19:35:51.056074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.056000000, lastModified=2020-12-01 19:35:51.056074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.056000000, lastModified=2020-12-01 19:35:51.056074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.056000000, lastModified=2020-12-01 19:35:51.056074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.056000000, lastModified=2020-12-01 19:35:51.056074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.056000000, lastModified=2020-12-01 19:35:51.056074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.057000000, lastModified=2020-12-01 19:35:51.056074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.056074000 to 2020-12-01 19:35:51.057074000
19:35:51.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.057000000, lastModified=2020-12-01 19:35:51.057074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.057000000, lastModified=2020-12-01 19:35:51.057074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.057000000, lastModified=2020-12-01 19:35:51.057074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.057000000, lastModified=2020-12-01 19:35:51.057074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.058000000, lastModified=2020-12-01 19:35:51.057074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.057074000 to 2020-12-01 19:35:51.058074000
19:35:51.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.058000000, lastModified=2020-12-01 19:35:51.058074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.058000000, lastModified=2020-12-01 19:35:51.058074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.058000000, lastModified=2020-12-01 19:35:51.058074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.058000000, lastModified=2020-12-01 19:35:51.058074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.059000000, lastModified=2020-12-01 19:35:51.058074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.059000000, lastModified=2020-12-01 19:35:51.058074000, delta=926000 ns, racy<=2502500 ns
19:35:51.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.059000000, lastModified=2020-12-01 19:35:51.059074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.059000000, lastModified=2020-12-01 19:35:51.059074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.059000000, lastModified=2020-12-01 19:35:51.059074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.059000000, lastModified=2020-12-01 19:35:51.059074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.060000000, lastModified=2020-12-01 19:35:51.059074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.060000000, lastModified=2020-12-01 19:35:51.059074000, delta=926000 ns, racy<=2502500 ns
19:35:51.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.060000000, lastModified=2020-12-01 19:35:51.060074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.060000000, lastModified=2020-12-01 19:35:51.060074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.060000000, lastModified=2020-12-01 19:35:51.060074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.060000000, lastModified=2020-12-01 19:35:51.060074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.061000000, lastModified=2020-12-01 19:35:51.060074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.061000000, lastModified=2020-12-01 19:35:51.060074000, delta=926000 ns, racy<=2502500 ns
19:35:51.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.061000000, lastModified=2020-12-01 19:35:51.061074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.061000000, lastModified=2020-12-01 19:35:51.061074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.061000000, lastModified=2020-12-01 19:35:51.061074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.061000000, lastModified=2020-12-01 19:35:51.061074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.062000000, lastModified=2020-12-01 19:35:51.061074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.062000000, lastModified=2020-12-01 19:35:51.061074000, delta=926000 ns, racy<=2502500 ns
19:35:51.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.062000000, lastModified=2020-12-01 19:35:51.061074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.061074000 to 2020-12-01 19:35:51.062074000
19:35:51.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.062000000, lastModified=2020-12-01 19:35:51.062074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.062000000, lastModified=2020-12-01 19:35:51.062074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.062000000, lastModified=2020-12-01 19:35:51.062074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.062000000, lastModified=2020-12-01 19:35:51.062074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.063000000, lastModified=2020-12-01 19:35:51.062074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.063000000, lastModified=2020-12-01 19:35:51.062074000, delta=926000 ns, racy<=2502500 ns
19:35:51.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.063000000, lastModified=2020-12-01 19:35:51.063074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.063000000, lastModified=2020-12-01 19:35:51.063074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.063000000, lastModified=2020-12-01 19:35:51.063074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.063000000, lastModified=2020-12-01 19:35:51.063074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.064000000, lastModified=2020-12-01 19:35:51.063074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.064000000, lastModified=2020-12-01 19:35:51.063074000, delta=926000 ns, racy<=2502500 ns
19:35:51.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.064000000, lastModified=2020-12-01 19:35:51.063074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.063074000 to 2020-12-01 19:35:51.064074000
19:35:51.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.064000000, lastModified=2020-12-01 19:35:51.064074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.064000000, lastModified=2020-12-01 19:35:51.064074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.064000000, lastModified=2020-12-01 19:35:51.064074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.064000000, lastModified=2020-12-01 19:35:51.064074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.065000000, lastModified=2020-12-01 19:35:51.064074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.064074000 to 2020-12-01 19:35:51.065074000
19:35:51.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.065000000, lastModified=2020-12-01 19:35:51.065074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.065000000, lastModified=2020-12-01 19:35:51.065074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.065000000, lastModified=2020-12-01 19:35:51.065074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.065000000, lastModified=2020-12-01 19:35:51.065074000, delta=-74000 ns, racy<=2502500 ns
19:35:51.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.066000000, lastModified=2020-12-01 19:35:51.065074000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.106 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.066000000, lastModified=2020-12-01 19:35:51.065074000, delta=926000 ns, racy<=2502500 ns
19:35:51.106 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.106 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.106000000, lastModified=2020-12-01 19:35:51.106073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.106 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.106000000, lastModified=2020-12-01 19:35:51.106073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.106 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.107 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.107000000, lastModified=2020-12-01 19:35:51.106073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.108 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.106073000 to 2020-12-01 19:35:51.107073000
19:35:51.109 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.109000000, lastModified=2020-12-01 19:35:51.108073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.109 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.108073000 to 2020-12-01 19:35:51.109073000
19:35:51.109 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.109000000, lastModified=2020-12-01 19:35:51.109073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.110 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.109000000, lastModified=2020-12-01 19:35:51.109073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.110 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.110 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.110000000, lastModified=2020-12-01 19:35:51.110073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.111 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.110073000 to 2020-12-01 19:35:51.111073000
19:35:51.112 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.112000000, lastModified=2020-12-01 19:35:51.111073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.112 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.111073000 to 2020-12-01 19:35:51.112073000
19:35:51.112 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.112000000, lastModified=2020-12-01 19:35:51.112073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.113 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.112000000, lastModified=2020-12-01 19:35:51.112073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.113 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.113 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.113000000, lastModified=2020-12-01 19:35:51.112073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.113 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.112073000 to 2020-12-01 19:35:51.113073000
19:35:51.113 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.113000000, lastModified=2020-12-01 19:35:51.113073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.114 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.113000000, lastModified=2020-12-01 19:35:51.113073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.114 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.114 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.114000000, lastModified=2020-12-01 19:35:51.113073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.114 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.113073000 to 2020-12-01 19:35:51.114073000
19:35:51.114 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.114000000, lastModified=2020-12-01 19:35:51.114073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.115 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.114000000, lastModified=2020-12-01 19:35:51.114073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.115 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.115 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.115000000, lastModified=2020-12-01 19:35:51.115073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.115 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.115000000, lastModified=2020-12-01 19:35:51.115073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.115 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.126 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.126000000, lastModified=2020-12-01 19:35:51.125073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.126 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.125073000 to 2020-12-01 19:35:51.126073000
19:35:51.126 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.126000000, lastModified=2020-12-01 19:35:51.126073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.127 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.126000000, lastModified=2020-12-01 19:35:51.126073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.127 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.127 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.127000000, lastModified=2020-12-01 19:35:51.127073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.127 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.127000000, lastModified=2020-12-01 19:35:51.127073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.127 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.128 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.127000000, lastModified=2020-12-01 19:35:51.127073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.129 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.127073000 to 2020-12-01 19:35:51.128073000
19:35:51.129 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.129000000, lastModified=2020-12-01 19:35:51.129073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.129 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.129000000, lastModified=2020-12-01 19:35:51.129073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.129 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.131 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.131000000, lastModified=2020-12-01 19:35:51.130073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.132 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.130073000 to 2020-12-01 19:35:51.132073000
19:35:51.132 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.132000000, lastModified=2020-12-01 19:35:51.132073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.133 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.132000000, lastModified=2020-12-01 19:35:51.132073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.133 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.133 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.133000000, lastModified=2020-12-01 19:35:51.133073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.134 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.133000000, lastModified=2020-12-01 19:35:51.133073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.134 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.134 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.134000000, lastModified=2020-12-01 19:35:51.134073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.134 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.134000000, lastModified=2020-12-01 19:35:51.134073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.134 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.135000000, lastModified=2020-12-01 19:35:51.134073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.134073000 to 2020-12-01 19:35:51.135073000
19:35:51.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.135000000, lastModified=2020-12-01 19:35:51.135073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.135000000, lastModified=2020-12-01 19:35:51.135073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.136 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.136000000, lastModified=2020-12-01 19:35:51.135073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.136 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.135073000 to 2020-12-01 19:35:51.136073000
19:35:51.136 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.136000000, lastModified=2020-12-01 19:35:51.136073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.137 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.136000000, lastModified=2020-12-01 19:35:51.136073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.137 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.137 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.137000000, lastModified=2020-12-01 19:35:51.137073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.137 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.137000000, lastModified=2020-12-01 19:35:51.137073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.137 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.138 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.138000000, lastModified=2020-12-01 19:35:51.137073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.138 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.138000000, lastModified=2020-12-01 19:35:51.137073000, delta=927000 ns, racy<=2502500 ns
19:35:51.138 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.140 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.140000000, lastModified=2020-12-01 19:35:51.139073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.140 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.139073000 to 2020-12-01 19:35:51.140073000
19:35:51.140 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.140000000, lastModified=2020-12-01 19:35:51.140073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.141 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.140000000, lastModified=2020-12-01 19:35:51.140073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.141 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.141 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.141000000, lastModified=2020-12-01 19:35:51.141073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.142 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.141073000 to 2020-12-01 19:35:51.142073000
19:35:51.142 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.142000000, lastModified=2020-12-01 19:35:51.142073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.143 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.142000000, lastModified=2020-12-01 19:35:51.142073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.143 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.143 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.143000000, lastModified=2020-12-01 19:35:51.143073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.155 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.143073000 to 2020-12-01 19:35:51.154073000
19:35:51.155 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.155000000, lastModified=2020-12-01 19:35:51.155073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.155 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.155000000, lastModified=2020-12-01 19:35:51.155073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.155 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.155 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.155000000, lastModified=2020-12-01 19:35:51.155073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.155 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.155000000, lastModified=2020-12-01 19:35:51.155073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.155 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.156 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.155000000, lastModified=2020-12-01 19:35:51.155073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.156 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.155000000, lastModified=2020-12-01 19:35:51.155073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.156 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.156 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.156000000, lastModified=2020-12-01 19:35:51.155073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.156 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.155073000 to 2020-12-01 19:35:51.156073000
19:35:51.156 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.156000000, lastModified=2020-12-01 19:35:51.156073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.156 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.156000000, lastModified=2020-12-01 19:35:51.156073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.156 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.156 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.156000000, lastModified=2020-12-01 19:35:51.156073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.157 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.156000000, lastModified=2020-12-01 19:35:51.156073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.157 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.157 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.157000000, lastModified=2020-12-01 19:35:51.156073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.157 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.156073000 to 2020-12-01 19:35:51.157073000
19:35:51.157 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.157000000, lastModified=2020-12-01 19:35:51.157073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.157 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.157000000, lastModified=2020-12-01 19:35:51.157073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.157 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.157 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.157000000, lastModified=2020-12-01 19:35:51.157073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.157 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.157000000, lastModified=2020-12-01 19:35:51.157073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.158000000, lastModified=2020-12-01 19:35:51.157073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.158000000, lastModified=2020-12-01 19:35:51.157073000, delta=927000 ns, racy<=2502500 ns
19:35:51.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.158000000, lastModified=2020-12-01 19:35:51.158073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.158000000, lastModified=2020-12-01 19:35:51.158073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.158000000, lastModified=2020-12-01 19:35:51.158073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.158000000, lastModified=2020-12-01 19:35:51.158073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.159 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.158000000, lastModified=2020-12-01 19:35:51.158073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.159 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.158000000, lastModified=2020-12-01 19:35:51.158073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.159 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.159 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.159000000, lastModified=2020-12-01 19:35:51.158073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.159 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.158073000 to 2020-12-01 19:35:51.159073000
19:35:51.159 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.159000000, lastModified=2020-12-01 19:35:51.159073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.159 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.159000000, lastModified=2020-12-01 19:35:51.159073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.159 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.159 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.159000000, lastModified=2020-12-01 19:35:51.159073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.159000000, lastModified=2020-12-01 19:35:51.159073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.160000000, lastModified=2020-12-01 19:35:51.159073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.160000000, lastModified=2020-12-01 19:35:51.159073000, delta=927000 ns, racy<=2502500 ns
19:35:51.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.160000000, lastModified=2020-12-01 19:35:51.160073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.160000000, lastModified=2020-12-01 19:35:51.160073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.160000000, lastModified=2020-12-01 19:35:51.160073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.160000000, lastModified=2020-12-01 19:35:51.160073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.161000000, lastModified=2020-12-01 19:35:51.160073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.161000000, lastModified=2020-12-01 19:35:51.160073000, delta=927000 ns, racy<=2502500 ns
19:35:51.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.161000000, lastModified=2020-12-01 19:35:51.160073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.160073000 to 2020-12-01 19:35:51.161073000
19:35:51.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.161000000, lastModified=2020-12-01 19:35:51.161073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.161000000, lastModified=2020-12-01 19:35:51.161073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.161000000, lastModified=2020-12-01 19:35:51.161073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.161000000, lastModified=2020-12-01 19:35:51.161073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.162000000, lastModified=2020-12-01 19:35:51.161073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.162000000, lastModified=2020-12-01 19:35:51.161073000, delta=927000 ns, racy<=2502500 ns
19:35:51.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.162000000, lastModified=2020-12-01 19:35:51.162073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.162000000, lastModified=2020-12-01 19:35:51.162073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.162000000, lastModified=2020-12-01 19:35:51.162073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.162000000, lastModified=2020-12-01 19:35:51.162073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.163000000, lastModified=2020-12-01 19:35:51.162073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.163000000, lastModified=2020-12-01 19:35:51.162073000, delta=927000 ns, racy<=2502500 ns
19:35:51.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.163000000, lastModified=2020-12-01 19:35:51.162073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.162073000 to 2020-12-01 19:35:51.163073000
19:35:51.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.163000000, lastModified=2020-12-01 19:35:51.163073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.163000000, lastModified=2020-12-01 19:35:51.163073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.163000000, lastModified=2020-12-01 19:35:51.163073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.164 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.163000000, lastModified=2020-12-01 19:35:51.163073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.164 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.164 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.164000000, lastModified=2020-12-01 19:35:51.163073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.164 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.164000000, lastModified=2020-12-01 19:35:51.163073000, delta=927000 ns, racy<=2502500 ns
19:35:51.164 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.164 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.164000000, lastModified=2020-12-01 19:35:51.164073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.164 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.164000000, lastModified=2020-12-01 19:35:51.164073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.164 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.164 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.164000000, lastModified=2020-12-01 19:35:51.164073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.164000000, lastModified=2020-12-01 19:35:51.164073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.165000000, lastModified=2020-12-01 19:35:51.164073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.165000000, lastModified=2020-12-01 19:35:51.164073000, delta=927000 ns, racy<=2502500 ns
19:35:51.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.165000000, lastModified=2020-12-01 19:35:51.165073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.165000000, lastModified=2020-12-01 19:35:51.165073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.165000000, lastModified=2020-12-01 19:35:51.165073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.166 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.165000000, lastModified=2020-12-01 19:35:51.165073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.166 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.166 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.166000000, lastModified=2020-12-01 19:35:51.166073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.167 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.166000000, lastModified=2020-12-01 19:35:51.166073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.167 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.167 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.167000000, lastModified=2020-12-01 19:35:51.166073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.167 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.166073000 to 2020-12-01 19:35:51.167073000
19:35:51.167 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.167000000, lastModified=2020-12-01 19:35:51.167073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.168 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.167000000, lastModified=2020-12-01 19:35:51.167073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.168 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.168 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.168000000, lastModified=2020-12-01 19:35:51.167073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.168 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.167073000 to 2020-12-01 19:35:51.168073000
19:35:51.168 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.168000000, lastModified=2020-12-01 19:35:51.168073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.168 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.168000000, lastModified=2020-12-01 19:35:51.168073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.168 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.169 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.169000000, lastModified=2020-12-01 19:35:51.168073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.169 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.169000000, lastModified=2020-12-01 19:35:51.168073000, delta=927000 ns, racy<=2502500 ns
19:35:51.169 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.169 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.169000000, lastModified=2020-12-01 19:35:51.169073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.169 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.169000000, lastModified=2020-12-01 19:35:51.169073000, delta=-73000 ns, racy<=2502500 ns
19:35:51.169 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.170 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.170000000, lastModified=2020-12-01 19:35:51.169073000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.170 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.170000000, lastModified=2020-12-01 19:35:51.169073000, delta=927000 ns, racy<=2502500 ns
19:35:51.170 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.185 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.185000000, lastModified=2020-12-01 19:35:51.184072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.185 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.184072000 to 2020-12-01 19:35:51.185072000
19:35:51.186 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.185000000, lastModified=2020-12-01 19:35:51.185072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.186 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.185000000, lastModified=2020-12-01 19:35:51.185072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.186 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.186 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.186000000, lastModified=2020-12-01 19:35:51.185072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.186 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.185072000 to 2020-12-01 19:35:51.186072000
19:35:51.186 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.186000000, lastModified=2020-12-01 19:35:51.186072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.186 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.186000000, lastModified=2020-12-01 19:35:51.186072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.186 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.186 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.186000000, lastModified=2020-12-01 19:35:51.186072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.186000000, lastModified=2020-12-01 19:35:51.186072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.187000000, lastModified=2020-12-01 19:35:51.186072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.187000000, lastModified=2020-12-01 19:35:51.186072000, delta=928000 ns, racy<=2502500 ns
19:35:51.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.187000000, lastModified=2020-12-01 19:35:51.187072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.187000000, lastModified=2020-12-01 19:35:51.187072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.187000000, lastModified=2020-12-01 19:35:51.187072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.187000000, lastModified=2020-12-01 19:35:51.187072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.188 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.188 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.188000000, lastModified=2020-12-01 19:35:51.187072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.188 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.188000000, lastModified=2020-12-01 19:35:51.187072000, delta=928000 ns, racy<=2502500 ns
19:35:51.188 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.188 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.188000000, lastModified=2020-12-01 19:35:51.188072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.188 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.188000000, lastModified=2020-12-01 19:35:51.188072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.188 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.188 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.188000000, lastModified=2020-12-01 19:35:51.188072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.189 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.188000000, lastModified=2020-12-01 19:35:51.188072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.189 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.189 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.189000000, lastModified=2020-12-01 19:35:51.188072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.189 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.189000000, lastModified=2020-12-01 19:35:51.188072000, delta=928000 ns, racy<=2502500 ns
19:35:51.189 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.189 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.189000000, lastModified=2020-12-01 19:35:51.189072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.189 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.189000000, lastModified=2020-12-01 19:35:51.189072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.189 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.189 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.189000000, lastModified=2020-12-01 19:35:51.189072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.189 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.189000000, lastModified=2020-12-01 19:35:51.189072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.189 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.190 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.190000000, lastModified=2020-12-01 19:35:51.189072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.190 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.190000000, lastModified=2020-12-01 19:35:51.189072000, delta=928000 ns, racy<=2502500 ns
19:35:51.190 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.190 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.190000000, lastModified=2020-12-01 19:35:51.189072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.190 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.189072000 to 2020-12-01 19:35:51.190072000
19:35:51.190 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.190000000, lastModified=2020-12-01 19:35:51.190072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.190 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.190000000, lastModified=2020-12-01 19:35:51.190072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.190 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.191 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.190000000, lastModified=2020-12-01 19:35:51.190072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.191 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.190000000, lastModified=2020-12-01 19:35:51.190072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.191 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.191 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.191000000, lastModified=2020-12-01 19:35:51.190072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.191 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.190072000 to 2020-12-01 19:35:51.191072000
19:35:51.191 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.191000000, lastModified=2020-12-01 19:35:51.191072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.191 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.191000000, lastModified=2020-12-01 19:35:51.191072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.191 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.191 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.191000000, lastModified=2020-12-01 19:35:51.191072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.191000000, lastModified=2020-12-01 19:35:51.191072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.192000000, lastModified=2020-12-01 19:35:51.191072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.192000000, lastModified=2020-12-01 19:35:51.191072000, delta=928000 ns, racy<=2502500 ns
19:35:51.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.192000000, lastModified=2020-12-01 19:35:51.192072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.192000000, lastModified=2020-12-01 19:35:51.192072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.192000000, lastModified=2020-12-01 19:35:51.192072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.192000000, lastModified=2020-12-01 19:35:51.192072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.193 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.193000000, lastModified=2020-12-01 19:35:51.192072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.193 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.193000000, lastModified=2020-12-01 19:35:51.192072000, delta=928000 ns, racy<=2502500 ns
19:35:51.193 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.193 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.193000000, lastModified=2020-12-01 19:35:51.192072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.193 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.192072000 to 2020-12-01 19:35:51.193072000
19:35:51.193 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.193000000, lastModified=2020-12-01 19:35:51.193072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.193 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.193000000, lastModified=2020-12-01 19:35:51.193072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.193 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.194 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.194000000, lastModified=2020-12-01 19:35:51.193072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.194 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.194000000, lastModified=2020-12-01 19:35:51.193072000, delta=928000 ns, racy<=2502500 ns
19:35:51.194 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.194 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.194000000, lastModified=2020-12-01 19:35:51.194072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.194 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.194000000, lastModified=2020-12-01 19:35:51.194072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.194 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.194 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.194000000, lastModified=2020-12-01 19:35:51.194072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.194 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.194000000, lastModified=2020-12-01 19:35:51.194072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.194 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.195 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.195000000, lastModified=2020-12-01 19:35:51.194072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.195 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.195000000, lastModified=2020-12-01 19:35:51.194072000, delta=928000 ns, racy<=2502500 ns
19:35:51.195 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.195 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.195000000, lastModified=2020-12-01 19:35:51.195072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.195 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.195000000, lastModified=2020-12-01 19:35:51.195072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.195 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.195 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.195000000, lastModified=2020-12-01 19:35:51.195072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.195 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.195000000, lastModified=2020-12-01 19:35:51.195072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.195 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.196 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.196000000, lastModified=2020-12-01 19:35:51.195072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.196 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.196000000, lastModified=2020-12-01 19:35:51.195072000, delta=928000 ns, racy<=2502500 ns
19:35:51.196 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.196 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.196000000, lastModified=2020-12-01 19:35:51.196072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.196 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.196000000, lastModified=2020-12-01 19:35:51.196072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.196 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.196 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.196000000, lastModified=2020-12-01 19:35:51.196072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.196 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.196000000, lastModified=2020-12-01 19:35:51.196072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.196 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.197 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.197000000, lastModified=2020-12-01 19:35:51.196072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.197 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.197000000, lastModified=2020-12-01 19:35:51.196072000, delta=928000 ns, racy<=2502500 ns
19:35:51.197 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.197 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.197000000, lastModified=2020-12-01 19:35:51.197072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.198 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.197072000 to 2020-12-01 19:35:51.198072000
19:35:51.199 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.198000000, lastModified=2020-12-01 19:35:51.198072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.199 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.198000000, lastModified=2020-12-01 19:35:51.198072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.199 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.199 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.199000000, lastModified=2020-12-01 19:35:51.199072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.200 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.199000000, lastModified=2020-12-01 19:35:51.199072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.200 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.201 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.201000000, lastModified=2020-12-01 19:35:51.200072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.201 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.201000000, lastModified=2020-12-01 19:35:51.200072000, delta=928000 ns, racy<=2502500 ns
19:35:51.201 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.201 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.201000000, lastModified=2020-12-01 19:35:51.201072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.202 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.201000000, lastModified=2020-12-01 19:35:51.201072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.202 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.203 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.203000000, lastModified=2020-12-01 19:35:51.202072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.203 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.202072000 to 2020-12-01 19:35:51.203072000
19:35:51.203 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.203000000, lastModified=2020-12-01 19:35:51.203072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.204 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.203000000, lastModified=2020-12-01 19:35:51.203072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.204 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.204 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.204000000, lastModified=2020-12-01 19:35:51.203072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.204 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.203072000 to 2020-12-01 19:35:51.204072000
19:35:51.204 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.204000000, lastModified=2020-12-01 19:35:51.204072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.215 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.204072000 to 2020-12-01 19:35:51.215072000
19:35:51.217 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.217000000, lastModified=2020-12-01 19:35:51.217072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.218 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.217000000, lastModified=2020-12-01 19:35:51.217072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.218 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.220 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.220000000, lastModified=2020-12-01 19:35:51.220072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.220000000, lastModified=2020-12-01 19:35:51.220072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.221000000, lastModified=2020-12-01 19:35:51.221072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.221000000, lastModified=2020-12-01 19:35:51.221072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.222000000, lastModified=2020-12-01 19:35:51.221072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.221072000 to 2020-12-01 19:35:51.222072000
19:35:51.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.222000000, lastModified=2020-12-01 19:35:51.222072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.222000000, lastModified=2020-12-01 19:35:51.222072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.223000000, lastModified=2020-12-01 19:35:51.222072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.222072000 to 2020-12-01 19:35:51.223072000
19:35:51.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.223000000, lastModified=2020-12-01 19:35:51.223072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.223000000, lastModified=2020-12-01 19:35:51.223072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.224000000, lastModified=2020-12-01 19:35:51.223072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.223072000 to 2020-12-01 19:35:51.224072000
19:35:51.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.224000000, lastModified=2020-12-01 19:35:51.224072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.225 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.224000000, lastModified=2020-12-01 19:35:51.224072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.225 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.225 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.225000000, lastModified=2020-12-01 19:35:51.225072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.225 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.225000000, lastModified=2020-12-01 19:35:51.225072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.225 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.227000000, lastModified=2020-12-01 19:35:51.227072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.227000000, lastModified=2020-12-01 19:35:51.227072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.228000000, lastModified=2020-12-01 19:35:51.227072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.227072000 to 2020-12-01 19:35:51.228072000
19:35:51.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.228000000, lastModified=2020-12-01 19:35:51.228072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.228000000, lastModified=2020-12-01 19:35:51.228072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.229000000, lastModified=2020-12-01 19:35:51.228072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.229000000, lastModified=2020-12-01 19:35:51.228072000, delta=928000 ns, racy<=2502500 ns
19:35:51.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.229000000, lastModified=2020-12-01 19:35:51.228072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.228072000 to 2020-12-01 19:35:51.229072000
19:35:51.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.229000000, lastModified=2020-12-01 19:35:51.229072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.229000000, lastModified=2020-12-01 19:35:51.229072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.229000000, lastModified=2020-12-01 19:35:51.229072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.229000000, lastModified=2020-12-01 19:35:51.229072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.230000000, lastModified=2020-12-01 19:35:51.229072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.229072000 to 2020-12-01 19:35:51.230072000
19:35:51.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.230000000, lastModified=2020-12-01 19:35:51.230072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.230000000, lastModified=2020-12-01 19:35:51.230072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.230000000, lastModified=2020-12-01 19:35:51.230072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.230000000, lastModified=2020-12-01 19:35:51.230072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.231000000, lastModified=2020-12-01 19:35:51.230072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.230072000 to 2020-12-01 19:35:51.231072000
19:35:51.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.231000000, lastModified=2020-12-01 19:35:51.231072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.231000000, lastModified=2020-12-01 19:35:51.231072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.231000000, lastModified=2020-12-01 19:35:51.231072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.231000000, lastModified=2020-12-01 19:35:51.231072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.232000000, lastModified=2020-12-01 19:35:51.231072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.232000000, lastModified=2020-12-01 19:35:51.231072000, delta=928000 ns, racy<=2502500 ns
19:35:51.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.232000000, lastModified=2020-12-01 19:35:51.232072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.232000000, lastModified=2020-12-01 19:35:51.232072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.232000000, lastModified=2020-12-01 19:35:51.232072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.232000000, lastModified=2020-12-01 19:35:51.232072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.233000000, lastModified=2020-12-01 19:35:51.232072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.233000000, lastModified=2020-12-01 19:35:51.232072000, delta=928000 ns, racy<=2502500 ns
19:35:51.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.233000000, lastModified=2020-12-01 19:35:51.233072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.233000000, lastModified=2020-12-01 19:35:51.233072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.233000000, lastModified=2020-12-01 19:35:51.233072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.233000000, lastModified=2020-12-01 19:35:51.233072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.234000000, lastModified=2020-12-01 19:35:51.234072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.234000000, lastModified=2020-12-01 19:35:51.234072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.234000000, lastModified=2020-12-01 19:35:51.234072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.234000000, lastModified=2020-12-01 19:35:51.234072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.235000000, lastModified=2020-12-01 19:35:51.234072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.235000000, lastModified=2020-12-01 19:35:51.234072000, delta=928000 ns, racy<=2502500 ns
19:35:51.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.235000000, lastModified=2020-12-01 19:35:51.235072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.235000000, lastModified=2020-12-01 19:35:51.235072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.235000000, lastModified=2020-12-01 19:35:51.235072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.235000000, lastModified=2020-12-01 19:35:51.235072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.236 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.236 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.236000000, lastModified=2020-12-01 19:35:51.235072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.236 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.236000000, lastModified=2020-12-01 19:35:51.235072000, delta=928000 ns, racy<=2502500 ns
19:35:51.236 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.236 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.236000000, lastModified=2020-12-01 19:35:51.236072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.237 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.236072000 to 2020-12-01 19:35:51.237072000
19:35:51.237 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.237000000, lastModified=2020-12-01 19:35:51.237072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.237000000, lastModified=2020-12-01 19:35:51.237072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.238000000, lastModified=2020-12-01 19:35:51.237072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.237072000 to 2020-12-01 19:35:51.238072000
19:35:51.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.238000000, lastModified=2020-12-01 19:35:51.238072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.238000000, lastModified=2020-12-01 19:35:51.238072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.239000000, lastModified=2020-12-01 19:35:51.238072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.238072000 to 2020-12-01 19:35:51.239072000
19:35:51.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.239000000, lastModified=2020-12-01 19:35:51.239072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.239000000, lastModified=2020-12-01 19:35:51.239072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.240000000, lastModified=2020-12-01 19:35:51.240072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.240000000, lastModified=2020-12-01 19:35:51.240072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.241 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.240000000, lastModified=2020-12-01 19:35:51.240072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.241 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.240000000, lastModified=2020-12-01 19:35:51.240072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.241 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.241 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.241000000, lastModified=2020-12-01 19:35:51.241072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.241072000 to 2020-12-01 19:35:51.243072000
19:35:51.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.244000000, lastModified=2020-12-01 19:35:51.244072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.244000000, lastModified=2020-12-01 19:35:51.244072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.244000000, lastModified=2020-12-01 19:35:51.244072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.244000000, lastModified=2020-12-01 19:35:51.244072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.245000000, lastModified=2020-12-01 19:35:51.244072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.244072000 to 2020-12-01 19:35:51.245072000
19:35:51.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.245000000, lastModified=2020-12-01 19:35:51.245072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.245000000, lastModified=2020-12-01 19:35:51.245072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.245000000, lastModified=2020-12-01 19:35:51.245072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.245000000, lastModified=2020-12-01 19:35:51.245072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.246000000, lastModified=2020-12-01 19:35:51.245072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.246000000, lastModified=2020-12-01 19:35:51.245072000, delta=928000 ns, racy<=2502500 ns
19:35:51.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.246000000, lastModified=2020-12-01 19:35:51.246072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.246000000, lastModified=2020-12-01 19:35:51.246072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.246000000, lastModified=2020-12-01 19:35:51.246072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.246000000, lastModified=2020-12-01 19:35:51.246072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.246000000, lastModified=2020-12-01 19:35:51.246072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.246000000, lastModified=2020-12-01 19:35:51.246072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.247000000, lastModified=2020-12-01 19:35:51.246072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.246072000 to 2020-12-01 19:35:51.247072000
19:35:51.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.247000000, lastModified=2020-12-01 19:35:51.247072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.247000000, lastModified=2020-12-01 19:35:51.247072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.247000000, lastModified=2020-12-01 19:35:51.247072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.247000000, lastModified=2020-12-01 19:35:51.247072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.248000000, lastModified=2020-12-01 19:35:51.247072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.248000000, lastModified=2020-12-01 19:35:51.247072000, delta=928000 ns, racy<=2502500 ns
19:35:51.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.248000000, lastModified=2020-12-01 19:35:51.248072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.248000000, lastModified=2020-12-01 19:35:51.248072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.248000000, lastModified=2020-12-01 19:35:51.248072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.248000000, lastModified=2020-12-01 19:35:51.248072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.249000000, lastModified=2020-12-01 19:35:51.248072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.248072000 to 2020-12-01 19:35:51.249072000
19:35:51.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.249000000, lastModified=2020-12-01 19:35:51.249072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.249000000, lastModified=2020-12-01 19:35:51.249072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.249000000, lastModified=2020-12-01 19:35:51.249072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.249000000, lastModified=2020-12-01 19:35:51.249072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.250000000, lastModified=2020-12-01 19:35:51.249072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.250000000, lastModified=2020-12-01 19:35:51.249072000, delta=928000 ns, racy<=2502500 ns
19:35:51.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.250000000, lastModified=2020-12-01 19:35:51.250072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.250000000, lastModified=2020-12-01 19:35:51.250072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.250000000, lastModified=2020-12-01 19:35:51.250072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.250000000, lastModified=2020-12-01 19:35:51.250072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.251000000, lastModified=2020-12-01 19:35:51.250072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.251000000, lastModified=2020-12-01 19:35:51.250072000, delta=928000 ns, racy<=2502500 ns
19:35:51.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.251000000, lastModified=2020-12-01 19:35:51.250072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.250072000 to 2020-12-01 19:35:51.251072000
19:35:51.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.251000000, lastModified=2020-12-01 19:35:51.251072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.251000000, lastModified=2020-12-01 19:35:51.251072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.251000000, lastModified=2020-12-01 19:35:51.251072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.251000000, lastModified=2020-12-01 19:35:51.251072000, delta=-72000 ns, racy<=2502500 ns
19:35:51.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.252000000, lastModified=2020-12-01 19:35:51.251072000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.252000000, lastModified=2020-12-01 19:35:51.251072000, delta=928000 ns, racy<=2502500 ns
19:35:51.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.252000000, lastModified=2020-12-01 19:35:51.252071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.252000000, lastModified=2020-12-01 19:35:51.252071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.252000000, lastModified=2020-12-01 19:35:51.252071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.252000000, lastModified=2020-12-01 19:35:51.252071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.253 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.253000000, lastModified=2020-12-01 19:35:51.252071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.253 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.253000000, lastModified=2020-12-01 19:35:51.252071000, delta=929000 ns, racy<=2502500 ns
19:35:51.253 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.253 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.253000000, lastModified=2020-12-01 19:35:51.252071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.253 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.252071000 to 2020-12-01 19:35:51.253071000
19:35:51.253 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.253000000, lastModified=2020-12-01 19:35:51.253071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.253 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.253000000, lastModified=2020-12-01 19:35:51.253071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.253 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.253 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.253000000, lastModified=2020-12-01 19:35:51.253071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.254 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.253000000, lastModified=2020-12-01 19:35:51.253071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.254 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.254 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.254000000, lastModified=2020-12-01 19:35:51.253071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.254 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.254000000, lastModified=2020-12-01 19:35:51.253071000, delta=929000 ns, racy<=2502500 ns
19:35:51.254 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.254 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.254000000, lastModified=2020-12-01 19:35:51.254071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.254 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.254000000, lastModified=2020-12-01 19:35:51.254071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.254 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.254 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.254000000, lastModified=2020-12-01 19:35:51.254071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.254 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.254000000, lastModified=2020-12-01 19:35:51.254071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.255000000, lastModified=2020-12-01 19:35:51.254071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.255000000, lastModified=2020-12-01 19:35:51.254071000, delta=929000 ns, racy<=2502500 ns
19:35:51.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.255000000, lastModified=2020-12-01 19:35:51.255071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.255000000, lastModified=2020-12-01 19:35:51.255071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.255000000, lastModified=2020-12-01 19:35:51.255071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.255000000, lastModified=2020-12-01 19:35:51.255071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.256 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.256000000, lastModified=2020-12-01 19:35:51.255071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.256 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.256000000, lastModified=2020-12-01 19:35:51.255071000, delta=929000 ns, racy<=2502500 ns
19:35:51.256 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.256 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.256000000, lastModified=2020-12-01 19:35:51.256071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.256 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.256000000, lastModified=2020-12-01 19:35:51.256071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.256 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.256 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.256000000, lastModified=2020-12-01 19:35:51.256071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.256 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.256000000, lastModified=2020-12-01 19:35:51.256071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.256 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.257000000, lastModified=2020-12-01 19:35:51.256071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.257000000, lastModified=2020-12-01 19:35:51.256071000, delta=929000 ns, racy<=2502500 ns
19:35:51.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.257000000, lastModified=2020-12-01 19:35:51.256071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.256071000 to 2020-12-01 19:35:51.257071000
19:35:51.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.257000000, lastModified=2020-12-01 19:35:51.257071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.257000000, lastModified=2020-12-01 19:35:51.257071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.257000000, lastModified=2020-12-01 19:35:51.257071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.258 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.257000000, lastModified=2020-12-01 19:35:51.257071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.258 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.258 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.258000000, lastModified=2020-12-01 19:35:51.257071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.258 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.257071000 to 2020-12-01 19:35:51.258071000
19:35:51.258 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.258000000, lastModified=2020-12-01 19:35:51.258071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.258 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.258000000, lastModified=2020-12-01 19:35:51.258071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.258 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.258 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.258000000, lastModified=2020-12-01 19:35:51.258071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.258 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.258000000, lastModified=2020-12-01 19:35:51.258071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.258 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.259000000, lastModified=2020-12-01 19:35:51.258071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.259000000, lastModified=2020-12-01 19:35:51.258071000, delta=929000 ns, racy<=2502500 ns
19:35:51.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.259000000, lastModified=2020-12-01 19:35:51.258071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.258071000 to 2020-12-01 19:35:51.259071000
19:35:51.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.259000000, lastModified=2020-12-01 19:35:51.259071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.259000000, lastModified=2020-12-01 19:35:51.259071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.259000000, lastModified=2020-12-01 19:35:51.259071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.259000000, lastModified=2020-12-01 19:35:51.259071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.260 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.260 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.260000000, lastModified=2020-12-01 19:35:51.259071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.260 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.260000000, lastModified=2020-12-01 19:35:51.259071000, delta=929000 ns, racy<=2502500 ns
19:35:51.260 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.260 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.260000000, lastModified=2020-12-01 19:35:51.259071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.260 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.259071000 to 2020-12-01 19:35:51.260071000
19:35:51.260 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.260000000, lastModified=2020-12-01 19:35:51.260071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.260 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.260000000, lastModified=2020-12-01 19:35:51.260071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.260 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.260 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.260000000, lastModified=2020-12-01 19:35:51.260071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.260000000, lastModified=2020-12-01 19:35:51.260071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.261000000, lastModified=2020-12-01 19:35:51.260071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.261000000, lastModified=2020-12-01 19:35:51.260071000, delta=929000 ns, racy<=2502500 ns
19:35:51.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.261000000, lastModified=2020-12-01 19:35:51.261071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.261000000, lastModified=2020-12-01 19:35:51.261071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.261000000, lastModified=2020-12-01 19:35:51.261071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.261000000, lastModified=2020-12-01 19:35:51.261071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.262 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.262000000, lastModified=2020-12-01 19:35:51.261071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.262 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.262000000, lastModified=2020-12-01 19:35:51.261071000, delta=929000 ns, racy<=2502500 ns
19:35:51.262 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.262 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.262000000, lastModified=2020-12-01 19:35:51.261071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.262 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.261071000 to 2020-12-01 19:35:51.262071000
19:35:51.262 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.262000000, lastModified=2020-12-01 19:35:51.262071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.262 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.262000000, lastModified=2020-12-01 19:35:51.262071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.262 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.262 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.262000000, lastModified=2020-12-01 19:35:51.262071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.263 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.262000000, lastModified=2020-12-01 19:35:51.262071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.263 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.263 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.263000000, lastModified=2020-12-01 19:35:51.262071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.263 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.262071000 to 2020-12-01 19:35:51.263071000
19:35:51.263 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.263000000, lastModified=2020-12-01 19:35:51.263071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.263 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.263000000, lastModified=2020-12-01 19:35:51.263071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.263 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.263 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.263000000, lastModified=2020-12-01 19:35:51.263071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.263 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.263000000, lastModified=2020-12-01 19:35:51.263071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.264 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.264 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.264000000, lastModified=2020-12-01 19:35:51.263071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.264 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.264000000, lastModified=2020-12-01 19:35:51.263071000, delta=929000 ns, racy<=2502500 ns
19:35:51.264 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.264 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.264000000, lastModified=2020-12-01 19:35:51.264071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.264 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.264000000, lastModified=2020-12-01 19:35:51.264071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.264 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.264 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.264000000, lastModified=2020-12-01 19:35:51.264071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.264 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.264000000, lastModified=2020-12-01 19:35:51.264071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.264 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.265 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.265000000, lastModified=2020-12-01 19:35:51.264071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.265 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.265000000, lastModified=2020-12-01 19:35:51.264071000, delta=929000 ns, racy<=2502500 ns
19:35:51.265 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.265 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.265000000, lastModified=2020-12-01 19:35:51.264071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.265 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.264071000 to 2020-12-01 19:35:51.265071000
19:35:51.265 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.265000000, lastModified=2020-12-01 19:35:51.265071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.265 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.265000000, lastModified=2020-12-01 19:35:51.265071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.265 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.266 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.266000000, lastModified=2020-12-01 19:35:51.265071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.266 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.265071000 to 2020-12-01 19:35:51.266071000
19:35:51.266 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.266000000, lastModified=2020-12-01 19:35:51.266071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.266 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.266000000, lastModified=2020-12-01 19:35:51.266071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.266 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.267 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.266000000, lastModified=2020-12-01 19:35:51.266071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.267 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.266000000, lastModified=2020-12-01 19:35:51.266071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.267 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.267 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.267000000, lastModified=2020-12-01 19:35:51.266071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.267 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.266071000 to 2020-12-01 19:35:51.267071000
19:35:51.267 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.267000000, lastModified=2020-12-01 19:35:51.267071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.267 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.267000000, lastModified=2020-12-01 19:35:51.267071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.267 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.267 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.267000000, lastModified=2020-12-01 19:35:51.267071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.267 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.267000000, lastModified=2020-12-01 19:35:51.267071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.267 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.268 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.268000000, lastModified=2020-12-01 19:35:51.267071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.268 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.268000000, lastModified=2020-12-01 19:35:51.267071000, delta=929000 ns, racy<=2502500 ns
19:35:51.268 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.268 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.268000000, lastModified=2020-12-01 19:35:51.267071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.268 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.267071000 to 2020-12-01 19:35:51.268071000
19:35:51.268 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.268000000, lastModified=2020-12-01 19:35:51.268071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.268 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.268000000, lastModified=2020-12-01 19:35:51.268071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.268 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.268 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.268000000, lastModified=2020-12-01 19:35:51.268071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.269 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.268000000, lastModified=2020-12-01 19:35:51.268071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.269 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.269 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.269000000, lastModified=2020-12-01 19:35:51.268071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.269 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.268071000 to 2020-12-01 19:35:51.269071000
19:35:51.269 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.269000000, lastModified=2020-12-01 19:35:51.269071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.269 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.269000000, lastModified=2020-12-01 19:35:51.269071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.269 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.269 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.269000000, lastModified=2020-12-01 19:35:51.269071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.270 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.269000000, lastModified=2020-12-01 19:35:51.269071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.270 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.270 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.270000000, lastModified=2020-12-01 19:35:51.269071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.270 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.270000000, lastModified=2020-12-01 19:35:51.269071000, delta=929000 ns, racy<=2502500 ns
19:35:51.270 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.270 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.270000000, lastModified=2020-12-01 19:35:51.270071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.270 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.270000000, lastModified=2020-12-01 19:35:51.270071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.270 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.270 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.270000000, lastModified=2020-12-01 19:35:51.270071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.270 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.270000000, lastModified=2020-12-01 19:35:51.270071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.270 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.270 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.270000000, lastModified=2020-12-01 19:35:51.270071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.271 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.270000000, lastModified=2020-12-01 19:35:51.270071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.271 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.271 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.271000000, lastModified=2020-12-01 19:35:51.270071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.271 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.270071000 to 2020-12-01 19:35:51.271071000
19:35:51.271 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.271000000, lastModified=2020-12-01 19:35:51.271071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.271 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.271000000, lastModified=2020-12-01 19:35:51.271071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.271 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.271 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.271000000, lastModified=2020-12-01 19:35:51.271071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.271 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.271000000, lastModified=2020-12-01 19:35:51.271071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.271 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.272 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.272000000, lastModified=2020-12-01 19:35:51.271071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.272 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.272000000, lastModified=2020-12-01 19:35:51.271071000, delta=929000 ns, racy<=2502500 ns
19:35:51.272 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.272 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.272000000, lastModified=2020-12-01 19:35:51.271071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.272 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.271071000 to 2020-12-01 19:35:51.272071000
19:35:51.272 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.272000000, lastModified=2020-12-01 19:35:51.272071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.272 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.272000000, lastModified=2020-12-01 19:35:51.272071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.272 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.272 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.272000000, lastModified=2020-12-01 19:35:51.272071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.273 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.272000000, lastModified=2020-12-01 19:35:51.272071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.273 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.273 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.273000000, lastModified=2020-12-01 19:35:51.272071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.273 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.273000000, lastModified=2020-12-01 19:35:51.272071000, delta=929000 ns, racy<=2502500 ns
19:35:51.273 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.273 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.273000000, lastModified=2020-12-01 19:35:51.273071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.273 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.273000000, lastModified=2020-12-01 19:35:51.273071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.273 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.273 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.273000000, lastModified=2020-12-01 19:35:51.273071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.273 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.273000000, lastModified=2020-12-01 19:35:51.273071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.274 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.274 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.274000000, lastModified=2020-12-01 19:35:51.273071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.274 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.274000000, lastModified=2020-12-01 19:35:51.273071000, delta=929000 ns, racy<=2502500 ns
19:35:51.274 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.274 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.274000000, lastModified=2020-12-01 19:35:51.274071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.274 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.274000000, lastModified=2020-12-01 19:35:51.274071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.274 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.274 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.274000000, lastModified=2020-12-01 19:35:51.274071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.274 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.274000000, lastModified=2020-12-01 19:35:51.274071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.274 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.275 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.275000000, lastModified=2020-12-01 19:35:51.274071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.275 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.275000000, lastModified=2020-12-01 19:35:51.274071000, delta=929000 ns, racy<=2502500 ns
19:35:51.275 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.275 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.275000000, lastModified=2020-12-01 19:35:51.274071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.275 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.274071000 to 2020-12-01 19:35:51.275071000
19:35:51.275 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.275000000, lastModified=2020-12-01 19:35:51.275071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.275 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.275000000, lastModified=2020-12-01 19:35:51.275071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.275 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.275 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.275000000, lastModified=2020-12-01 19:35:51.275071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.276 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.275000000, lastModified=2020-12-01 19:35:51.275071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.276 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.276 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.276000000, lastModified=2020-12-01 19:35:51.275071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.276 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.276000000, lastModified=2020-12-01 19:35:51.275071000, delta=929000 ns, racy<=2502500 ns
19:35:51.276 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.276 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.276000000, lastModified=2020-12-01 19:35:51.276071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.276 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.276000000, lastModified=2020-12-01 19:35:51.276071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.276 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.276 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.276000000, lastModified=2020-12-01 19:35:51.276071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.276 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.276000000, lastModified=2020-12-01 19:35:51.276071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.276 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.277 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.277000000, lastModified=2020-12-01 19:35:51.276071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.277 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.277000000, lastModified=2020-12-01 19:35:51.276071000, delta=929000 ns, racy<=2502500 ns
19:35:51.277 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.277 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.277000000, lastModified=2020-12-01 19:35:51.276071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.277 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.276071000 to 2020-12-01 19:35:51.277071000
19:35:51.277 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.277000000, lastModified=2020-12-01 19:35:51.277071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.277 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.277000000, lastModified=2020-12-01 19:35:51.277071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.277 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.277 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.277000000, lastModified=2020-12-01 19:35:51.277071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.277000000, lastModified=2020-12-01 19:35:51.277071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.278000000, lastModified=2020-12-01 19:35:51.277071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.277071000 to 2020-12-01 19:35:51.278071000
19:35:51.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.278000000, lastModified=2020-12-01 19:35:51.278071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.278000000, lastModified=2020-12-01 19:35:51.278071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.278000000, lastModified=2020-12-01 19:35:51.278071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.278000000, lastModified=2020-12-01 19:35:51.278071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.279000000, lastModified=2020-12-01 19:35:51.278071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.279000000, lastModified=2020-12-01 19:35:51.278071000, delta=929000 ns, racy<=2502500 ns
19:35:51.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.279000000, lastModified=2020-12-01 19:35:51.278071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.278071000 to 2020-12-01 19:35:51.279071000
19:35:51.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.279000000, lastModified=2020-12-01 19:35:51.279071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.279000000, lastModified=2020-12-01 19:35:51.279071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.279000000, lastModified=2020-12-01 19:35:51.279071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.279000000, lastModified=2020-12-01 19:35:51.279071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.280000000, lastModified=2020-12-01 19:35:51.279071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.280000000, lastModified=2020-12-01 19:35:51.279071000, delta=929000 ns, racy<=2502500 ns
19:35:51.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.280000000, lastModified=2020-12-01 19:35:51.279071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.279071000 to 2020-12-01 19:35:51.280071000
19:35:51.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.280000000, lastModified=2020-12-01 19:35:51.280071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.280000000, lastModified=2020-12-01 19:35:51.280071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.280000000, lastModified=2020-12-01 19:35:51.280071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.280000000, lastModified=2020-12-01 19:35:51.280071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.281000000, lastModified=2020-12-01 19:35:51.280071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.281000000, lastModified=2020-12-01 19:35:51.280071000, delta=929000 ns, racy<=2502500 ns
19:35:51.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.281000000, lastModified=2020-12-01 19:35:51.281071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.281000000, lastModified=2020-12-01 19:35:51.281071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.281000000, lastModified=2020-12-01 19:35:51.281071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.281000000, lastModified=2020-12-01 19:35:51.281071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.282000000, lastModified=2020-12-01 19:35:51.281071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.282000000, lastModified=2020-12-01 19:35:51.281071000, delta=929000 ns, racy<=2502500 ns
19:35:51.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.282000000, lastModified=2020-12-01 19:35:51.281071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.281071000 to 2020-12-01 19:35:51.282071000
19:35:51.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.282000000, lastModified=2020-12-01 19:35:51.282071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.282000000, lastModified=2020-12-01 19:35:51.282071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.282000000, lastModified=2020-12-01 19:35:51.282071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.282000000, lastModified=2020-12-01 19:35:51.282071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.283000000, lastModified=2020-12-01 19:35:51.282071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.283000000, lastModified=2020-12-01 19:35:51.282071000, delta=929000 ns, racy<=2502500 ns
19:35:51.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.283000000, lastModified=2020-12-01 19:35:51.283071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.283000000, lastModified=2020-12-01 19:35:51.283071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.283000000, lastModified=2020-12-01 19:35:51.283071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.283000000, lastModified=2020-12-01 19:35:51.283071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.283000000, lastModified=2020-12-01 19:35:51.283071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.283000000, lastModified=2020-12-01 19:35:51.283071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.284000000, lastModified=2020-12-01 19:35:51.283071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.284000000, lastModified=2020-12-01 19:35:51.283071000, delta=929000 ns, racy<=2502500 ns
19:35:51.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.284000000, lastModified=2020-12-01 19:35:51.284071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.284000000, lastModified=2020-12-01 19:35:51.284071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.284000000, lastModified=2020-12-01 19:35:51.284071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.284000000, lastModified=2020-12-01 19:35:51.284071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.285 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.285000000, lastModified=2020-12-01 19:35:51.284071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.285 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.285000000, lastModified=2020-12-01 19:35:51.284071000, delta=929000 ns, racy<=2502500 ns
19:35:51.285 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.285 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.285000000, lastModified=2020-12-01 19:35:51.284071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.285 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.284071000 to 2020-12-01 19:35:51.285071000
19:35:51.285 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.285000000, lastModified=2020-12-01 19:35:51.285071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.285 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.285000000, lastModified=2020-12-01 19:35:51.285071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.285 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.285 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.285000000, lastModified=2020-12-01 19:35:51.285071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.286 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.285000000, lastModified=2020-12-01 19:35:51.285071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.286 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.286 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.286000000, lastModified=2020-12-01 19:35:51.285071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.286 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.286000000, lastModified=2020-12-01 19:35:51.285071000, delta=929000 ns, racy<=2502500 ns
19:35:51.286 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.286 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.286000000, lastModified=2020-12-01 19:35:51.286071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.286 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.286000000, lastModified=2020-12-01 19:35:51.286071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.286 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.286 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.286000000, lastModified=2020-12-01 19:35:51.286071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.286 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.286000000, lastModified=2020-12-01 19:35:51.286071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.286 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.287 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.286000000, lastModified=2020-12-01 19:35:51.286071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.287 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.286000000, lastModified=2020-12-01 19:35:51.286071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.287 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.287 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.287000000, lastModified=2020-12-01 19:35:51.286071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.287 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.286071000 to 2020-12-01 19:35:51.287071000
19:35:51.287 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.287000000, lastModified=2020-12-01 19:35:51.287071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.287 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.287000000, lastModified=2020-12-01 19:35:51.287071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.287 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.287 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.287000000, lastModified=2020-12-01 19:35:51.287071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.287 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.287000000, lastModified=2020-12-01 19:35:51.287071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.287 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.288 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.288000000, lastModified=2020-12-01 19:35:51.287071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.288 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.288000000, lastModified=2020-12-01 19:35:51.287071000, delta=929000 ns, racy<=2502500 ns
19:35:51.288 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.288 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.288000000, lastModified=2020-12-01 19:35:51.287071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.288 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.287071000 to 2020-12-01 19:35:51.288071000
19:35:51.288 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.288000000, lastModified=2020-12-01 19:35:51.288071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.288 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.288000000, lastModified=2020-12-01 19:35:51.288071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.288 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.288 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.288000000, lastModified=2020-12-01 19:35:51.288071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.289 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.288000000, lastModified=2020-12-01 19:35:51.288071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.289 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.289 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.289000000, lastModified=2020-12-01 19:35:51.288071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.289 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.289000000, lastModified=2020-12-01 19:35:51.288071000, delta=929000 ns, racy<=2502500 ns
19:35:51.289 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.289 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.289000000, lastModified=2020-12-01 19:35:51.289071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.289 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.289000000, lastModified=2020-12-01 19:35:51.289071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.289 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.289 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.289000000, lastModified=2020-12-01 19:35:51.289071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.290 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.289000000, lastModified=2020-12-01 19:35:51.289071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.290 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.290 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.290000000, lastModified=2020-12-01 19:35:51.289071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.290 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.290000000, lastModified=2020-12-01 19:35:51.289071000, delta=929000 ns, racy<=2502500 ns
19:35:51.290 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.290 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.290000000, lastModified=2020-12-01 19:35:51.290071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.290 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.290000000, lastModified=2020-12-01 19:35:51.290071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.290 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.290 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.290000000, lastModified=2020-12-01 19:35:51.290071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.290 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.290000000, lastModified=2020-12-01 19:35:51.290071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.290 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.291 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.291000000, lastModified=2020-12-01 19:35:51.290071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.291 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.291000000, lastModified=2020-12-01 19:35:51.290071000, delta=929000 ns, racy<=2502500 ns
19:35:51.291 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.291 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.291000000, lastModified=2020-12-01 19:35:51.290071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.291 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.290071000 to 2020-12-01 19:35:51.291071000
19:35:51.291 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.291000000, lastModified=2020-12-01 19:35:51.291071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.291 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.291000000, lastModified=2020-12-01 19:35:51.291071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.291 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.291 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.291000000, lastModified=2020-12-01 19:35:51.291071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.291000000, lastModified=2020-12-01 19:35:51.291071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.292000000, lastModified=2020-12-01 19:35:51.291071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.292000000, lastModified=2020-12-01 19:35:51.291071000, delta=929000 ns, racy<=2502500 ns
19:35:51.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.292000000, lastModified=2020-12-01 19:35:51.292071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.292000000, lastModified=2020-12-01 19:35:51.292071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.292000000, lastModified=2020-12-01 19:35:51.292071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.292000000, lastModified=2020-12-01 19:35:51.292071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.293 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.293000000, lastModified=2020-12-01 19:35:51.292071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.293 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.293000000, lastModified=2020-12-01 19:35:51.292071000, delta=929000 ns, racy<=2502500 ns
19:35:51.293 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.293 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.293000000, lastModified=2020-12-01 19:35:51.292071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.293 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.292071000 to 2020-12-01 19:35:51.293071000
19:35:51.293 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.293000000, lastModified=2020-12-01 19:35:51.293071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.293 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.293000000, lastModified=2020-12-01 19:35:51.293071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.293 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.293 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.293000000, lastModified=2020-12-01 19:35:51.293071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.293000000, lastModified=2020-12-01 19:35:51.293071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.294000000, lastModified=2020-12-01 19:35:51.293071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.294000000, lastModified=2020-12-01 19:35:51.293071000, delta=929000 ns, racy<=2502500 ns
19:35:51.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.294000000, lastModified=2020-12-01 19:35:51.294071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.294000000, lastModified=2020-12-01 19:35:51.294071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.294000000, lastModified=2020-12-01 19:35:51.294071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.294000000, lastModified=2020-12-01 19:35:51.294071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.295 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.294000000, lastModified=2020-12-01 19:35:51.294071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.295 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.294000000, lastModified=2020-12-01 19:35:51.294071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.295 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.295 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.295000000, lastModified=2020-12-01 19:35:51.294071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.295 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.294071000 to 2020-12-01 19:35:51.295071000
19:35:51.295 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.295000000, lastModified=2020-12-01 19:35:51.295071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.295 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.295000000, lastModified=2020-12-01 19:35:51.295071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.295 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.295 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.295000000, lastModified=2020-12-01 19:35:51.295071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.296 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.295000000, lastModified=2020-12-01 19:35:51.295071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.296 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.296 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.296000000, lastModified=2020-12-01 19:35:51.295071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.296 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.296000000, lastModified=2020-12-01 19:35:51.295071000, delta=929000 ns, racy<=2502500 ns
19:35:51.296 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.296 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.296000000, lastModified=2020-12-01 19:35:51.296071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.296 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.296000000, lastModified=2020-12-01 19:35:51.296071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.296 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.296 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.296000000, lastModified=2020-12-01 19:35:51.296071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.296 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.296000000, lastModified=2020-12-01 19:35:51.296071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.296 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.296 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.296000000, lastModified=2020-12-01 19:35:51.296071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.297 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.296000000, lastModified=2020-12-01 19:35:51.296071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.297 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.297 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.297000000, lastModified=2020-12-01 19:35:51.296071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.297 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.296071000 to 2020-12-01 19:35:51.297071000
19:35:51.297 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.297000000, lastModified=2020-12-01 19:35:51.297071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.297 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.297000000, lastModified=2020-12-01 19:35:51.297071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.297 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.297 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.297000000, lastModified=2020-12-01 19:35:51.297071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.297 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.297000000, lastModified=2020-12-01 19:35:51.297071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.297 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.298 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.298000000, lastModified=2020-12-01 19:35:51.297071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.298 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.298000000, lastModified=2020-12-01 19:35:51.297071000, delta=929000 ns, racy<=2502500 ns
19:35:51.298 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.298 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.298000000, lastModified=2020-12-01 19:35:51.297071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.298 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.297071000 to 2020-12-01 19:35:51.298071000
19:35:51.298 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.298000000, lastModified=2020-12-01 19:35:51.298071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.298 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.298000000, lastModified=2020-12-01 19:35:51.298071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.298 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.298 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.298000000, lastModified=2020-12-01 19:35:51.298071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.298 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.298000000, lastModified=2020-12-01 19:35:51.298071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.298 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.299 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.299000000, lastModified=2020-12-01 19:35:51.298071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.299 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.299000000, lastModified=2020-12-01 19:35:51.298071000, delta=929000 ns, racy<=2502500 ns
19:35:51.299 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.299 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.299000000, lastModified=2020-12-01 19:35:51.298071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.299 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.298071000 to 2020-12-01 19:35:51.299071000
19:35:51.299 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.299000000, lastModified=2020-12-01 19:35:51.299071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.299 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.299000000, lastModified=2020-12-01 19:35:51.299071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.299 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.299 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.299000000, lastModified=2020-12-01 19:35:51.299071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.299 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.299000000, lastModified=2020-12-01 19:35:51.299071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.299 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.300 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.300000000, lastModified=2020-12-01 19:35:51.299071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.300 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.300000000, lastModified=2020-12-01 19:35:51.299071000, delta=929000 ns, racy<=2502500 ns
19:35:51.300 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.300 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.300000000, lastModified=2020-12-01 19:35:51.299071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.300 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.299071000 to 2020-12-01 19:35:51.300071000
19:35:51.300 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.300000000, lastModified=2020-12-01 19:35:51.300071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.300 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.300000000, lastModified=2020-12-01 19:35:51.300071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.300 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.300 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.300000000, lastModified=2020-12-01 19:35:51.300071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.301 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.300000000, lastModified=2020-12-01 19:35:51.300071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.301 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.301 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.301000000, lastModified=2020-12-01 19:35:51.300071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.301 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.301000000, lastModified=2020-12-01 19:35:51.300071000, delta=929000 ns, racy<=2502500 ns
19:35:51.301 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.301 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.301000000, lastModified=2020-12-01 19:35:51.301071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.301 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.301000000, lastModified=2020-12-01 19:35:51.301071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.301 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.301 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.301000000, lastModified=2020-12-01 19:35:51.301071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.301 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.301000000, lastModified=2020-12-01 19:35:51.301071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.301 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.301 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.301000000, lastModified=2020-12-01 19:35:51.301071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.302 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.301000000, lastModified=2020-12-01 19:35:51.301071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.302 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.302 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.302000000, lastModified=2020-12-01 19:35:51.301071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.302 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.301071000 to 2020-12-01 19:35:51.302071000
19:35:51.302 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.302000000, lastModified=2020-12-01 19:35:51.302071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.302 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.302000000, lastModified=2020-12-01 19:35:51.302071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.302 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.302 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.302000000, lastModified=2020-12-01 19:35:51.302071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.302 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.302000000, lastModified=2020-12-01 19:35:51.302071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.302 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.303 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.303000000, lastModified=2020-12-01 19:35:51.302071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.303 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.303000000, lastModified=2020-12-01 19:35:51.302071000, delta=929000 ns, racy<=2502500 ns
19:35:51.303 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.303 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.303000000, lastModified=2020-12-01 19:35:51.302071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.303 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.302071000 to 2020-12-01 19:35:51.303071000
19:35:51.303 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.303000000, lastModified=2020-12-01 19:35:51.303071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.303 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.303000000, lastModified=2020-12-01 19:35:51.303071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.303 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.304 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.304000000, lastModified=2020-12-01 19:35:51.303071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.304 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.304000000, lastModified=2020-12-01 19:35:51.303071000, delta=929000 ns, racy<=2502500 ns
19:35:51.304 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.304 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.304000000, lastModified=2020-12-01 19:35:51.303071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.304 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.303071000 to 2020-12-01 19:35:51.304071000
19:35:51.304 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.304000000, lastModified=2020-12-01 19:35:51.304071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.304 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.304000000, lastModified=2020-12-01 19:35:51.304071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.304 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.305 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.305000000, lastModified=2020-12-01 19:35:51.304071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.305 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.305000000, lastModified=2020-12-01 19:35:51.304071000, delta=929000 ns, racy<=2502500 ns
19:35:51.305 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.305000000, lastModified=2020-12-01 19:35:51.304071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.304071000 to 2020-12-01 19:35:51.306071000
19:35:51.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.306000000, lastModified=2020-12-01 19:35:51.306071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.306000000, lastModified=2020-12-01 19:35:51.306071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.307000000, lastModified=2020-12-01 19:35:51.307071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.307000000, lastModified=2020-12-01 19:35:51.307071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.323 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.323 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.323000000, lastModified=2020-12-01 19:35:51.322071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.324 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.322071000 to 2020-12-01 19:35:51.323071000
19:35:51.324 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.324000000, lastModified=2020-12-01 19:35:51.323071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.324 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.323071000 to 2020-12-01 19:35:51.324071000
19:35:51.324 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.324000000, lastModified=2020-12-01 19:35:51.324071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.325 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.324000000, lastModified=2020-12-01 19:35:51.324071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.325 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.325 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.325000000, lastModified=2020-12-01 19:35:51.324071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.325 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.324071000 to 2020-12-01 19:35:51.325071000
19:35:51.325 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.325000000, lastModified=2020-12-01 19:35:51.325071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.326 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.325000000, lastModified=2020-12-01 19:35:51.325071000, delta=-71000 ns, racy<=2502500 ns
19:35:51.326 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.326 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.326000000, lastModified=2020-12-01 19:35:51.325071000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.326 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.325071000 to 2020-12-01 19:35:51.326071000
19:35:51.332 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.332000000, lastModified=2020-12-01 19:35:51.332070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.333 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.332070000 to 2020-12-01 19:35:51.333070000
19:35:51.333 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.333000000, lastModified=2020-12-01 19:35:51.333070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.334 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.333000000, lastModified=2020-12-01 19:35:51.333070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.334 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.334 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.334000000, lastModified=2020-12-01 19:35:51.333070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.334 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.333070000 to 2020-12-01 19:35:51.334070000
19:35:51.334 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.334000000, lastModified=2020-12-01 19:35:51.334070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.334 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.334000000, lastModified=2020-12-01 19:35:51.334070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.334 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.334 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.334000000, lastModified=2020-12-01 19:35:51.334070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.335 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.334000000, lastModified=2020-12-01 19:35:51.334070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.335 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.335 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.335000000, lastModified=2020-12-01 19:35:51.334070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.335 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.334070000 to 2020-12-01 19:35:51.335070000
19:35:51.335 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.335000000, lastModified=2020-12-01 19:35:51.335070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.335 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.335000000, lastModified=2020-12-01 19:35:51.335070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.335 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.335 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.335000000, lastModified=2020-12-01 19:35:51.335070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.336 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.335000000, lastModified=2020-12-01 19:35:51.335070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.336 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.336 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.336000000, lastModified=2020-12-01 19:35:51.335070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.336 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.335070000 to 2020-12-01 19:35:51.336070000
19:35:51.336 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.336000000, lastModified=2020-12-01 19:35:51.336070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.336 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.336000000, lastModified=2020-12-01 19:35:51.336070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.336 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.336 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.336000000, lastModified=2020-12-01 19:35:51.336070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.336 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.336000000, lastModified=2020-12-01 19:35:51.336070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.336 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.337 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.337000000, lastModified=2020-12-01 19:35:51.336070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.337 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.337000000, lastModified=2020-12-01 19:35:51.336070000, delta=930000 ns, racy<=2502500 ns
19:35:51.337 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.337 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.337000000, lastModified=2020-12-01 19:35:51.337070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.337 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.337000000, lastModified=2020-12-01 19:35:51.337070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.337 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.337 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.337000000, lastModified=2020-12-01 19:35:51.337070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.337 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.337000000, lastModified=2020-12-01 19:35:51.337070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.337 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.338 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.338000000, lastModified=2020-12-01 19:35:51.337070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.338 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.338000000, lastModified=2020-12-01 19:35:51.337070000, delta=930000 ns, racy<=2502500 ns
19:35:51.338 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.338 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.338000000, lastModified=2020-12-01 19:35:51.338070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.338 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.338000000, lastModified=2020-12-01 19:35:51.338070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.338 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.338 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.338000000, lastModified=2020-12-01 19:35:51.338070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.338 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.338000000, lastModified=2020-12-01 19:35:51.338070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.338 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.339 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.339000000, lastModified=2020-12-01 19:35:51.338070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.339 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.339000000, lastModified=2020-12-01 19:35:51.338070000, delta=930000 ns, racy<=2502500 ns
19:35:51.339 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.339 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.339000000, lastModified=2020-12-01 19:35:51.338070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.339 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.338070000 to 2020-12-01 19:35:51.339070000
19:35:51.339 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.339000000, lastModified=2020-12-01 19:35:51.339070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.339 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.339000000, lastModified=2020-12-01 19:35:51.339070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.339 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.340 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.340000000, lastModified=2020-12-01 19:35:51.339070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.340 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.340000000, lastModified=2020-12-01 19:35:51.339070000, delta=930000 ns, racy<=2502500 ns
19:35:51.340 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.340 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.340000000, lastModified=2020-12-01 19:35:51.339070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.340 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.339070000 to 2020-12-01 19:35:51.340070000
19:35:51.340 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.340000000, lastModified=2020-12-01 19:35:51.340070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.340 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.340000000, lastModified=2020-12-01 19:35:51.340070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.340 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.340 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.340000000, lastModified=2020-12-01 19:35:51.340070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.341 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.340000000, lastModified=2020-12-01 19:35:51.340070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.341 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.341 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.341000000, lastModified=2020-12-01 19:35:51.340070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.341 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.340070000 to 2020-12-01 19:35:51.341070000
19:35:51.341 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.341000000, lastModified=2020-12-01 19:35:51.341070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.341 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.341000000, lastModified=2020-12-01 19:35:51.341070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.341 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.341 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.341000000, lastModified=2020-12-01 19:35:51.341070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.341 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.341000000, lastModified=2020-12-01 19:35:51.341070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.342 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.342 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.342000000, lastModified=2020-12-01 19:35:51.341070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.342 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.342000000, lastModified=2020-12-01 19:35:51.341070000, delta=930000 ns, racy<=2502500 ns
19:35:51.342 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.342 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.342000000, lastModified=2020-12-01 19:35:51.341070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.343 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.341070000 to 2020-12-01 19:35:51.343070000
19:35:51.344 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.344000000, lastModified=2020-12-01 19:35:51.344070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.345 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.344000000, lastModified=2020-12-01 19:35:51.344070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.345 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.345 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.345000000, lastModified=2020-12-01 19:35:51.344070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.345 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.344070000 to 2020-12-01 19:35:51.345070000
19:35:51.345 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.345000000, lastModified=2020-12-01 19:35:51.345070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.346 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.345000000, lastModified=2020-12-01 19:35:51.345070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.346 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.346 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.346000000, lastModified=2020-12-01 19:35:51.346070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.346 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.346000000, lastModified=2020-12-01 19:35:51.346070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.346 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.347 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.347000000, lastModified=2020-12-01 19:35:51.346070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.347 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.347000000, lastModified=2020-12-01 19:35:51.346070000, delta=930000 ns, racy<=2502500 ns
19:35:51.347 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.347 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.347000000, lastModified=2020-12-01 19:35:51.347070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.348 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.347000000, lastModified=2020-12-01 19:35:51.347070000, delta=-70000 ns, racy<=2502500 ns
19:35:51.348 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.349 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.349000000, lastModified=2020-12-01 19:35:51.349070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.365 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.349070000 to 2020-12-01 19:35:51.365070000
19:35:51.367 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.367000000, lastModified=2020-12-01 19:35:51.366070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.368 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.366070000 to 2020-12-01 19:35:51.367070000
19:35:51.373 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.373000000, lastModified=2020-12-01 19:35:51.373070000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.406 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.373070000 to 2020-12-01 19:35:51.406069000
19:35:51.406 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.406000000, lastModified=2020-12-01 19:35:51.406069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.407 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.406000000, lastModified=2020-12-01 19:35:51.406069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.407 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.407 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.407000000, lastModified=2020-12-01 19:35:51.407069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.407 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.407000000, lastModified=2020-12-01 19:35:51.407069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.407 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.408 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.408000000, lastModified=2020-12-01 19:35:51.408069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.408 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.408000000, lastModified=2020-12-01 19:35:51.408069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.408 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.409 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.409000000, lastModified=2020-12-01 19:35:51.408069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.409 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.409000000, lastModified=2020-12-01 19:35:51.408069000, delta=931000 ns, racy<=2502500 ns
19:35:51.409 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.409 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.409000000, lastModified=2020-12-01 19:35:51.409069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.409 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.409000000, lastModified=2020-12-01 19:35:51.409069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.409 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.410 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.410000000, lastModified=2020-12-01 19:35:51.409069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.410 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.409069000 to 2020-12-01 19:35:51.410069000
19:35:51.411 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.411000000, lastModified=2020-12-01 19:35:51.411069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.412 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.411000000, lastModified=2020-12-01 19:35:51.411069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.412 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.433 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.433000000, lastModified=2020-12-01 19:35:51.432069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.433 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.432069000 to 2020-12-01 19:35:51.433069000
19:35:51.433 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.433000000, lastModified=2020-12-01 19:35:51.433069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.434 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.433000000, lastModified=2020-12-01 19:35:51.433069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.434 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.434 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.434000000, lastModified=2020-12-01 19:35:51.433069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.434 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.434000000, lastModified=2020-12-01 19:35:51.433069000, delta=931000 ns, racy<=2502500 ns
19:35:51.434 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.434 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.434000000, lastModified=2020-12-01 19:35:51.434069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.434 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.434000000, lastModified=2020-12-01 19:35:51.434069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.434 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.434 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.434000000, lastModified=2020-12-01 19:35:51.434069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.434 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.434000000, lastModified=2020-12-01 19:35:51.434069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.434 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.434 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.434000000, lastModified=2020-12-01 19:35:51.434069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.435 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.434000000, lastModified=2020-12-01 19:35:51.434069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.435 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.435 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.435000000, lastModified=2020-12-01 19:35:51.434069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.435 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.434069000 to 2020-12-01 19:35:51.435069000
19:35:51.435 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.435000000, lastModified=2020-12-01 19:35:51.435069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.435 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.435000000, lastModified=2020-12-01 19:35:51.435069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.435 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.435 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.435000000, lastModified=2020-12-01 19:35:51.435069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.435000000, lastModified=2020-12-01 19:35:51.435069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.436000000, lastModified=2020-12-01 19:35:51.435069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.436000000, lastModified=2020-12-01 19:35:51.435069000, delta=931000 ns, racy<=2502500 ns
19:35:51.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.436000000, lastModified=2020-12-01 19:35:51.436069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.436000000, lastModified=2020-12-01 19:35:51.436069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.436000000, lastModified=2020-12-01 19:35:51.436069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.436000000, lastModified=2020-12-01 19:35:51.436069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.437 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.437000000, lastModified=2020-12-01 19:35:51.436069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.437 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.437000000, lastModified=2020-12-01 19:35:51.436069000, delta=931000 ns, racy<=2502500 ns
19:35:51.437 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.437 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.437000000, lastModified=2020-12-01 19:35:51.437069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.437 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.437000000, lastModified=2020-12-01 19:35:51.437069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.437 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.437 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.437000000, lastModified=2020-12-01 19:35:51.437069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.437 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.437000000, lastModified=2020-12-01 19:35:51.437069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.437 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.437 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.437000000, lastModified=2020-12-01 19:35:51.437069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.437000000, lastModified=2020-12-01 19:35:51.437069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.438000000, lastModified=2020-12-01 19:35:51.437069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.437069000 to 2020-12-01 19:35:51.438069000
19:35:51.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.438000000, lastModified=2020-12-01 19:35:51.438069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.438000000, lastModified=2020-12-01 19:35:51.438069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.438000000, lastModified=2020-12-01 19:35:51.438069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.438000000, lastModified=2020-12-01 19:35:51.438069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.439 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.439000000, lastModified=2020-12-01 19:35:51.438069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.439 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.439000000, lastModified=2020-12-01 19:35:51.438069000, delta=931000 ns, racy<=2502500 ns
19:35:51.439 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.439 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.439000000, lastModified=2020-12-01 19:35:51.438069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.439 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.438069000 to 2020-12-01 19:35:51.439069000
19:35:51.439 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.439000000, lastModified=2020-12-01 19:35:51.439069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.439 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.439000000, lastModified=2020-12-01 19:35:51.439069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.439 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.439 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.439000000, lastModified=2020-12-01 19:35:51.439069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.439000000, lastModified=2020-12-01 19:35:51.439069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.440000000, lastModified=2020-12-01 19:35:51.439069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.440000000, lastModified=2020-12-01 19:35:51.439069000, delta=931000 ns, racy<=2502500 ns
19:35:51.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.440000000, lastModified=2020-12-01 19:35:51.440069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.440000000, lastModified=2020-12-01 19:35:51.440069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.440000000, lastModified=2020-12-01 19:35:51.440069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.440000000, lastModified=2020-12-01 19:35:51.440069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.440000000, lastModified=2020-12-01 19:35:51.440069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.440000000, lastModified=2020-12-01 19:35:51.440069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.441000000, lastModified=2020-12-01 19:35:51.440069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.440069000 to 2020-12-01 19:35:51.441069000
19:35:51.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.441000000, lastModified=2020-12-01 19:35:51.441069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.441000000, lastModified=2020-12-01 19:35:51.441069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.441000000, lastModified=2020-12-01 19:35:51.441069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.442 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.441000000, lastModified=2020-12-01 19:35:51.441069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.442 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.442 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.442000000, lastModified=2020-12-01 19:35:51.441069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.442 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.442000000, lastModified=2020-12-01 19:35:51.441069000, delta=931000 ns, racy<=2502500 ns
19:35:51.442 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.442 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.442000000, lastModified=2020-12-01 19:35:51.442069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.442 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.442000000, lastModified=2020-12-01 19:35:51.442069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.442 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.442 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.442000000, lastModified=2020-12-01 19:35:51.442069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.442 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.442000000, lastModified=2020-12-01 19:35:51.442069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.443000000, lastModified=2020-12-01 19:35:51.442069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.443000000, lastModified=2020-12-01 19:35:51.442069000, delta=931000 ns, racy<=2502500 ns
19:35:51.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.443000000, lastModified=2020-12-01 19:35:51.443069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.443000000, lastModified=2020-12-01 19:35:51.443069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.443000000, lastModified=2020-12-01 19:35:51.443069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.443000000, lastModified=2020-12-01 19:35:51.443069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.443000000, lastModified=2020-12-01 19:35:51.443069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.443000000, lastModified=2020-12-01 19:35:51.443069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.444000000, lastModified=2020-12-01 19:35:51.443069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.443069000 to 2020-12-01 19:35:51.444069000
19:35:51.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.444000000, lastModified=2020-12-01 19:35:51.444069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.444000000, lastModified=2020-12-01 19:35:51.444069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.444000000, lastModified=2020-12-01 19:35:51.444069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.444000000, lastModified=2020-12-01 19:35:51.444069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.445000000, lastModified=2020-12-01 19:35:51.444069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.445000000, lastModified=2020-12-01 19:35:51.444069000, delta=931000 ns, racy<=2502500 ns
19:35:51.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.445000000, lastModified=2020-12-01 19:35:51.445069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.445000000, lastModified=2020-12-01 19:35:51.445069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.445000000, lastModified=2020-12-01 19:35:51.445069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.445000000, lastModified=2020-12-01 19:35:51.445069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.445000000, lastModified=2020-12-01 19:35:51.445069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.445000000, lastModified=2020-12-01 19:35:51.445069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.446000000, lastModified=2020-12-01 19:35:51.445069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.445069000 to 2020-12-01 19:35:51.446069000
19:35:51.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.446000000, lastModified=2020-12-01 19:35:51.446069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.446000000, lastModified=2020-12-01 19:35:51.446069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.446000000, lastModified=2020-12-01 19:35:51.446069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.446000000, lastModified=2020-12-01 19:35:51.446069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.447000000, lastModified=2020-12-01 19:35:51.446069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.447000000, lastModified=2020-12-01 19:35:51.446069000, delta=931000 ns, racy<=2502500 ns
19:35:51.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.447000000, lastModified=2020-12-01 19:35:51.446069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.446069000 to 2020-12-01 19:35:51.447069000
19:35:51.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.447000000, lastModified=2020-12-01 19:35:51.447069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.447000000, lastModified=2020-12-01 19:35:51.447069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.447000000, lastModified=2020-12-01 19:35:51.447069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.447000000, lastModified=2020-12-01 19:35:51.447069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.448000000, lastModified=2020-12-01 19:35:51.447069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.447069000 to 2020-12-01 19:35:51.448069000
19:35:51.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.448000000, lastModified=2020-12-01 19:35:51.448069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.448000000, lastModified=2020-12-01 19:35:51.448069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.448000000, lastModified=2020-12-01 19:35:51.448069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.448000000, lastModified=2020-12-01 19:35:51.448069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.449000000, lastModified=2020-12-01 19:35:51.448069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.449000000, lastModified=2020-12-01 19:35:51.448069000, delta=931000 ns, racy<=2502500 ns
19:35:51.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.449000000, lastModified=2020-12-01 19:35:51.449069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.449000000, lastModified=2020-12-01 19:35:51.449069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.449000000, lastModified=2020-12-01 19:35:51.449069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.449000000, lastModified=2020-12-01 19:35:51.449069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.449000000, lastModified=2020-12-01 19:35:51.449069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.449000000, lastModified=2020-12-01 19:35:51.449069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.450000000, lastModified=2020-12-01 19:35:51.449069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.449069000 to 2020-12-01 19:35:51.450069000
19:35:51.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.450000000, lastModified=2020-12-01 19:35:51.450069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.450000000, lastModified=2020-12-01 19:35:51.450069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.450000000, lastModified=2020-12-01 19:35:51.450069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.450000000, lastModified=2020-12-01 19:35:51.450069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.451000000, lastModified=2020-12-01 19:35:51.450069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.451000000, lastModified=2020-12-01 19:35:51.450069000, delta=931000 ns, racy<=2502500 ns
19:35:51.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.451000000, lastModified=2020-12-01 19:35:51.450069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.450069000 to 2020-12-01 19:35:51.451069000
19:35:51.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.451000000, lastModified=2020-12-01 19:35:51.451069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.451000000, lastModified=2020-12-01 19:35:51.451069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.452 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.451000000, lastModified=2020-12-01 19:35:51.451069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.452 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.451000000, lastModified=2020-12-01 19:35:51.451069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.452 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.452 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.452000000, lastModified=2020-12-01 19:35:51.451069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.452 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.451069000 to 2020-12-01 19:35:51.452069000
19:35:51.452 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.452000000, lastModified=2020-12-01 19:35:51.452069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.452 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.452000000, lastModified=2020-12-01 19:35:51.452069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.452 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.452 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.452000000, lastModified=2020-12-01 19:35:51.452069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.452000000, lastModified=2020-12-01 19:35:51.452069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.453000000, lastModified=2020-12-01 19:35:51.452069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.453000000, lastModified=2020-12-01 19:35:51.452069000, delta=931000 ns, racy<=2502500 ns
19:35:51.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.453000000, lastModified=2020-12-01 19:35:51.453069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.453000000, lastModified=2020-12-01 19:35:51.453069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.453000000, lastModified=2020-12-01 19:35:51.453069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.453000000, lastModified=2020-12-01 19:35:51.453069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.454 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.454000000, lastModified=2020-12-01 19:35:51.453069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.454 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.454000000, lastModified=2020-12-01 19:35:51.453069000, delta=931000 ns, racy<=2502500 ns
19:35:51.454 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.454 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.454000000, lastModified=2020-12-01 19:35:51.453069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.454 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.453069000 to 2020-12-01 19:35:51.454069000
19:35:51.454 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.454000000, lastModified=2020-12-01 19:35:51.454069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.454 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.454000000, lastModified=2020-12-01 19:35:51.454069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.454 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.454 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.454000000, lastModified=2020-12-01 19:35:51.454069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.454000000, lastModified=2020-12-01 19:35:51.454069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.455000000, lastModified=2020-12-01 19:35:51.454069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.455000000, lastModified=2020-12-01 19:35:51.454069000, delta=931000 ns, racy<=2502500 ns
19:35:51.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.455000000, lastModified=2020-12-01 19:35:51.455069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.455000000, lastModified=2020-12-01 19:35:51.455069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.455000000, lastModified=2020-12-01 19:35:51.455069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.455000000, lastModified=2020-12-01 19:35:51.455069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.456 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.456000000, lastModified=2020-12-01 19:35:51.455069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.456 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.456000000, lastModified=2020-12-01 19:35:51.455069000, delta=931000 ns, racy<=2502500 ns
19:35:51.456 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.456 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.456000000, lastModified=2020-12-01 19:35:51.455069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.456 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.455069000 to 2020-12-01 19:35:51.456069000
19:35:51.456 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.456000000, lastModified=2020-12-01 19:35:51.456069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.456 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.456000000, lastModified=2020-12-01 19:35:51.456069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.456 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.456 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.456000000, lastModified=2020-12-01 19:35:51.456069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.456000000, lastModified=2020-12-01 19:35:51.456069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.457000000, lastModified=2020-12-01 19:35:51.456069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.457000000, lastModified=2020-12-01 19:35:51.456069000, delta=931000 ns, racy<=2502500 ns
19:35:51.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.457000000, lastModified=2020-12-01 19:35:51.457069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.457000000, lastModified=2020-12-01 19:35:51.457069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.457000000, lastModified=2020-12-01 19:35:51.457069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.457000000, lastModified=2020-12-01 19:35:51.457069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.458 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.458000000, lastModified=2020-12-01 19:35:51.457069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.458 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.458000000, lastModified=2020-12-01 19:35:51.457069000, delta=931000 ns, racy<=2502500 ns
19:35:51.458 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.458 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.458000000, lastModified=2020-12-01 19:35:51.457069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.458 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.457069000 to 2020-12-01 19:35:51.458069000
19:35:51.458 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.458000000, lastModified=2020-12-01 19:35:51.458069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.458 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.458000000, lastModified=2020-12-01 19:35:51.458069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.458 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.458 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.458000000, lastModified=2020-12-01 19:35:51.458069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.459 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.458000000, lastModified=2020-12-01 19:35:51.458069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.459 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.459 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.459000000, lastModified=2020-12-01 19:35:51.458069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.459 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.459000000, lastModified=2020-12-01 19:35:51.458069000, delta=931000 ns, racy<=2502500 ns
19:35:51.459 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.459 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.459000000, lastModified=2020-12-01 19:35:51.459069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.459 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.459000000, lastModified=2020-12-01 19:35:51.459069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.459 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.459 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.459000000, lastModified=2020-12-01 19:35:51.459069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.459 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.459000000, lastModified=2020-12-01 19:35:51.459069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.459 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.459 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.459000000, lastModified=2020-12-01 19:35:51.459069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.459000000, lastModified=2020-12-01 19:35:51.459069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.460000000, lastModified=2020-12-01 19:35:51.459069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.459069000 to 2020-12-01 19:35:51.460069000
19:35:51.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.460000000, lastModified=2020-12-01 19:35:51.460069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.460000000, lastModified=2020-12-01 19:35:51.460069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.460000000, lastModified=2020-12-01 19:35:51.460069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.460000000, lastModified=2020-12-01 19:35:51.460069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.461000000, lastModified=2020-12-01 19:35:51.460069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.461000000, lastModified=2020-12-01 19:35:51.460069000, delta=931000 ns, racy<=2502500 ns
19:35:51.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.461000000, lastModified=2020-12-01 19:35:51.461069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.461000000, lastModified=2020-12-01 19:35:51.461069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.461000000, lastModified=2020-12-01 19:35:51.461069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.461000000, lastModified=2020-12-01 19:35:51.461069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.461000000, lastModified=2020-12-01 19:35:51.461069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.462 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.461000000, lastModified=2020-12-01 19:35:51.461069000, delta=-69000 ns, racy<=2502500 ns
19:35:51.462 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.462 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.462000000, lastModified=2020-12-01 19:35:51.461069000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.506 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.461069000 to 2020-12-01 19:35:51.506068000
19:35:51.506 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.506000000, lastModified=2020-12-01 19:35:51.506068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.507 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.506000000, lastModified=2020-12-01 19:35:51.506068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.507 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.507 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.507000000, lastModified=2020-12-01 19:35:51.507068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.507 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.507000000, lastModified=2020-12-01 19:35:51.507068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.507 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.508000000, lastModified=2020-12-01 19:35:51.507068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.508000000, lastModified=2020-12-01 19:35:51.507068000, delta=932000 ns, racy<=2502500 ns
19:35:51.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.508000000, lastModified=2020-12-01 19:35:51.508068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.508000000, lastModified=2020-12-01 19:35:51.508068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.509 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.509000000, lastModified=2020-12-01 19:35:51.508068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.509 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.508068000 to 2020-12-01 19:35:51.509068000
19:35:51.510 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.510000000, lastModified=2020-12-01 19:35:51.510068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.511 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.510000000, lastModified=2020-12-01 19:35:51.510068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.511 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.511 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.511000000, lastModified=2020-12-01 19:35:51.511068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.511 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.511000000, lastModified=2020-12-01 19:35:51.511068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.511 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.512 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.511000000, lastModified=2020-12-01 19:35:51.511068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.512 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.511000000, lastModified=2020-12-01 19:35:51.511068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.512 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.528000000, lastModified=2020-12-01 19:35:51.528068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.528000000, lastModified=2020-12-01 19:35:51.528068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.529000000, lastModified=2020-12-01 19:35:51.529068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.529000000, lastModified=2020-12-01 19:35:51.529068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.530000000, lastModified=2020-12-01 19:35:51.529068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.530000000, lastModified=2020-12-01 19:35:51.529068000, delta=932000 ns, racy<=2502500 ns
19:35:51.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.530000000, lastModified=2020-12-01 19:35:51.530068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.530000000, lastModified=2020-12-01 19:35:51.530068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.531000000, lastModified=2020-12-01 19:35:51.530068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.530068000 to 2020-12-01 19:35:51.531068000
19:35:51.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.531000000, lastModified=2020-12-01 19:35:51.531068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.531000000, lastModified=2020-12-01 19:35:51.531068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.532 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.532000000, lastModified=2020-12-01 19:35:51.531068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.532 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.531068000 to 2020-12-01 19:35:51.532068000
19:35:51.532 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.532000000, lastModified=2020-12-01 19:35:51.532068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.533 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.532000000, lastModified=2020-12-01 19:35:51.532068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.533 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.533 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.533000000, lastModified=2020-12-01 19:35:51.532068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.534 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.532068000 to 2020-12-01 19:35:51.534068000
19:35:51.536 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.536000000, lastModified=2020-12-01 19:35:51.535068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.536 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.535068000 to 2020-12-01 19:35:51.536068000
19:35:51.536 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.536000000, lastModified=2020-12-01 19:35:51.536068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.536 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.536000000, lastModified=2020-12-01 19:35:51.536068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.537 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.537 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.537000000, lastModified=2020-12-01 19:35:51.537068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.537 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.537000000, lastModified=2020-12-01 19:35:51.537068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.537 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.538 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.537000000, lastModified=2020-12-01 19:35:51.537068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.538 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.537000000, lastModified=2020-12-01 19:35:51.537068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.538 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.538 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.538000000, lastModified=2020-12-01 19:35:51.538068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.538 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.538000000, lastModified=2020-12-01 19:35:51.538068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.538 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.539 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.539000000, lastModified=2020-12-01 19:35:51.538068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.539 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.539000000, lastModified=2020-12-01 19:35:51.538068000, delta=932000 ns, racy<=2502500 ns
19:35:51.539 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.539 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.539000000, lastModified=2020-12-01 19:35:51.539068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.539 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.539000000, lastModified=2020-12-01 19:35:51.539068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.539 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.540 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.540000000, lastModified=2020-12-01 19:35:51.539068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.540 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.540000000, lastModified=2020-12-01 19:35:51.539068000, delta=932000 ns, racy<=2502500 ns
19:35:51.540 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.542 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.542000000, lastModified=2020-12-01 19:35:51.541068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.542 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.541068000 to 2020-12-01 19:35:51.542068000
19:35:51.542 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.542000000, lastModified=2020-12-01 19:35:51.542068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.543 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.542000000, lastModified=2020-12-01 19:35:51.542068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.543 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.543 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.543000000, lastModified=2020-12-01 19:35:51.542068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.543 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.543000000, lastModified=2020-12-01 19:35:51.542068000, delta=932000 ns, racy<=2502500 ns
19:35:51.543 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.543 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.543000000, lastModified=2020-12-01 19:35:51.543068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.543 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.543000000, lastModified=2020-12-01 19:35:51.543068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.543 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.543 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.543000000, lastModified=2020-12-01 19:35:51.543068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.543000000, lastModified=2020-12-01 19:35:51.543068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.544000000, lastModified=2020-12-01 19:35:51.543068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.543068000 to 2020-12-01 19:35:51.544068000
19:35:51.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.544000000, lastModified=2020-12-01 19:35:51.544068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.544000000, lastModified=2020-12-01 19:35:51.544068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.545 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.545000000, lastModified=2020-12-01 19:35:51.544068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.545 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.545000000, lastModified=2020-12-01 19:35:51.544068000, delta=932000 ns, racy<=2502500 ns
19:35:51.545 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.545 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.545000000, lastModified=2020-12-01 19:35:51.544068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.545 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, lastModified changed from 2020-12-01 19:35:51.544068000 to 2020-12-01 19:35:51.545068000
19:35:51.545 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, create new FileSnapshot: lastRead=2020-12-01 19:35:51.545000000, lastModified=2020-12-01 19:35:51.545068000, size=1, fileKey=(dev=10300,ino=16796941)
19:35:51.546 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, isRacyClean=true, read=2020-12-01 19:35:51.545000000, lastModified=2020-12-01 19:35:51.545068000, delta=-68000 ns, racy<=2502500 ns
19:35:51.546 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/.probe-f428be82-456f-4004-bb7b-29d5d8b6c948, is racily clean
19:35:51.546 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-2,5,main]: no failures when measuring minimal racy interval
19:35:51.546 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - FileStoreAttributes[fsTimestampResolution=1,001 ยตs, minimalRacyInterval=0 ยตs]
19:35:51.546 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config, isRacyClean=false, read=2020-12-01 19:35:44.915000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344915000000 ns, racy<=2500000000 ns
19:35:51.546 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config, is unmodified
19:35:51.658 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - locking FileBasedConfig[/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config] failed, retries 1/5
19:35:51.759 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - locking FileBasedConfig[/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config] failed, retries 2/5
19:35:51.860 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - locking FileBasedConfig[/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config] failed, retries 3/5
19:35:51.960 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - locking FileBasedConfig[/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config] failed, retries 4/5
19:35:51.962 [FileStoreAttributeReader-2] WARN  org.eclipse.jgit.util.FS - locking FileBasedConfig[/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config] failed after 5 retries
19:35:51.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:48.533000000, lastModified=2020-12-01 19:35:48.532107000, size=126, fileKey=(dev=10300,ino=16796940)
19:35:51.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, isRacyClean=true, read=2020-12-01 19:35:48.533000000, lastModified=2020-12-01 19:35:48.532107000, delta=893000 ns, racy<=2502500 ns
19:35:51.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, is racily clean
19:35:51.964 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config]
19:35:51.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config, create new FileSnapshot: lastRead=2020-12-01 19:35:51.964000000, lastModified=2020-12-01 19:35:48.532107000, size=126, fileKey=(dev=10300,ino=16796940)
19:35:51.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, isRacyClean=false, read=2020-12-01 19:35:51.964000000, lastModified=2020-12-01 19:35:48.532107000, delta=3431893000 ns, racy<=2502500 ns
19:35:51.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:51.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:51.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:51.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:51.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=false, read=2020-12-01 19:35:44.934000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344934000000 ns, racy<=2500000000 ns
19:35:51.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is unmodified
19:35:51.964 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:51.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:51.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:51.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:51.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:51.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=false, read=2020-12-01 19:35:44.934000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344934000000 ns, racy<=2500000000 ns
19:35:51.965 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is unmodified
19:35:51.966 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:51.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:51.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:51.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:51.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:51.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=false, read=2020-12-01 19:35:44.934000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344934000000 ns, racy<=2500000000 ns
19:35:51.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is unmodified
19:35:51.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:51.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:51.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:51.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:51.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:51.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=false, read=2020-12-01 19:35:44.934000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344934000000 ns, racy<=2500000000 ns
19:35:51.969 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is unmodified
19:35:51.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:51.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:51.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:51.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:51.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:51.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=false, read=2020-12-01 19:35:44.934000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344934000000 ns, racy<=2500000000 ns
19:35:51.971 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is unmodified
19:35:51.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:51.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:51.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:51.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:51.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:51.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=false, read=2020-12-01 19:35:44.934000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344934000000 ns, racy<=2500000000 ns
19:35:51.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is unmodified
19:35:51.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:51.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:51.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:51.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:51.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:51.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=false, read=2020-12-01 19:35:44.934000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344934000000 ns, racy<=2500000000 ns
19:35:51.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is unmodified
19:35:51.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:51.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:51.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:51.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:51.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:51.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=false, read=2020-12-01 19:35:44.934000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344934000000 ns, racy<=2500000000 ns
19:35:51.975 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is unmodified
19:35:51.977 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:51.977000000, lastModified=2020-12-01 19:35:51.976062000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:51.983 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:51.983000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:52.719 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:52.718000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:52.719 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:52.719 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:52.719 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:52.719 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:52.719 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:52.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:52.720000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:52.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:52.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:52.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:52.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:52.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:52.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.720000000, lastModified=2020-12-01 19:35:51.982062000, delta=737938000 ns, racy<=2500000000 ns
19:35:52.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:52.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:52.720000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:52.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.720000000, lastModified=2020-12-01 19:35:51.982062000, delta=737938000 ns, racy<=2500000000 ns
19:35:52.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:52.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:52.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:52.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:52.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:52.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.720000000, lastModified=2020-12-01 19:35:51.982062000, delta=737938000 ns, racy<=2500000000 ns
19:35:52.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:52.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:52.721000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:52.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.721000000, lastModified=2020-12-01 19:35:51.982062000, delta=738938000 ns, racy<=2500000000 ns
19:35:52.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:52.721000000, lastModified=2020-12-01 19:35:51.976062000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:52.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:52.723000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:52.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:52.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:52.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:52.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:52.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:52.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:52.724000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:52.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:52.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:52.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:52.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:52.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:52.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.724000000, lastModified=2020-12-01 19:35:51.982062000, delta=741938000 ns, racy<=2500000000 ns
19:35:52.725 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:52.725 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:52.725000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:52.725 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.725000000, lastModified=2020-12-01 19:35:51.982062000, delta=742938000 ns, racy<=2500000000 ns
19:35:52.740 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:52.740 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:52.740 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:52.740 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:52.740 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:52.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:52.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:52.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:52.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:52.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:52.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:52.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:52.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:52.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:52.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:52.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.725000000, lastModified=2020-12-01 19:35:51.982062000, delta=742938000 ns, racy<=2500000000 ns
19:35:52.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:52.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:52.742000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:52.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.742000000, lastModified=2020-12-01 19:35:51.982062000, delta=759938000 ns, racy<=2500000000 ns
19:35:52.807 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:52.807 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:52.807 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:52.807 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:52.807 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:52.807 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.742000000, lastModified=2020-12-01 19:35:51.982062000, delta=759938000 ns, racy<=2500000000 ns
19:35:52.807 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:52.807 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:52.807000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:52.807 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.807000000, lastModified=2020-12-01 19:35:51.982062000, delta=824938000 ns, racy<=2500000000 ns
19:35:52.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:52.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:52.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:52.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:52.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:52.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.807000000, lastModified=2020-12-01 19:35:51.982062000, delta=824938000 ns, racy<=2500000000 ns
19:35:52.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:52.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:52.810000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:52.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.810000000, lastModified=2020-12-01 19:35:51.982062000, delta=827938000 ns, racy<=2500000000 ns
19:35:52.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:52.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:52.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:52.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:52.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:52.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.810000000, lastModified=2020-12-01 19:35:51.982062000, delta=827938000 ns, racy<=2500000000 ns
19:35:52.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:52.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:52.813000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:52.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.813000000, lastModified=2020-12-01 19:35:51.982062000, delta=830938000 ns, racy<=2500000000 ns
19:35:52.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:52.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:52.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:52.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:52.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:52.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.813000000, lastModified=2020-12-01 19:35:51.982062000, delta=830938000 ns, racy<=2500000000 ns
19:35:52.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:52.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:52.818000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:52.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.818000000, lastModified=2020-12-01 19:35:51.982062000, delta=835938000 ns, racy<=2500000000 ns
19:35:52.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:52.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:52.822000000, lastModified=2020-12-01 19:35:51.966062000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:52.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:52.822000000, lastModified=2020-12-01 19:35:51.966062000, delta=855938000 ns, racy<=2502500 ns
19:35:52.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:52.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:52.822000000, lastModified=2020-12-01 19:35:51.966062000, delta=855938000 ns, racy<=2502500 ns
19:35:52.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:52.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:52.825000000, lastModified=2020-12-01 19:35:52.747052000, size=0, fileKey=(dev=300042,ino=27802026)
19:35:52.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:52.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:52.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:52.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:52.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:52.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.818000000, lastModified=2020-12-01 19:35:51.982062000, delta=835938000 ns, racy<=2500000000 ns
19:35:52.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:52.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:52.826000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:52.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.826000000, lastModified=2020-12-01 19:35:51.982062000, delta=843938000 ns, racy<=2500000000 ns
19:35:52.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:52.827000000, lastModified=2020-12-01 19:35:52.827051000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:52.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:52.827000000, lastModified=2020-12-01 19:35:52.827051000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:52.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:52.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:52.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:52.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:52.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:52.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.826000000, lastModified=2020-12-01 19:35:51.982062000, delta=843938000 ns, racy<=2500000000 ns
19:35:52.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:52.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:52.828000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:52.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.828000000, lastModified=2020-12-01 19:35:51.982062000, delta=845938000 ns, racy<=2500000000 ns
19:35:52.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:52.828000000, lastModified=2020-12-01 19:35:52.827051000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:52.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:52.828000000, lastModified=2020-12-01 19:35:52.827051000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:52.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:52.829000000, lastModified=2020-12-01 19:35:52.828051000, size=0, fileKey=(dev=300042,ino=27802031)
19:35:52.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:52.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:52.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:52.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:52.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:52.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.828000000, lastModified=2020-12-01 19:35:51.982062000, delta=845938000 ns, racy<=2500000000 ns
19:35:52.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:52.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:52.829000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:52.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.829000000, lastModified=2020-12-01 19:35:51.982062000, delta=846938000 ns, racy<=2500000000 ns
19:35:52.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:52.829000000, lastModified=2020-12-01 19:35:52.829051000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:52.906 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:52.906 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:52.906 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:52.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:52.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:52.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.829000000, lastModified=2020-12-01 19:35:51.982062000, delta=846938000 ns, racy<=2500000000 ns
19:35:52.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:52.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:52.907000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:52.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.907000000, lastModified=2020-12-01 19:35:51.982062000, delta=924938000 ns, racy<=2500000000 ns
19:35:52.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:52.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:52.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:52.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:52.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:52.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.907000000, lastModified=2020-12-01 19:35:51.982062000, delta=924938000 ns, racy<=2500000000 ns
19:35:52.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:52.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:52.908000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:52.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.908000000, lastModified=2020-12-01 19:35:51.982062000, delta=925938000 ns, racy<=2500000000 ns
19:35:52.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:52.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:52.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:52.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:52.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:52.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.908000000, lastModified=2020-12-01 19:35:51.982062000, delta=925938000 ns, racy<=2500000000 ns
19:35:52.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:52.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:52.911000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:52.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.911000000, lastModified=2020-12-01 19:35:51.982062000, delta=928938000 ns, racy<=2500000000 ns
19:35:53.133 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.911000000, lastModified=2020-12-01 19:35:51.982062000, delta=928938000 ns, racy<=2500000000 ns
19:35:53.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.134000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.134000000, lastModified=2020-12-01 19:35:51.982062000, delta=1151938000 ns, racy<=2500000000 ns
19:35:53.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:53.134000000, lastModified=2020-12-01 19:35:51.976062000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:53.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.134000000, lastModified=2020-12-01 19:35:51.982062000, delta=1151938000 ns, racy<=2500000000 ns
19:35:53.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.135000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.135000000, lastModified=2020-12-01 19:35:51.982062000, delta=1152938000 ns, racy<=2500000000 ns
19:35:53.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:53.134000000, lastModified=2020-12-01 19:35:51.976062000, delta=1157938000 ns, racy<=2502500 ns
19:35:53.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/HEAD, is unmodified
19:35:53.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.135000000, lastModified=2020-12-01 19:35:51.982062000, delta=1152938000 ns, racy<=2500000000 ns
19:35:53.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.136000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.136000000, lastModified=2020-12-01 19:35:51.982062000, delta=1153938000 ns, racy<=2500000000 ns
19:35:53.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:53.136000000, lastModified=2020-12-01 19:35:52.829051000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:53.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:53.137000000, lastModified=2020-12-01 19:35:52.829051000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:53.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:52.822000000, lastModified=2020-12-01 19:35:51.966062000, delta=855938000 ns, racy<=2502500 ns
19:35:53.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.138 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:52.822000000, lastModified=2020-12-01 19:35:51.966062000, delta=855938000 ns, racy<=2502500 ns
19:35:53.138 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:52.822000000, lastModified=2020-12-01 19:35:51.966062000, delta=855938000 ns, racy<=2502500 ns
19:35:53.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:52.822000000, lastModified=2020-12-01 19:35:51.966062000, delta=855938000 ns, racy<=2502500 ns
19:35:53.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.136000000, lastModified=2020-12-01 19:35:51.982062000, delta=1153938000 ns, racy<=2500000000 ns
19:35:53.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.143000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.144 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.143000000, lastModified=2020-12-01 19:35:51.982062000, delta=1160938000 ns, racy<=2500000000 ns
19:35:53.144 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:53.134000000, lastModified=2020-12-01 19:35:51.976062000, delta=1157938000 ns, racy<=2502500 ns
19:35:53.144 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/HEAD, is unmodified
19:35:53.144 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.144 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.144 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.144 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.144 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.144 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.143000000, lastModified=2020-12-01 19:35:51.982062000, delta=1160938000 ns, racy<=2500000000 ns
19:35:53.144 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.144 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.144000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.144000000, lastModified=2020-12-01 19:35:51.982062000, delta=1161938000 ns, racy<=2500000000 ns
19:35:53.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:53.134000000, lastModified=2020-12-01 19:35:51.976062000, delta=1157938000 ns, racy<=2502500 ns
19:35:53.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/HEAD, is unmodified
19:35:53.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.144000000, lastModified=2020-12-01 19:35:51.982062000, delta=1161938000 ns, racy<=2500000000 ns
19:35:53.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.145000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.145000000, lastModified=2020-12-01 19:35:51.982062000, delta=1162938000 ns, racy<=2500000000 ns
19:35:53.146 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit3855568821039302193/.git/refs/refs
19:35:53.146 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit3855568821039302193/.git/refs/tags/refs
19:35:53.146 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit3855568821039302193/.git/refs/heads/refs
19:35:53.147 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit3855568821039302193/.git/refs/remotes/refs
19:35:53.147 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.147 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.147 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.148 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.148 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.148 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.145000000, lastModified=2020-12-01 19:35:51.982062000, delta=1162938000 ns, racy<=2500000000 ns
19:35:53.148 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.148 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.148000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.148 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.148000000, lastModified=2020-12-01 19:35:51.982062000, delta=1165938000 ns, racy<=2500000000 ns
19:35:53.206 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.206 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.206 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.206 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.206 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.148000000, lastModified=2020-12-01 19:35:51.982062000, delta=1165938000 ns, racy<=2500000000 ns
19:35:53.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.207000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.207000000, lastModified=2020-12-01 19:35:51.982062000, delta=1224938000 ns, racy<=2500000000 ns
19:35:53.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.207000000, lastModified=2020-12-01 19:35:51.982062000, delta=1224938000 ns, racy<=2500000000 ns
19:35:53.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.207000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.207000000, lastModified=2020-12-01 19:35:51.982062000, delta=1224938000 ns, racy<=2500000000 ns
19:35:53.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.207000000, lastModified=2020-12-01 19:35:51.982062000, delta=1224938000 ns, racy<=2500000000 ns
19:35:53.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.208000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.208000000, lastModified=2020-12-01 19:35:51.982062000, delta=1225938000 ns, racy<=2500000000 ns
19:35:53.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.208000000, lastModified=2020-12-01 19:35:51.982062000, delta=1225938000 ns, racy<=2500000000 ns
19:35:53.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.208000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.208000000, lastModified=2020-12-01 19:35:51.982062000, delta=1225938000 ns, racy<=2500000000 ns
19:35:53.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.208000000, lastModified=2020-12-01 19:35:51.982062000, delta=1225938000 ns, racy<=2500000000 ns
19:35:53.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.209000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.209000000, lastModified=2020-12-01 19:35:51.982062000, delta=1226938000 ns, racy<=2500000000 ns
19:35:53.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:53.209000000, lastModified=2020-12-01 19:35:53.147046000, size=41, fileKey=(dev=300042,ino=27802041)
19:35:53.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.209000000, lastModified=2020-12-01 19:35:51.982062000, delta=1226938000 ns, racy<=2500000000 ns
19:35:53.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.211000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.211000000, lastModified=2020-12-01 19:35:51.982062000, delta=1228938000 ns, racy<=2500000000 ns
19:35:53.215 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.215000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.216000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.216000000, lastModified=2020-12-01 19:35:51.982062000, delta=1233938000 ns, racy<=2500000000 ns
19:35:53.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.216000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.216000000, lastModified=2020-12-01 19:35:51.982062000, delta=1233938000 ns, racy<=2500000000 ns
19:35:53.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:53.216000000, lastModified=2020-12-01 19:35:52.829051000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:53.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.216000000, lastModified=2020-12-01 19:35:51.982062000, delta=1233938000 ns, racy<=2500000000 ns
19:35:53.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.217000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.217000000, lastModified=2020-12-01 19:35:51.982062000, delta=1234938000 ns, racy<=2500000000 ns
19:35:53.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:53.217000000, lastModified=2020-12-01 19:35:52.829051000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:53.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:53.218000000, lastModified=2020-12-01 19:35:52.829051000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:53.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.217000000, lastModified=2020-12-01 19:35:51.982062000, delta=1234938000 ns, racy<=2500000000 ns
19:35:53.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.218000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.218000000, lastModified=2020-12-01 19:35:51.982062000, delta=1235938000 ns, racy<=2500000000 ns
19:35:53.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.219 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.219 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.219 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.218000000, lastModified=2020-12-01 19:35:51.982062000, delta=1235938000 ns, racy<=2500000000 ns
19:35:53.219 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.219 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.219000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.219 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.219000000, lastModified=2020-12-01 19:35:51.982062000, delta=1236938000 ns, racy<=2500000000 ns
19:35:53.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.219000000, lastModified=2020-12-01 19:35:51.982062000, delta=1236938000 ns, racy<=2500000000 ns
19:35:53.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.220000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.220000000, lastModified=2020-12-01 19:35:51.982062000, delta=1237938000 ns, racy<=2500000000 ns
19:35:53.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:53.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:53.221000000, lastModified=2020-12-01 19:35:51.966062000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:53.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.221000000, lastModified=2020-12-01 19:35:51.966062000, delta=1254938000 ns, racy<=2502500 ns
19:35:53.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.220000000, lastModified=2020-12-01 19:35:51.982062000, delta=1237938000 ns, racy<=2500000000 ns
19:35:53.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.221000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.221000000, lastModified=2020-12-01 19:35:51.982062000, delta=1238938000 ns, racy<=2500000000 ns
19:35:53.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.221000000, lastModified=2020-12-01 19:35:51.966062000, delta=1254938000 ns, racy<=2502500 ns
19:35:53.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.221000000, lastModified=2020-12-01 19:35:51.966062000, delta=1254938000 ns, racy<=2502500 ns
19:35:53.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:53.223000000, lastModified=2020-12-01 19:35:53.217046000, size=0, fileKey=(dev=300042,ino=27802045)
19:35:53.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.221000000, lastModified=2020-12-01 19:35:51.982062000, delta=1238938000 ns, racy<=2500000000 ns
19:35:53.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.223000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.223000000, lastModified=2020-12-01 19:35:51.982062000, delta=1240938000 ns, racy<=2500000000 ns
19:35:53.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:53.224000000, lastModified=2020-12-01 19:35:53.223045000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:53.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:53.224000000, lastModified=2020-12-01 19:35:53.223045000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:53.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.223000000, lastModified=2020-12-01 19:35:51.982062000, delta=1240938000 ns, racy<=2500000000 ns
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.225000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.225000000, lastModified=2020-12-01 19:35:51.982062000, delta=1242938000 ns, racy<=2500000000 ns
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.225000000, lastModified=2020-12-01 19:35:51.982062000, delta=1242938000 ns, racy<=2500000000 ns
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.225000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.225000000, lastModified=2020-12-01 19:35:51.982062000, delta=1242938000 ns, racy<=2500000000 ns
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.225000000, lastModified=2020-12-01 19:35:51.982062000, delta=1242938000 ns, racy<=2500000000 ns
19:35:53.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.226000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.226000000, lastModified=2020-12-01 19:35:51.982062000, delta=1243938000 ns, racy<=2500000000 ns
19:35:53.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.226000000, lastModified=2020-12-01 19:35:51.982062000, delta=1243938000 ns, racy<=2500000000 ns
19:35:53.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.226000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.226000000, lastModified=2020-12-01 19:35:51.982062000, delta=1243938000 ns, racy<=2500000000 ns
19:35:53.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:53.226000000, lastModified=2020-12-01 19:35:51.976062000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:53.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:53.226000000, lastModified=2020-12-01 19:35:53.147046000, size=41, fileKey=(dev=300042,ino=27802041)
19:35:53.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.226000000, lastModified=2020-12-01 19:35:51.982062000, delta=1243938000 ns, racy<=2500000000 ns
19:35:53.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.227000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.227000000, lastModified=2020-12-01 19:35:51.982062000, delta=1244938000 ns, racy<=2500000000 ns
19:35:53.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:53.226000000, lastModified=2020-12-01 19:35:51.976062000, delta=1249938000 ns, racy<=2502500 ns
19:35:53.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/HEAD, is unmodified
19:35:53.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:53.226000000, lastModified=2020-12-01 19:35:53.147046000, delta=78954000 ns, racy<=2502500 ns
19:35:53.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, is unmodified
19:35:53.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.221000000, lastModified=2020-12-01 19:35:51.966062000, delta=1254938000 ns, racy<=2502500 ns
19:35:53.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.227000000, lastModified=2020-12-01 19:35:51.982062000, delta=1244938000 ns, racy<=2500000000 ns
19:35:53.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.228000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.228000000, lastModified=2020-12-01 19:35:51.982062000, delta=1245938000 ns, racy<=2500000000 ns
19:35:53.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:53.228000000, lastModified=2020-12-01 19:35:53.223045000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:53.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:53.228000000, lastModified=2020-12-01 19:35:53.223045000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:53.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.221000000, lastModified=2020-12-01 19:35:51.966062000, delta=1254938000 ns, racy<=2502500 ns
19:35:53.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.221000000, lastModified=2020-12-01 19:35:51.966062000, delta=1254938000 ns, racy<=2502500 ns
19:35:53.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.221000000, lastModified=2020-12-01 19:35:51.966062000, delta=1254938000 ns, racy<=2502500 ns
19:35:53.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.221000000, lastModified=2020-12-01 19:35:51.966062000, delta=1254938000 ns, racy<=2502500 ns
19:35:53.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.228000000, lastModified=2020-12-01 19:35:51.982062000, delta=1245938000 ns, racy<=2500000000 ns
19:35:53.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.231000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.231000000, lastModified=2020-12-01 19:35:51.982062000, delta=1248938000 ns, racy<=2500000000 ns
19:35:53.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:53.226000000, lastModified=2020-12-01 19:35:51.976062000, delta=1249938000 ns, racy<=2502500 ns
19:35:53.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/HEAD, is unmodified
19:35:53.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:53.226000000, lastModified=2020-12-01 19:35:53.147046000, delta=78954000 ns, racy<=2502500 ns
19:35:53.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, is unmodified
19:35:53.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.231000000, lastModified=2020-12-01 19:35:51.982062000, delta=1248938000 ns, racy<=2500000000 ns
19:35:53.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.232000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.232000000, lastModified=2020-12-01 19:35:51.982062000, delta=1249938000 ns, racy<=2500000000 ns
19:35:53.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:53.226000000, lastModified=2020-12-01 19:35:53.147046000, delta=78954000 ns, racy<=2502500 ns
19:35:53.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, is unmodified
19:35:53.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.232000000, lastModified=2020-12-01 19:35:51.982062000, delta=1249938000 ns, racy<=2500000000 ns
19:35:53.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.232000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.232000000, lastModified=2020-12-01 19:35:51.982062000, delta=1249938000 ns, racy<=2500000000 ns
19:35:53.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.232000000, lastModified=2020-12-01 19:35:51.982062000, delta=1249938000 ns, racy<=2500000000 ns
19:35:53.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.233000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.233000000, lastModified=2020-12-01 19:35:51.982062000, delta=1250938000 ns, racy<=2500000000 ns
19:35:53.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.233000000, lastModified=2020-12-01 19:35:51.982062000, delta=1250938000 ns, racy<=2500000000 ns
19:35:53.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.234000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.234000000, lastModified=2020-12-01 19:35:51.982062000, delta=1251938000 ns, racy<=2500000000 ns
19:35:53.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.234000000, lastModified=2020-12-01 19:35:51.982062000, delta=1251938000 ns, racy<=2500000000 ns
19:35:53.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.234000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.234000000, lastModified=2020-12-01 19:35:51.982062000, delta=1251938000 ns, racy<=2500000000 ns
19:35:53.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.234000000, lastModified=2020-12-01 19:35:51.982062000, delta=1251938000 ns, racy<=2500000000 ns
19:35:53.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.235000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.235000000, lastModified=2020-12-01 19:35:51.982062000, delta=1252938000 ns, racy<=2500000000 ns
19:35:53.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.235000000, lastModified=2020-12-01 19:35:51.982062000, delta=1252938000 ns, racy<=2500000000 ns
19:35:53.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.235000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.235000000, lastModified=2020-12-01 19:35:51.982062000, delta=1252938000 ns, racy<=2500000000 ns
19:35:53.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:53.236000000, lastModified=2020-12-01 19:35:53.232045000, size=41, fileKey=(dev=300042,ino=27802052)
19:35:53.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.235000000, lastModified=2020-12-01 19:35:51.982062000, delta=1252938000 ns, racy<=2500000000 ns
19:35:53.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.236000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.236000000, lastModified=2020-12-01 19:35:51.982062000, delta=1253938000 ns, racy<=2500000000 ns
19:35:53.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:52.721000000, lastModified=2020-12-01 19:35:51.982062000, delta=738938000 ns, racy<=2500000000 ns
19:35:53.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.237000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.237000000, lastModified=2020-12-01 19:35:51.982062000, delta=1254938000 ns, racy<=2500000000 ns
19:35:53.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:53.237000000, lastModified=2020-12-01 19:35:53.232045000, size=41, fileKey=(dev=300042,ino=27802052)
19:35:53.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.237000000, lastModified=2020-12-01 19:35:51.982062000, delta=1254938000 ns, racy<=2500000000 ns
19:35:53.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.238000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.238000000, lastModified=2020-12-01 19:35:51.982062000, delta=1255938000 ns, racy<=2500000000 ns
19:35:53.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:53.237000000, lastModified=2020-12-01 19:35:53.232045000, delta=4955000 ns, racy<=2502500 ns
19:35:53.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, is unmodified
19:35:53.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.239000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.240 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.240 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.240 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.240 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.240 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.240 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.240000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.240 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.240000000, lastModified=2020-12-01 19:35:51.982062000, delta=1257938000 ns, racy<=2500000000 ns
19:35:53.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.241000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.241000000, lastModified=2020-12-01 19:35:51.982062000, delta=1258938000 ns, racy<=2500000000 ns
19:35:53.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:53.241000000, lastModified=2020-12-01 19:35:53.223045000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:53.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.241000000, lastModified=2020-12-01 19:35:51.982062000, delta=1258938000 ns, racy<=2500000000 ns
19:35:53.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.241000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.241000000, lastModified=2020-12-01 19:35:51.982062000, delta=1258938000 ns, racy<=2500000000 ns
19:35:53.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:53.242000000, lastModified=2020-12-01 19:35:53.223045000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:53.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:53.242000000, lastModified=2020-12-01 19:35:53.223045000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:53.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.241000000, lastModified=2020-12-01 19:35:51.982062000, delta=1258938000 ns, racy<=2500000000 ns
19:35:53.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.242000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.242000000, lastModified=2020-12-01 19:35:51.982062000, delta=1259938000 ns, racy<=2500000000 ns
19:35:53.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.242000000, lastModified=2020-12-01 19:35:51.982062000, delta=1259938000 ns, racy<=2500000000 ns
19:35:53.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.243000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.243000000, lastModified=2020-12-01 19:35:51.982062000, delta=1260938000 ns, racy<=2500000000 ns
19:35:53.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.243000000, lastModified=2020-12-01 19:35:51.982062000, delta=1260938000 ns, racy<=2500000000 ns
19:35:53.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.243000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.243000000, lastModified=2020-12-01 19:35:51.982062000, delta=1260938000 ns, racy<=2500000000 ns
19:35:53.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:53.244 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:53.243000000, lastModified=2020-12-01 19:35:51.966062000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:53.244 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.243000000, lastModified=2020-12-01 19:35:51.966062000, delta=1276938000 ns, racy<=2502500 ns
19:35:53.244 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.244 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.243000000, lastModified=2020-12-01 19:35:51.966062000, delta=1276938000 ns, racy<=2502500 ns
19:35:53.244 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.243000000, lastModified=2020-12-01 19:35:51.966062000, delta=1276938000 ns, racy<=2502500 ns
19:35:53.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:53.245000000, lastModified=2020-12-01 19:35:53.241045000, size=0, fileKey=(dev=300042,ino=27802034)
19:35:53.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.243000000, lastModified=2020-12-01 19:35:51.982062000, delta=1260938000 ns, racy<=2500000000 ns
19:35:53.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.245000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.245000000, lastModified=2020-12-01 19:35:51.982062000, delta=1262938000 ns, racy<=2500000000 ns
19:35:53.246 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:53.246000000, lastModified=2020-12-01 19:35:53.245045000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:53.246 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:53.246000000, lastModified=2020-12-01 19:35:53.245045000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:53.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.245000000, lastModified=2020-12-01 19:35:51.982062000, delta=1262938000 ns, racy<=2500000000 ns
19:35:53.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.307000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.307000000, lastModified=2020-12-01 19:35:51.982062000, delta=1324938000 ns, racy<=2500000000 ns
19:35:53.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.307000000, lastModified=2020-12-01 19:35:51.982062000, delta=1324938000 ns, racy<=2500000000 ns
19:35:53.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.307000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.307000000, lastModified=2020-12-01 19:35:51.982062000, delta=1324938000 ns, racy<=2500000000 ns
19:35:53.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.307000000, lastModified=2020-12-01 19:35:51.982062000, delta=1324938000 ns, racy<=2500000000 ns
19:35:53.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.308000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.308000000, lastModified=2020-12-01 19:35:51.982062000, delta=1325938000 ns, racy<=2500000000 ns
19:35:53.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.308000000, lastModified=2020-12-01 19:35:51.982062000, delta=1325938000 ns, racy<=2500000000 ns
19:35:53.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.308000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.308000000, lastModified=2020-12-01 19:35:51.982062000, delta=1325938000 ns, racy<=2500000000 ns
19:35:53.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:53.309000000, lastModified=2020-12-01 19:35:51.976062000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:53.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:53.309000000, lastModified=2020-12-01 19:35:53.232045000, size=41, fileKey=(dev=300042,ino=27802052)
19:35:53.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.308000000, lastModified=2020-12-01 19:35:51.982062000, delta=1325938000 ns, racy<=2500000000 ns
19:35:53.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.310000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.310000000, lastModified=2020-12-01 19:35:51.982062000, delta=1327938000 ns, racy<=2500000000 ns
19:35:53.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:53.309000000, lastModified=2020-12-01 19:35:51.976062000, delta=1332938000 ns, racy<=2502500 ns
19:35:53.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/HEAD, is unmodified
19:35:53.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:53.309000000, lastModified=2020-12-01 19:35:53.232045000, delta=76955000 ns, racy<=2502500 ns
19:35:53.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, is unmodified
19:35:53.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.243000000, lastModified=2020-12-01 19:35:51.966062000, delta=1276938000 ns, racy<=2502500 ns
19:35:53.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.310000000, lastModified=2020-12-01 19:35:51.982062000, delta=1327938000 ns, racy<=2500000000 ns
19:35:53.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.311000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.311000000, lastModified=2020-12-01 19:35:51.982062000, delta=1328938000 ns, racy<=2500000000 ns
19:35:53.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:53.311000000, lastModified=2020-12-01 19:35:53.245045000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:53.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:53.311000000, lastModified=2020-12-01 19:35:53.245045000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:53.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.243000000, lastModified=2020-12-01 19:35:51.966062000, delta=1276938000 ns, racy<=2502500 ns
19:35:53.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.243000000, lastModified=2020-12-01 19:35:51.966062000, delta=1276938000 ns, racy<=2502500 ns
19:35:53.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.243000000, lastModified=2020-12-01 19:35:51.966062000, delta=1276938000 ns, racy<=2502500 ns
19:35:53.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.243000000, lastModified=2020-12-01 19:35:51.966062000, delta=1276938000 ns, racy<=2502500 ns
19:35:53.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.311000000, lastModified=2020-12-01 19:35:51.982062000, delta=1328938000 ns, racy<=2500000000 ns
19:35:53.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.314000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.314000000, lastModified=2020-12-01 19:35:51.982062000, delta=1331938000 ns, racy<=2500000000 ns
19:35:53.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:53.309000000, lastModified=2020-12-01 19:35:51.976062000, delta=1332938000 ns, racy<=2502500 ns
19:35:53.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/HEAD, is unmodified
19:35:53.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:53.309000000, lastModified=2020-12-01 19:35:53.232045000, delta=76955000 ns, racy<=2502500 ns
19:35:53.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, is unmodified
19:35:53.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.314000000, lastModified=2020-12-01 19:35:51.982062000, delta=1331938000 ns, racy<=2500000000 ns
19:35:53.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.314000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.314000000, lastModified=2020-12-01 19:35:51.982062000, delta=1331938000 ns, racy<=2500000000 ns
19:35:53.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:53.309000000, lastModified=2020-12-01 19:35:53.232045000, delta=76955000 ns, racy<=2502500 ns
19:35:53.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, is unmodified
19:35:53.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.314000000, lastModified=2020-12-01 19:35:51.982062000, delta=1331938000 ns, racy<=2500000000 ns
19:35:53.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.315000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.315000000, lastModified=2020-12-01 19:35:51.982062000, delta=1332938000 ns, racy<=2500000000 ns
19:35:53.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.315000000, lastModified=2020-12-01 19:35:51.982062000, delta=1332938000 ns, racy<=2500000000 ns
19:35:53.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.316000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.316000000, lastModified=2020-12-01 19:35:51.982062000, delta=1333938000 ns, racy<=2500000000 ns
19:35:53.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.316000000, lastModified=2020-12-01 19:35:51.982062000, delta=1333938000 ns, racy<=2500000000 ns
19:35:53.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.316000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.316000000, lastModified=2020-12-01 19:35:51.982062000, delta=1333938000 ns, racy<=2500000000 ns
19:35:53.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.316000000, lastModified=2020-12-01 19:35:51.982062000, delta=1333938000 ns, racy<=2500000000 ns
19:35:53.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.317000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.317000000, lastModified=2020-12-01 19:35:51.982062000, delta=1334938000 ns, racy<=2500000000 ns
19:35:53.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.317000000, lastModified=2020-12-01 19:35:51.982062000, delta=1334938000 ns, racy<=2500000000 ns
19:35:53.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.317000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.317000000, lastModified=2020-12-01 19:35:51.982062000, delta=1334938000 ns, racy<=2500000000 ns
19:35:53.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.317000000, lastModified=2020-12-01 19:35:51.982062000, delta=1334938000 ns, racy<=2500000000 ns
19:35:53.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.318000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.318000000, lastModified=2020-12-01 19:35:51.982062000, delta=1335938000 ns, racy<=2500000000 ns
19:35:53.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:53.318000000, lastModified=2020-12-01 19:35:53.315044000, size=41, fileKey=(dev=300042,ino=27802059)
19:35:53.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.318000000, lastModified=2020-12-01 19:35:51.982062000, delta=1335938000 ns, racy<=2500000000 ns
19:35:53.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.319000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.319000000, lastModified=2020-12-01 19:35:51.982062000, delta=1336938000 ns, racy<=2500000000 ns
19:35:53.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.238000000, lastModified=2020-12-01 19:35:51.982062000, delta=1255938000 ns, racy<=2500000000 ns
19:35:53.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.319000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.319000000, lastModified=2020-12-01 19:35:51.982062000, delta=1336938000 ns, racy<=2500000000 ns
19:35:53.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, FileKey changed from (dev=300042,ino=27802052) to (dev=300042,ino=27802059)
19:35:53.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:53.320000000, lastModified=2020-12-01 19:35:53.315044000, size=41, fileKey=(dev=300042,ino=27802059)
19:35:53.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.319000000, lastModified=2020-12-01 19:35:51.982062000, delta=1336938000 ns, racy<=2500000000 ns
19:35:53.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.320000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.320000000, lastModified=2020-12-01 19:35:51.982062000, delta=1337938000 ns, racy<=2500000000 ns
19:35:53.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:53.320000000, lastModified=2020-12-01 19:35:53.315044000, delta=4956000 ns, racy<=2502500 ns
19:35:53.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/refs/heads/master, is unmodified
19:35:53.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.320000000, lastModified=2020-12-01 19:35:51.982062000, delta=1337938000 ns, racy<=2500000000 ns
19:35:53.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.321000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.321000000, lastModified=2020-12-01 19:35:51.982062000, delta=1338938000 ns, racy<=2500000000 ns
19:35:53.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:53.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:53.321000000, lastModified=2020-12-01 19:35:51.966062000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:53.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.321000000, lastModified=2020-12-01 19:35:51.966062000, delta=1354938000 ns, racy<=2502500 ns
19:35:53.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.321000000, lastModified=2020-12-01 19:35:51.982062000, delta=1338938000 ns, racy<=2500000000 ns
19:35:53.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.322000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.322000000, lastModified=2020-12-01 19:35:51.982062000, delta=1339938000 ns, racy<=2500000000 ns
19:35:53.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.321000000, lastModified=2020-12-01 19:35:51.966062000, delta=1354938000 ns, racy<=2502500 ns
19:35:53.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.321000000, lastModified=2020-12-01 19:35:51.966062000, delta=1354938000 ns, racy<=2502500 ns
19:35:53.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.325000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.326000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.326000000, lastModified=2020-12-01 19:35:51.982062000, delta=1343938000 ns, racy<=2500000000 ns
19:35:53.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.326000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.326000000, lastModified=2020-12-01 19:35:51.982062000, delta=1343938000 ns, racy<=2500000000 ns
19:35:53.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:53.326000000, lastModified=2020-12-01 19:35:53.245045000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:53.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:53.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:53.327000000, lastModified=2020-12-01 19:35:51.966062000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:53.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.327000000, lastModified=2020-12-01 19:35:51.966062000, delta=1360938000 ns, racy<=2502500 ns
19:35:53.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.328 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.327000000, lastModified=2020-12-01 19:35:51.966062000, delta=1360938000 ns, racy<=2502500 ns
19:35:53.328 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.328 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.327000000, lastModified=2020-12-01 19:35:51.966062000, delta=1360938000 ns, racy<=2502500 ns
19:35:53.328 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:53.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:53.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:53.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:53.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:53.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.322000000, lastModified=2020-12-01 19:35:51.982062000, delta=1339938000 ns, racy<=2500000000 ns
19:35:53.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, is racily clean
19:35:53.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:53.333000000, lastModified=2020-12-01 19:35:51.982062000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:53.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/config, isRacyClean=true, read=2020-12-01 19:35:53.333000000, lastModified=2020-12-01 19:35:51.982062000, delta=1350938000 ns, racy<=2500000000 ns
19:35:53.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.321000000, lastModified=2020-12-01 19:35:51.966062000, delta=1354938000 ns, racy<=2502500 ns
19:35:53.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:53.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:53.321000000, lastModified=2020-12-01 19:35:51.966062000, delta=1354938000 ns, racy<=2502500 ns
19:35:53.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3855568821039302193/.git/objects/pack, is unmodified
19:35:54.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=false, read=2020-12-01 19:35:54.210000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851354210000000 ns, racy<=2500000000 ns
19:35:54.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is unmodified
19:35:54.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=false, read=2020-12-01 19:35:54.210000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851354210000000 ns, racy<=2500000000 ns
19:35:54.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is unmodified
19:35:54.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=false, read=2020-12-01 19:35:54.210000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851354210000000 ns, racy<=2500000000 ns
19:35:54.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is unmodified
19:35:54.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=false, read=2020-12-01 19:35:54.210000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851354210000000 ns, racy<=2500000000 ns
19:35:54.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is unmodified
19:35:54.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=false, read=2020-12-01 19:35:54.210000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851354210000000 ns, racy<=2500000000 ns
19:35:54.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is unmodified
19:35:54.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=false, read=2020-12-01 19:35:54.210000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851354210000000 ns, racy<=2500000000 ns
19:35:54.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is unmodified
19:35:54.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=false, read=2020-12-01 19:35:54.210000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851354210000000 ns, racy<=2500000000 ns
19:35:54.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is unmodified
19:35:54.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=false, read=2020-12-01 19:35:54.210000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851354210000000 ns, racy<=2500000000 ns
19:35:54.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is unmodified
19:35:54.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=false, read=2020-12-01 19:35:54.210000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851354210000000 ns, racy<=2500000000 ns
19:35:54.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is unmodified
19:35:54.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.221000000, lastModified=2020-12-01 19:35:54.220032000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:54.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.222000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.222000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.223000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.223000000, lastModified=2020-12-01 19:35:54.221032000, delta=1968000 ns, racy<=2500000000 ns
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.223000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.223000000, lastModified=2020-12-01 19:35:54.221032000, delta=1968000 ns, racy<=2500000000 ns
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.223000000, lastModified=2020-12-01 19:35:54.221032000, delta=1968000 ns, racy<=2500000000 ns
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.223000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.223000000, lastModified=2020-12-01 19:35:54.221032000, delta=1968000 ns, racy<=2500000000 ns
19:35:54.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:54.223000000, lastModified=2020-12-01 19:35:54.220032000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:54.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.224000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.225000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.225000000, lastModified=2020-12-01 19:35:54.221032000, delta=3968000 ns, racy<=2500000000 ns
19:35:54.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.225000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.225000000, lastModified=2020-12-01 19:35:54.221032000, delta=3968000 ns, racy<=2500000000 ns
19:35:54.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.225000000, lastModified=2020-12-01 19:35:54.221032000, delta=3968000 ns, racy<=2500000000 ns
19:35:54.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.226000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.226000000, lastModified=2020-12-01 19:35:54.221032000, delta=4968000 ns, racy<=2500000000 ns
19:35:54.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.226000000, lastModified=2020-12-01 19:35:54.221032000, delta=4968000 ns, racy<=2500000000 ns
19:35:54.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.226000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.226 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.226000000, lastModified=2020-12-01 19:35:54.221032000, delta=4968000 ns, racy<=2500000000 ns
19:35:54.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.226000000, lastModified=2020-12-01 19:35:54.221032000, delta=4968000 ns, racy<=2500000000 ns
19:35:54.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.227000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.227000000, lastModified=2020-12-01 19:35:54.221032000, delta=5968000 ns, racy<=2500000000 ns
19:35:54.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.227000000, lastModified=2020-12-01 19:35:54.221032000, delta=5968000 ns, racy<=2500000000 ns
19:35:54.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.228000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.228000000, lastModified=2020-12-01 19:35:54.221032000, delta=6968000 ns, racy<=2500000000 ns
19:35:54.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.228000000, lastModified=2020-12-01 19:35:54.221032000, delta=6968000 ns, racy<=2500000000 ns
19:35:54.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.228000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.228000000, lastModified=2020-12-01 19:35:54.221032000, delta=6968000 ns, racy<=2500000000 ns
19:35:54.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:54.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:54.228000000, lastModified=2020-12-01 19:35:54.216032000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:54.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.228000000, lastModified=2020-12-01 19:35:54.216032000, delta=11968000 ns, racy<=2502500 ns
19:35:54.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.228000000, lastModified=2020-12-01 19:35:54.216032000, delta=11968000 ns, racy<=2502500 ns
19:35:54.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.230000000, lastModified=2020-12-01 19:35:54.226032000, size=0, fileKey=(dev=300042,ino=27802026)
19:35:54.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.228000000, lastModified=2020-12-01 19:35:54.221032000, delta=6968000 ns, racy<=2500000000 ns
19:35:54.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.231000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.231000000, lastModified=2020-12-01 19:35:54.221032000, delta=9968000 ns, racy<=2500000000 ns
19:35:54.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.231000000, lastModified=2020-12-01 19:35:54.231032000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:54.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.231000000, lastModified=2020-12-01 19:35:54.231032000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:54.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.231000000, lastModified=2020-12-01 19:35:54.221032000, delta=9968000 ns, racy<=2500000000 ns
19:35:54.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.232000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.232000000, lastModified=2020-12-01 19:35:54.221032000, delta=10968000 ns, racy<=2500000000 ns
19:35:54.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.232000000, lastModified=2020-12-01 19:35:54.231032000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:54.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.232000000, lastModified=2020-12-01 19:35:54.231032000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:54.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.232000000, lastModified=2020-12-01 19:35:54.232032000, size=0, fileKey=(dev=300042,ino=27802031)
19:35:54.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.232000000, lastModified=2020-12-01 19:35:54.221032000, delta=10968000 ns, racy<=2500000000 ns
19:35:54.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.233000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.233000000, lastModified=2020-12-01 19:35:54.221032000, delta=11968000 ns, racy<=2500000000 ns
19:35:54.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.233000000, lastModified=2020-12-01 19:35:54.233032000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:54.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.233000000, lastModified=2020-12-01 19:35:54.221032000, delta=11968000 ns, racy<=2500000000 ns
19:35:54.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.518000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.518000000, lastModified=2020-12-01 19:35:54.221032000, delta=296968000 ns, racy<=2500000000 ns
19:35:54.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.518000000, lastModified=2020-12-01 19:35:54.221032000, delta=296968000 ns, racy<=2500000000 ns
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.519000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.519000000, lastModified=2020-12-01 19:35:54.221032000, delta=297968000 ns, racy<=2500000000 ns
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.519000000, lastModified=2020-12-01 19:35:54.221032000, delta=297968000 ns, racy<=2500000000 ns
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.519000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.519000000, lastModified=2020-12-01 19:35:54.221032000, delta=297968000 ns, racy<=2500000000 ns
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.519000000, lastModified=2020-12-01 19:35:54.221032000, delta=297968000 ns, racy<=2500000000 ns
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.519000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.519000000, lastModified=2020-12-01 19:35:54.221032000, delta=297968000 ns, racy<=2500000000 ns
19:35:54.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:54.519000000, lastModified=2020-12-01 19:35:54.220032000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:54.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.519000000, lastModified=2020-12-01 19:35:54.221032000, delta=297968000 ns, racy<=2500000000 ns
19:35:54.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.520000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.520000000, lastModified=2020-12-01 19:35:54.221032000, delta=298968000 ns, racy<=2500000000 ns
19:35:54.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.519000000, lastModified=2020-12-01 19:35:54.220032000, delta=298968000 ns, racy<=2502500 ns
19:35:54.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, is unmodified
19:35:54.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.520000000, lastModified=2020-12-01 19:35:54.221032000, delta=298968000 ns, racy<=2500000000 ns
19:35:54.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.521000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.521000000, lastModified=2020-12-01 19:35:54.221032000, delta=299968000 ns, racy<=2500000000 ns
19:35:54.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.521000000, lastModified=2020-12-01 19:35:54.233032000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:54.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.521000000, lastModified=2020-12-01 19:35:54.233032000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:54.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.228000000, lastModified=2020-12-01 19:35:54.216032000, delta=11968000 ns, racy<=2502500 ns
19:35:54.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.228000000, lastModified=2020-12-01 19:35:54.216032000, delta=11968000 ns, racy<=2502500 ns
19:35:54.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.228000000, lastModified=2020-12-01 19:35:54.216032000, delta=11968000 ns, racy<=2502500 ns
19:35:54.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.228000000, lastModified=2020-12-01 19:35:54.216032000, delta=11968000 ns, racy<=2502500 ns
19:35:54.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.521000000, lastModified=2020-12-01 19:35:54.221032000, delta=299968000 ns, racy<=2500000000 ns
19:35:54.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.523000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.523000000, lastModified=2020-12-01 19:35:54.221032000, delta=301968000 ns, racy<=2500000000 ns
19:35:54.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.519000000, lastModified=2020-12-01 19:35:54.220032000, delta=298968000 ns, racy<=2502500 ns
19:35:54.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, is unmodified
19:35:54.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.523000000, lastModified=2020-12-01 19:35:54.221032000, delta=301968000 ns, racy<=2500000000 ns
19:35:54.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.524000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.524000000, lastModified=2020-12-01 19:35:54.221032000, delta=302968000 ns, racy<=2500000000 ns
19:35:54.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.519000000, lastModified=2020-12-01 19:35:54.220032000, delta=298968000 ns, racy<=2502500 ns
19:35:54.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, is unmodified
19:35:54.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.524000000, lastModified=2020-12-01 19:35:54.221032000, delta=302968000 ns, racy<=2500000000 ns
19:35:54.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.524000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.524000000, lastModified=2020-12-01 19:35:54.221032000, delta=302968000 ns, racy<=2500000000 ns
19:35:54.525 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit8200270872712484529/.git/refs/refs
19:35:54.525 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit8200270872712484529/.git/refs/tags/refs
19:35:54.525 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit8200270872712484529/.git/refs/heads/refs
19:35:54.525 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit8200270872712484529/.git/refs/remotes/refs
19:35:54.526 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.526 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.526 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.526 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.526 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.526 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.524000000, lastModified=2020-12-01 19:35:54.221032000, delta=302968000 ns, racy<=2500000000 ns
19:35:54.526 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.526 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.526000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.526 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.526000000, lastModified=2020-12-01 19:35:54.221032000, delta=304968000 ns, racy<=2500000000 ns
19:35:54.526 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.526 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.526 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.526 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.526 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.526 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.526000000, lastModified=2020-12-01 19:35:54.221032000, delta=304968000 ns, racy<=2500000000 ns
19:35:54.526 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.526 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.526000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.526 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.526000000, lastModified=2020-12-01 19:35:54.221032000, delta=304968000 ns, racy<=2500000000 ns
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.526000000, lastModified=2020-12-01 19:35:54.221032000, delta=304968000 ns, racy<=2500000000 ns
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.527000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.527000000, lastModified=2020-12-01 19:35:54.221032000, delta=305968000 ns, racy<=2500000000 ns
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.527000000, lastModified=2020-12-01 19:35:54.221032000, delta=305968000 ns, racy<=2500000000 ns
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.527000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.527000000, lastModified=2020-12-01 19:35:54.221032000, delta=305968000 ns, racy<=2500000000 ns
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.527 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.527000000, lastModified=2020-12-01 19:35:54.221032000, delta=305968000 ns, racy<=2500000000 ns
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.528000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.528000000, lastModified=2020-12-01 19:35:54.221032000, delta=306968000 ns, racy<=2500000000 ns
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.528000000, lastModified=2020-12-01 19:35:54.221032000, delta=306968000 ns, racy<=2500000000 ns
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.528000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.528000000, lastModified=2020-12-01 19:35:54.221032000, delta=306968000 ns, racy<=2500000000 ns
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.528000000, lastModified=2020-12-01 19:35:54.526028000, size=41, fileKey=(dev=300042,ino=27802041)
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.528000000, lastModified=2020-12-01 19:35:54.221032000, delta=306968000 ns, racy<=2500000000 ns
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.528 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.528000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.529 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.528000000, lastModified=2020-12-01 19:35:54.221032000, delta=306968000 ns, racy<=2500000000 ns
19:35:54.530 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.530000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.530 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.530 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.530 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.530 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.530 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.530 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.530000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.530 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.530 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.530 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.530 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.530 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.530 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.530000000, lastModified=2020-12-01 19:35:54.221032000, delta=308968000 ns, racy<=2500000000 ns
19:35:54.530 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.530 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.530000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.530 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.530000000, lastModified=2020-12-01 19:35:54.221032000, delta=308968000 ns, racy<=2500000000 ns
19:35:54.530 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.530000000, lastModified=2020-12-01 19:35:54.233032000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.530000000, lastModified=2020-12-01 19:35:54.221032000, delta=308968000 ns, racy<=2500000000 ns
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.531000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.531000000, lastModified=2020-12-01 19:35:54.221032000, delta=309968000 ns, racy<=2500000000 ns
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.531000000, lastModified=2020-12-01 19:35:54.233032000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.531000000, lastModified=2020-12-01 19:35:54.233032000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.531000000, lastModified=2020-12-01 19:35:54.221032000, delta=309968000 ns, racy<=2500000000 ns
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.531000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.531000000, lastModified=2020-12-01 19:35:54.221032000, delta=309968000 ns, racy<=2500000000 ns
19:35:54.531 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.532 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.532 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.532 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.532 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.532 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.531000000, lastModified=2020-12-01 19:35:54.221032000, delta=309968000 ns, racy<=2500000000 ns
19:35:54.532 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.532 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.532000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.532 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.532000000, lastModified=2020-12-01 19:35:54.221032000, delta=310968000 ns, racy<=2500000000 ns
19:35:54.532 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.532 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.532 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.532 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.532 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.532 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.532000000, lastModified=2020-12-01 19:35:54.221032000, delta=310968000 ns, racy<=2500000000 ns
19:35:54.532 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.532 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.532000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.533 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.532000000, lastModified=2020-12-01 19:35:54.221032000, delta=310968000 ns, racy<=2500000000 ns
19:35:54.533 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:54.533 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:54.533000000, lastModified=2020-12-01 19:35:54.216032000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:54.533 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.533000000, lastModified=2020-12-01 19:35:54.216032000, delta=316968000 ns, racy<=2502500 ns
19:35:54.533 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.533 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.533 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.533 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.533 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.533 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.533 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.532000000, lastModified=2020-12-01 19:35:54.221032000, delta=310968000 ns, racy<=2500000000 ns
19:35:54.533 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.533 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.533000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.533 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.533000000, lastModified=2020-12-01 19:35:54.221032000, delta=311968000 ns, racy<=2500000000 ns
19:35:54.534 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.533000000, lastModified=2020-12-01 19:35:54.216032000, delta=316968000 ns, racy<=2502500 ns
19:35:54.534 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.534 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.533000000, lastModified=2020-12-01 19:35:54.216032000, delta=316968000 ns, racy<=2502500 ns
19:35:54.534 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.534 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.534000000, lastModified=2020-12-01 19:35:54.531028000, size=0, fileKey=(dev=300042,ino=27802045)
19:35:54.534 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.534 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.534 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.534 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.535 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.535 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.533000000, lastModified=2020-12-01 19:35:54.221032000, delta=311968000 ns, racy<=2500000000 ns
19:35:54.535 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.535 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.535000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.535 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.535000000, lastModified=2020-12-01 19:35:54.221032000, delta=313968000 ns, racy<=2500000000 ns
19:35:54.535 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.535000000, lastModified=2020-12-01 19:35:54.534028000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:54.535 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.535000000, lastModified=2020-12-01 19:35:54.534028000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:54.535 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.535 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.535 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.535 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.535 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.535 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.535000000, lastModified=2020-12-01 19:35:54.221032000, delta=313968000 ns, racy<=2500000000 ns
19:35:54.535 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.535 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.535000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.535 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.535000000, lastModified=2020-12-01 19:35:54.221032000, delta=313968000 ns, racy<=2500000000 ns
19:35:54.535 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.535 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.535 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.535000000, lastModified=2020-12-01 19:35:54.221032000, delta=313968000 ns, racy<=2500000000 ns
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.536000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.536000000, lastModified=2020-12-01 19:35:54.221032000, delta=314968000 ns, racy<=2500000000 ns
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.536000000, lastModified=2020-12-01 19:35:54.221032000, delta=314968000 ns, racy<=2500000000 ns
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.536000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.536000000, lastModified=2020-12-01 19:35:54.221032000, delta=314968000 ns, racy<=2500000000 ns
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.536000000, lastModified=2020-12-01 19:35:54.221032000, delta=314968000 ns, racy<=2500000000 ns
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.536000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.536000000, lastModified=2020-12-01 19:35:54.221032000, delta=314968000 ns, racy<=2500000000 ns
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:54.536000000, lastModified=2020-12-01 19:35:54.220032000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:54.536000000, lastModified=2020-12-01 19:35:54.526028000, size=41, fileKey=(dev=300042,ino=27802041)
19:35:54.536 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.536000000, lastModified=2020-12-01 19:35:54.221032000, delta=314968000 ns, racy<=2500000000 ns
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.537000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.537000000, lastModified=2020-12-01 19:35:54.221032000, delta=315968000 ns, racy<=2500000000 ns
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.536000000, lastModified=2020-12-01 19:35:54.220032000, delta=315968000 ns, racy<=2502500 ns
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, is unmodified
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.536000000, lastModified=2020-12-01 19:35:54.526028000, delta=9972000 ns, racy<=2502500 ns
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, is unmodified
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.533000000, lastModified=2020-12-01 19:35:54.216032000, delta=316968000 ns, racy<=2502500 ns
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.537000000, lastModified=2020-12-01 19:35:54.221032000, delta=315968000 ns, racy<=2500000000 ns
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.537 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.537000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.538 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.537000000, lastModified=2020-12-01 19:35:54.221032000, delta=315968000 ns, racy<=2500000000 ns
19:35:54.538 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.538000000, lastModified=2020-12-01 19:35:54.534028000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:54.538 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.538000000, lastModified=2020-12-01 19:35:54.534028000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:54.538 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.533000000, lastModified=2020-12-01 19:35:54.216032000, delta=316968000 ns, racy<=2502500 ns
19:35:54.538 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.538 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.533000000, lastModified=2020-12-01 19:35:54.216032000, delta=316968000 ns, racy<=2502500 ns
19:35:54.538 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.539 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.533000000, lastModified=2020-12-01 19:35:54.216032000, delta=316968000 ns, racy<=2502500 ns
19:35:54.539 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.539 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.533000000, lastModified=2020-12-01 19:35:54.216032000, delta=316968000 ns, racy<=2502500 ns
19:35:54.539 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.539 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.539 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.539 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.537000000, lastModified=2020-12-01 19:35:54.221032000, delta=315968000 ns, racy<=2500000000 ns
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.540000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.540000000, lastModified=2020-12-01 19:35:54.221032000, delta=318968000 ns, racy<=2500000000 ns
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.536000000, lastModified=2020-12-01 19:35:54.220032000, delta=315968000 ns, racy<=2502500 ns
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, is unmodified
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.536000000, lastModified=2020-12-01 19:35:54.526028000, delta=9972000 ns, racy<=2502500 ns
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, is unmodified
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.540000000, lastModified=2020-12-01 19:35:54.221032000, delta=318968000 ns, racy<=2500000000 ns
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.540000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.540000000, lastModified=2020-12-01 19:35:54.221032000, delta=318968000 ns, racy<=2500000000 ns
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.536000000, lastModified=2020-12-01 19:35:54.526028000, delta=9972000 ns, racy<=2502500 ns
19:35:54.540 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, is unmodified
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.540000000, lastModified=2020-12-01 19:35:54.221032000, delta=318968000 ns, racy<=2500000000 ns
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.541000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.541000000, lastModified=2020-12-01 19:35:54.221032000, delta=319968000 ns, racy<=2500000000 ns
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.541000000, lastModified=2020-12-01 19:35:54.221032000, delta=319968000 ns, racy<=2500000000 ns
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.541000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.541000000, lastModified=2020-12-01 19:35:54.221032000, delta=319968000 ns, racy<=2500000000 ns
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.541000000, lastModified=2020-12-01 19:35:54.221032000, delta=319968000 ns, racy<=2500000000 ns
19:35:54.541 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.542 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.541000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.542 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.541000000, lastModified=2020-12-01 19:35:54.221032000, delta=319968000 ns, racy<=2500000000 ns
19:35:54.542 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.542 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.542 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.542 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.542 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.542 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.541000000, lastModified=2020-12-01 19:35:54.221032000, delta=319968000 ns, racy<=2500000000 ns
19:35:54.542 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.542 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.542000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.542 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.542000000, lastModified=2020-12-01 19:35:54.221032000, delta=320968000 ns, racy<=2500000000 ns
19:35:54.543 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.543 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.543 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.543 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.543 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.543 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.542000000, lastModified=2020-12-01 19:35:54.221032000, delta=320968000 ns, racy<=2500000000 ns
19:35:54.543 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.543 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.543000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.543 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.543000000, lastModified=2020-12-01 19:35:54.221032000, delta=321968000 ns, racy<=2500000000 ns
19:35:54.543 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.543 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.543 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.543 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.543 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.543 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.543000000, lastModified=2020-12-01 19:35:54.221032000, delta=321968000 ns, racy<=2500000000 ns
19:35:54.543 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.543 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.543000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.543 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.543000000, lastModified=2020-12-01 19:35:54.221032000, delta=321968000 ns, racy<=2500000000 ns
19:35:54.543 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.543000000, lastModified=2020-12-01 19:35:54.540028000, size=41, fileKey=(dev=300042,ino=27802052)
19:35:54.559 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.559 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.559 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.559 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.559 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.559 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.543000000, lastModified=2020-12-01 19:35:54.221032000, delta=321968000 ns, racy<=2500000000 ns
19:35:54.559 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.559 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.559000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.559 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.559000000, lastModified=2020-12-01 19:35:54.221032000, delta=337968000 ns, racy<=2500000000 ns
19:35:54.562 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.562000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.562 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.562 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.562 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.562 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.562 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.563 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.562000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.563 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.563 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.563 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.563 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.563 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.563 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.562000000, lastModified=2020-12-01 19:35:54.221032000, delta=340968000 ns, racy<=2500000000 ns
19:35:54.563 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.563 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.563000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.563 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.563000000, lastModified=2020-12-01 19:35:54.221032000, delta=341968000 ns, racy<=2500000000 ns
19:35:54.563 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.563000000, lastModified=2020-12-01 19:35:54.534028000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:54.563 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.563 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.563 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.563 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.563 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.563 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.563000000, lastModified=2020-12-01 19:35:54.221032000, delta=341968000 ns, racy<=2500000000 ns
19:35:54.563 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.564 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.563000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.564 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.563000000, lastModified=2020-12-01 19:35:54.221032000, delta=341968000 ns, racy<=2500000000 ns
19:35:54.564 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.564000000, lastModified=2020-12-01 19:35:54.534028000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:54.564 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.564000000, lastModified=2020-12-01 19:35:54.534028000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:54.564 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.564 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.564 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.564 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.564 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.564 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.563000000, lastModified=2020-12-01 19:35:54.221032000, delta=341968000 ns, racy<=2500000000 ns
19:35:54.564 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.564 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.564000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.564 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.564000000, lastModified=2020-12-01 19:35:54.221032000, delta=342968000 ns, racy<=2500000000 ns
19:35:54.564 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.565 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.565 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.565 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.565 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.565 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.564000000, lastModified=2020-12-01 19:35:54.221032000, delta=342968000 ns, racy<=2500000000 ns
19:35:54.565 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.565 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.565000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.565 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.565000000, lastModified=2020-12-01 19:35:54.221032000, delta=343968000 ns, racy<=2500000000 ns
19:35:54.565 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.565 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.565 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.565 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.565 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.565 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.565000000, lastModified=2020-12-01 19:35:54.221032000, delta=343968000 ns, racy<=2500000000 ns
19:35:54.565 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.565 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.565000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.565 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.565000000, lastModified=2020-12-01 19:35:54.221032000, delta=343968000 ns, racy<=2500000000 ns
19:35:54.566 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:54.566 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:54.566000000, lastModified=2020-12-01 19:35:54.216032000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:54.566 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.566000000, lastModified=2020-12-01 19:35:54.216032000, delta=349968000 ns, racy<=2502500 ns
19:35:54.566 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.566 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.566000000, lastModified=2020-12-01 19:35:54.216032000, delta=349968000 ns, racy<=2502500 ns
19:35:54.566 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.567 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.566000000, lastModified=2020-12-01 19:35:54.216032000, delta=349968000 ns, racy<=2502500 ns
19:35:54.567 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.567 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.567000000, lastModified=2020-12-01 19:35:54.563028000, size=0, fileKey=(dev=300042,ino=27802034)
19:35:54.567 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.567 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.567 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.567 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.567 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.567 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.565000000, lastModified=2020-12-01 19:35:54.221032000, delta=343968000 ns, racy<=2500000000 ns
19:35:54.567 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.567 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.567000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.567 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.567000000, lastModified=2020-12-01 19:35:54.221032000, delta=345968000 ns, racy<=2500000000 ns
19:35:54.567 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.567000000, lastModified=2020-12-01 19:35:54.567028000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:54.567 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.567000000, lastModified=2020-12-01 19:35:54.567028000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.567000000, lastModified=2020-12-01 19:35:54.221032000, delta=345968000 ns, racy<=2500000000 ns
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.568000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.568000000, lastModified=2020-12-01 19:35:54.221032000, delta=346968000 ns, racy<=2500000000 ns
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.568000000, lastModified=2020-12-01 19:35:54.221032000, delta=346968000 ns, racy<=2500000000 ns
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.568000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.568000000, lastModified=2020-12-01 19:35:54.221032000, delta=346968000 ns, racy<=2500000000 ns
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.568000000, lastModified=2020-12-01 19:35:54.221032000, delta=346968000 ns, racy<=2500000000 ns
19:35:54.568 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.568000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.568000000, lastModified=2020-12-01 19:35:54.221032000, delta=346968000 ns, racy<=2500000000 ns
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.568000000, lastModified=2020-12-01 19:35:54.221032000, delta=346968000 ns, racy<=2500000000 ns
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.569000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.569000000, lastModified=2020-12-01 19:35:54.221032000, delta=347968000 ns, racy<=2500000000 ns
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:54.569000000, lastModified=2020-12-01 19:35:54.220032000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:54.569000000, lastModified=2020-12-01 19:35:54.540028000, size=41, fileKey=(dev=300042,ino=27802052)
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.569000000, lastModified=2020-12-01 19:35:54.221032000, delta=347968000 ns, racy<=2500000000 ns
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.569 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.569000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.570 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.569000000, lastModified=2020-12-01 19:35:54.221032000, delta=347968000 ns, racy<=2500000000 ns
19:35:54.570 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.569000000, lastModified=2020-12-01 19:35:54.220032000, delta=348968000 ns, racy<=2502500 ns
19:35:54.570 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, is unmodified
19:35:54.570 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.569000000, lastModified=2020-12-01 19:35:54.540028000, delta=28972000 ns, racy<=2502500 ns
19:35:54.570 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, is unmodified
19:35:54.570 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.566000000, lastModified=2020-12-01 19:35:54.216032000, delta=349968000 ns, racy<=2502500 ns
19:35:54.570 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.570 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.570 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.570 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.570 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.570 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.570 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.569000000, lastModified=2020-12-01 19:35:54.221032000, delta=347968000 ns, racy<=2500000000 ns
19:35:54.570 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.570 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.570000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.570 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.570000000, lastModified=2020-12-01 19:35:54.221032000, delta=348968000 ns, racy<=2500000000 ns
19:35:54.571 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.571000000, lastModified=2020-12-01 19:35:54.567028000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:54.571 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.571000000, lastModified=2020-12-01 19:35:54.567028000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:54.571 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.566000000, lastModified=2020-12-01 19:35:54.216032000, delta=349968000 ns, racy<=2502500 ns
19:35:54.571 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.571 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.566000000, lastModified=2020-12-01 19:35:54.216032000, delta=349968000 ns, racy<=2502500 ns
19:35:54.571 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.572 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.566000000, lastModified=2020-12-01 19:35:54.216032000, delta=349968000 ns, racy<=2502500 ns
19:35:54.572 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.572 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.566000000, lastModified=2020-12-01 19:35:54.216032000, delta=349968000 ns, racy<=2502500 ns
19:35:54.572 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.572 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.570000000, lastModified=2020-12-01 19:35:54.221032000, delta=348968000 ns, racy<=2500000000 ns
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.573000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.573000000, lastModified=2020-12-01 19:35:54.221032000, delta=351968000 ns, racy<=2500000000 ns
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.569000000, lastModified=2020-12-01 19:35:54.220032000, delta=348968000 ns, racy<=2502500 ns
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, is unmodified
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.569000000, lastModified=2020-12-01 19:35:54.540028000, delta=28972000 ns, racy<=2502500 ns
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, is unmodified
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.573000000, lastModified=2020-12-01 19:35:54.221032000, delta=351968000 ns, racy<=2500000000 ns
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.573 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.573000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.573000000, lastModified=2020-12-01 19:35:54.221032000, delta=351968000 ns, racy<=2500000000 ns
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.569000000, lastModified=2020-12-01 19:35:54.540028000, delta=28972000 ns, racy<=2502500 ns
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, is unmodified
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.573000000, lastModified=2020-12-01 19:35:54.221032000, delta=351968000 ns, racy<=2500000000 ns
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.574000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.574000000, lastModified=2020-12-01 19:35:54.221032000, delta=352968000 ns, racy<=2500000000 ns
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.574000000, lastModified=2020-12-01 19:35:54.221032000, delta=352968000 ns, racy<=2500000000 ns
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.574 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.574000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.574000000, lastModified=2020-12-01 19:35:54.221032000, delta=352968000 ns, racy<=2500000000 ns
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.574000000, lastModified=2020-12-01 19:35:54.221032000, delta=352968000 ns, racy<=2500000000 ns
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.575000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.575000000, lastModified=2020-12-01 19:35:54.221032000, delta=353968000 ns, racy<=2500000000 ns
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.575000000, lastModified=2020-12-01 19:35:54.221032000, delta=353968000 ns, racy<=2500000000 ns
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.575000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.575000000, lastModified=2020-12-01 19:35:54.221032000, delta=353968000 ns, racy<=2500000000 ns
19:35:54.575 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.575000000, lastModified=2020-12-01 19:35:54.221032000, delta=353968000 ns, racy<=2500000000 ns
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.576000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.576000000, lastModified=2020-12-01 19:35:54.221032000, delta=354968000 ns, racy<=2500000000 ns
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.576000000, lastModified=2020-12-01 19:35:54.221032000, delta=354968000 ns, racy<=2500000000 ns
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.576000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.576000000, lastModified=2020-12-01 19:35:54.221032000, delta=354968000 ns, racy<=2500000000 ns
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.576000000, lastModified=2020-12-01 19:35:54.574028000, size=41, fileKey=(dev=300042,ino=27802059)
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.576 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.576000000, lastModified=2020-12-01 19:35:54.221032000, delta=354968000 ns, racy<=2500000000 ns
19:35:54.577 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.577 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.577000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.577 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.577000000, lastModified=2020-12-01 19:35:54.221032000, delta=355968000 ns, racy<=2500000000 ns
19:35:54.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.606000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.606 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.607000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.607000000, lastModified=2020-12-01 19:35:54.221032000, delta=385968000 ns, racy<=2500000000 ns
19:35:54.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.607000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.607000000, lastModified=2020-12-01 19:35:54.221032000, delta=385968000 ns, racy<=2500000000 ns
19:35:54.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.607000000, lastModified=2020-12-01 19:35:54.567028000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:54.607 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.607000000, lastModified=2020-12-01 19:35:54.221032000, delta=385968000 ns, racy<=2500000000 ns
19:35:54.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.608000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.608000000, lastModified=2020-12-01 19:35:54.221032000, delta=386968000 ns, racy<=2500000000 ns
19:35:54.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.608000000, lastModified=2020-12-01 19:35:54.567028000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:54.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.608000000, lastModified=2020-12-01 19:35:54.567028000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:54.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.608000000, lastModified=2020-12-01 19:35:54.221032000, delta=386968000 ns, racy<=2500000000 ns
19:35:54.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.608000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.608 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.608000000, lastModified=2020-12-01 19:35:54.221032000, delta=386968000 ns, racy<=2500000000 ns
19:35:54.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.608000000, lastModified=2020-12-01 19:35:54.221032000, delta=386968000 ns, racy<=2500000000 ns
19:35:54.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.609000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.609000000, lastModified=2020-12-01 19:35:54.221032000, delta=387968000 ns, racy<=2500000000 ns
19:35:54.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.609000000, lastModified=2020-12-01 19:35:54.221032000, delta=387968000 ns, racy<=2500000000 ns
19:35:54.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.609 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.609000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.609000000, lastModified=2020-12-01 19:35:54.221032000, delta=387968000 ns, racy<=2500000000 ns
19:35:54.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:54.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:54.610000000, lastModified=2020-12-01 19:35:54.216032000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:54.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.610000000, lastModified=2020-12-01 19:35:54.216032000, delta=393968000 ns, racy<=2502500 ns
19:35:54.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.610000000, lastModified=2020-12-01 19:35:54.216032000, delta=393968000 ns, racy<=2502500 ns
19:35:54.610 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.611000000, lastModified=2020-12-01 19:35:54.608027000, size=0, fileKey=(dev=300042,ino=27802031)
19:35:54.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.609000000, lastModified=2020-12-01 19:35:54.221032000, delta=387968000 ns, racy<=2500000000 ns
19:35:54.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.611000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.611000000, lastModified=2020-12-01 19:35:54.221032000, delta=389968000 ns, racy<=2500000000 ns
19:35:54.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.611000000, lastModified=2020-12-01 19:35:54.611027000, size=176, fileKey=(dev=300042,ino=27802031)
19:35:54.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.611000000, lastModified=2020-12-01 19:35:54.611027000, size=176, fileKey=(dev=300042,ino=27802031)
19:35:54.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.611000000, lastModified=2020-12-01 19:35:54.221032000, delta=389968000 ns, racy<=2500000000 ns
19:35:54.611 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.611000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.611000000, lastModified=2020-12-01 19:35:54.221032000, delta=389968000 ns, racy<=2500000000 ns
19:35:54.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.612000000, lastModified=2020-12-01 19:35:54.611027000, size=176, fileKey=(dev=300042,ino=27802031)
19:35:54.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.612000000, lastModified=2020-12-01 19:35:54.611027000, size=176, fileKey=(dev=300042,ino=27802031)
19:35:54.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.612000000, lastModified=2020-12-01 19:35:54.611027000, size=0, fileKey=(dev=300042,ino=27802034)
19:35:54.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.611000000, lastModified=2020-12-01 19:35:54.221032000, delta=389968000 ns, racy<=2500000000 ns
19:35:54.612 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.613 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.612000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.613 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.612000000, lastModified=2020-12-01 19:35:54.221032000, delta=390968000 ns, racy<=2500000000 ns
19:35:54.613 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.613000000, lastModified=2020-12-01 19:35:54.612027000, size=104, fileKey=(dev=300042,ino=27802034)
19:35:54.638 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.638000000, lastModified=2020-12-01 19:35:54.612027000, size=104, fileKey=(dev=300042,ino=27802034)
19:35:54.638 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.638 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.638 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.612000000, lastModified=2020-12-01 19:35:54.221032000, delta=390968000 ns, racy<=2500000000 ns
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.639000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.639000000, lastModified=2020-12-01 19:35:54.221032000, delta=417968000 ns, racy<=2500000000 ns
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.639000000, lastModified=2020-12-01 19:35:54.221032000, delta=417968000 ns, racy<=2500000000 ns
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.639000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.639000000, lastModified=2020-12-01 19:35:54.221032000, delta=417968000 ns, racy<=2500000000 ns
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.639000000, lastModified=2020-12-01 19:35:54.221032000, delta=417968000 ns, racy<=2500000000 ns
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.639000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.639000000, lastModified=2020-12-01 19:35:54.221032000, delta=417968000 ns, racy<=2500000000 ns
19:35:54.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.639000000, lastModified=2020-12-01 19:35:54.221032000, delta=417968000 ns, racy<=2500000000 ns
19:35:54.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.640000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.640000000, lastModified=2020-12-01 19:35:54.221032000, delta=418968000 ns, racy<=2500000000 ns
19:35:54.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:54.640000000, lastModified=2020-12-01 19:35:54.220032000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:54.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:54.640000000, lastModified=2020-12-01 19:35:54.574028000, size=41, fileKey=(dev=300042,ino=27802059)
19:35:54.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.640000000, lastModified=2020-12-01 19:35:54.221032000, delta=418968000 ns, racy<=2500000000 ns
19:35:54.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.640000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.640000000, lastModified=2020-12-01 19:35:54.221032000, delta=418968000 ns, racy<=2500000000 ns
19:35:54.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.640000000, lastModified=2020-12-01 19:35:54.220032000, delta=419968000 ns, racy<=2502500 ns
19:35:54.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, is unmodified
19:35:54.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.640000000, lastModified=2020-12-01 19:35:54.574028000, delta=65972000 ns, racy<=2502500 ns
19:35:54.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, is unmodified
19:35:54.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.610000000, lastModified=2020-12-01 19:35:54.216032000, delta=393968000 ns, racy<=2502500 ns
19:35:54.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.640000000, lastModified=2020-12-01 19:35:54.221032000, delta=418968000 ns, racy<=2500000000 ns
19:35:54.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.641000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.641000000, lastModified=2020-12-01 19:35:54.221032000, delta=419968000 ns, racy<=2500000000 ns
19:35:54.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.642000000, lastModified=2020-12-01 19:35:54.612027000, size=104, fileKey=(dev=300042,ino=27802034)
19:35:54.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.642000000, lastModified=2020-12-01 19:35:54.612027000, size=104, fileKey=(dev=300042,ino=27802034)
19:35:54.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.610000000, lastModified=2020-12-01 19:35:54.216032000, delta=393968000 ns, racy<=2502500 ns
19:35:54.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.610000000, lastModified=2020-12-01 19:35:54.216032000, delta=393968000 ns, racy<=2502500 ns
19:35:54.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.643 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.610000000, lastModified=2020-12-01 19:35:54.216032000, delta=393968000 ns, racy<=2502500 ns
19:35:54.643 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.643 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.610000000, lastModified=2020-12-01 19:35:54.216032000, delta=393968000 ns, racy<=2502500 ns
19:35:54.643 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.643 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.641000000, lastModified=2020-12-01 19:35:54.221032000, delta=419968000 ns, racy<=2500000000 ns
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.644000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.644000000, lastModified=2020-12-01 19:35:54.221032000, delta=422968000 ns, racy<=2500000000 ns
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.640000000, lastModified=2020-12-01 19:35:54.220032000, delta=419968000 ns, racy<=2502500 ns
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, is unmodified
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.640000000, lastModified=2020-12-01 19:35:54.574028000, delta=65972000 ns, racy<=2502500 ns
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, is unmodified
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.644000000, lastModified=2020-12-01 19:35:54.221032000, delta=422968000 ns, racy<=2500000000 ns
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.644000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.644000000, lastModified=2020-12-01 19:35:54.221032000, delta=422968000 ns, racy<=2500000000 ns
19:35:54.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.640000000, lastModified=2020-12-01 19:35:54.574028000, delta=65972000 ns, racy<=2502500 ns
19:35:54.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, is unmodified
19:35:54.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.644000000, lastModified=2020-12-01 19:35:54.221032000, delta=422968000 ns, racy<=2500000000 ns
19:35:54.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.645000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.645000000, lastModified=2020-12-01 19:35:54.221032000, delta=423968000 ns, racy<=2500000000 ns
19:35:54.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.645000000, lastModified=2020-12-01 19:35:54.221032000, delta=423968000 ns, racy<=2500000000 ns
19:35:54.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.645000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.645000000, lastModified=2020-12-01 19:35:54.221032000, delta=423968000 ns, racy<=2500000000 ns
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.645000000, lastModified=2020-12-01 19:35:54.221032000, delta=423968000 ns, racy<=2500000000 ns
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.646000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.646000000, lastModified=2020-12-01 19:35:54.221032000, delta=424968000 ns, racy<=2500000000 ns
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.646000000, lastModified=2020-12-01 19:35:54.221032000, delta=424968000 ns, racy<=2500000000 ns
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.646000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.646000000, lastModified=2020-12-01 19:35:54.221032000, delta=424968000 ns, racy<=2500000000 ns
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.646000000, lastModified=2020-12-01 19:35:54.221032000, delta=424968000 ns, racy<=2500000000 ns
19:35:54.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.647000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.647000000, lastModified=2020-12-01 19:35:54.221032000, delta=425968000 ns, racy<=2500000000 ns
19:35:54.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.647000000, lastModified=2020-12-01 19:35:54.221032000, delta=425968000 ns, racy<=2500000000 ns
19:35:54.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.647000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.647000000, lastModified=2020-12-01 19:35:54.221032000, delta=425968000 ns, racy<=2500000000 ns
19:35:54.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.647000000, lastModified=2020-12-01 19:35:54.645027000, size=41, fileKey=(dev=300042,ino=27802068)
19:35:54.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.647000000, lastModified=2020-12-01 19:35:54.221032000, delta=425968000 ns, racy<=2500000000 ns
19:35:54.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.648000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.648000000, lastModified=2020-12-01 19:35:54.221032000, delta=426968000 ns, racy<=2500000000 ns
19:35:54.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.223000000, lastModified=2020-12-01 19:35:54.220032000, delta=2968000 ns, racy<=2502500 ns
19:35:54.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/HEAD, is unmodified
19:35:54.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:54.649000000, lastModified=2020-12-01 19:35:54.645027000, size=41, fileKey=(dev=300042,ino=27802068)
19:35:54.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.223000000, lastModified=2020-12-01 19:35:54.221032000, delta=1968000 ns, racy<=2500000000 ns
19:35:54.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.649000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.649000000, lastModified=2020-12-01 19:35:54.221032000, delta=427968000 ns, racy<=2500000000 ns
19:35:54.658 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, size changed from 0 to 104 bytes
19:35:54.658 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.658000000, lastModified=2020-12-01 19:35:54.612027000, size=104, fileKey=(dev=300042,ino=27802034)
19:35:54.658 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.658 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.658 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.658 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.658 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.658 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.649000000, lastModified=2020-12-01 19:35:54.221032000, delta=427968000 ns, racy<=2500000000 ns
19:35:54.658 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.659 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.658000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.659 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.658000000, lastModified=2020-12-01 19:35:54.221032000, delta=436968000 ns, racy<=2500000000 ns
19:35:54.659 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.649000000, lastModified=2020-12-01 19:35:54.645027000, delta=3973000 ns, racy<=2502500 ns
19:35:54.659 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, is unmodified
19:35:54.659 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.659 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.659 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.659 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.659 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.659 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.658000000, lastModified=2020-12-01 19:35:54.221032000, delta=436968000 ns, racy<=2500000000 ns
19:35:54.659 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.659 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.659000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.659 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.659000000, lastModified=2020-12-01 19:35:54.221032000, delta=437968000 ns, racy<=2500000000 ns
19:35:54.659 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.649000000, lastModified=2020-12-01 19:35:54.645027000, delta=3973000 ns, racy<=2502500 ns
19:35:54.659 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, is unmodified
19:35:54.659 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:54.659 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:54.659000000, lastModified=2020-12-01 19:35:54.216032000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:54.659 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.659000000, lastModified=2020-12-01 19:35:54.216032000, delta=442968000 ns, racy<=2502500 ns
19:35:54.659 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.660 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.659000000, lastModified=2020-12-01 19:35:54.216032000, delta=442968000 ns, racy<=2502500 ns
19:35:54.660 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.660 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.659000000, lastModified=2020-12-01 19:35:54.216032000, delta=442968000 ns, racy<=2502500 ns
19:35:54.660 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.660 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.659000000, lastModified=2020-12-01 19:35:54.216032000, delta=442968000 ns, racy<=2502500 ns
19:35:54.660 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.660 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.660 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.660 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.660 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.660 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.660 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.659000000, lastModified=2020-12-01 19:35:54.221032000, delta=437968000 ns, racy<=2500000000 ns
19:35:54.660 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.660000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.660000000, lastModified=2020-12-01 19:35:54.221032000, delta=438968000 ns, racy<=2500000000 ns
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.649000000, lastModified=2020-12-01 19:35:54.645027000, delta=3973000 ns, racy<=2502500 ns
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, is unmodified
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.660000000, lastModified=2020-12-01 19:35:54.221032000, delta=438968000 ns, racy<=2500000000 ns
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.661000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.661000000, lastModified=2020-12-01 19:35:54.221032000, delta=439968000 ns, racy<=2500000000 ns
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.649000000, lastModified=2020-12-01 19:35:54.645027000, delta=3973000 ns, racy<=2502500 ns
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/refs/heads/master, is unmodified
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.661000000, lastModified=2020-12-01 19:35:54.221032000, delta=439968000 ns, racy<=2500000000 ns
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.661 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.661000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.662 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.661000000, lastModified=2020-12-01 19:35:54.221032000, delta=439968000 ns, racy<=2500000000 ns
19:35:54.663 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.663 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.663 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.663 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.663 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.663 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.661000000, lastModified=2020-12-01 19:35:54.221032000, delta=439968000 ns, racy<=2500000000 ns
19:35:54.663 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.663 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.663000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.664 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.663000000, lastModified=2020-12-01 19:35:54.221032000, delta=441968000 ns, racy<=2500000000 ns
19:35:54.665 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.665000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.666 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.666 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.666 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.666 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.666 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.666 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.666000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.666 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.666 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.666 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.666 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.666 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.667 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.666000000, lastModified=2020-12-01 19:35:54.221032000, delta=444968000 ns, racy<=2500000000 ns
19:35:54.667 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.667 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.667000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.667 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.667000000, lastModified=2020-12-01 19:35:54.221032000, delta=445968000 ns, racy<=2500000000 ns
19:35:54.667 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.667000000, lastModified=2020-12-01 19:35:54.612027000, size=104, fileKey=(dev=300042,ino=27802034)
19:35:54.667 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:54.667 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:54.667000000, lastModified=2020-12-01 19:35:54.216032000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:54.667 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.667000000, lastModified=2020-12-01 19:35:54.216032000, delta=450968000 ns, racy<=2502500 ns
19:35:54.667 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.667 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.667000000, lastModified=2020-12-01 19:35:54.216032000, delta=450968000 ns, racy<=2502500 ns
19:35:54.667 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.668 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.667000000, lastModified=2020-12-01 19:35:54.216032000, delta=450968000 ns, racy<=2502500 ns
19:35:54.668 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.668 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.667000000, lastModified=2020-12-01 19:35:54.216032000, delta=450968000 ns, racy<=2502500 ns
19:35:54.668 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.668 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.668 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.668 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.668 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.668 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.668 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.663000000, lastModified=2020-12-01 19:35:54.221032000, delta=441968000 ns, racy<=2500000000 ns
19:35:54.668 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.668 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.668000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.668 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.668000000, lastModified=2020-12-01 19:35:54.221032000, delta=446968000 ns, racy<=2500000000 ns
19:35:54.669 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.659000000, lastModified=2020-12-01 19:35:54.216032000, delta=442968000 ns, racy<=2502500 ns
19:35:54.669 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.669 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.659000000, lastModified=2020-12-01 19:35:54.216032000, delta=442968000 ns, racy<=2502500 ns
19:35:54.669 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.670 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.670 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.670 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.670 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.670 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.670 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.668000000, lastModified=2020-12-01 19:35:54.221032000, delta=446968000 ns, racy<=2500000000 ns
19:35:54.670 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.670 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.670000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.670 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.670000000, lastModified=2020-12-01 19:35:54.221032000, delta=448968000 ns, racy<=2500000000 ns
19:35:54.671 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.671 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.671 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.671 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.671 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.671 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.670000000, lastModified=2020-12-01 19:35:54.221032000, delta=448968000 ns, racy<=2500000000 ns
19:35:54.671 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, is racily clean
19:35:54.671 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.671000000, lastModified=2020-12-01 19:35:54.221032000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.671 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.671000000, lastModified=2020-12-01 19:35:54.221032000, delta=449968000 ns, racy<=2500000000 ns
19:35:54.672 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.659000000, lastModified=2020-12-01 19:35:54.216032000, delta=442968000 ns, racy<=2502500 ns
19:35:54.672 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8200270872712484529/.git/objects/pack, is unmodified
19:35:54.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=false, read=2020-12-01 19:35:54.713000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851354713000000 ns, racy<=2500000000 ns
19:35:54.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is unmodified
19:35:54.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=false, read=2020-12-01 19:35:54.713000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851354713000000 ns, racy<=2500000000 ns
19:35:54.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is unmodified
19:35:54.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=false, read=2020-12-01 19:35:54.713000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851354713000000 ns, racy<=2500000000 ns
19:35:54.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is unmodified
19:35:54.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=false, read=2020-12-01 19:35:54.713000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851354713000000 ns, racy<=2500000000 ns
19:35:54.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is unmodified
19:35:54.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=false, read=2020-12-01 19:35:54.713000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851354713000000 ns, racy<=2500000000 ns
19:35:54.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is unmodified
19:35:54.719 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.719 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.719 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.719 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.719 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.719 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=false, read=2020-12-01 19:35:54.713000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851354713000000 ns, racy<=2500000000 ns
19:35:54.719 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is unmodified
19:35:54.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=false, read=2020-12-01 19:35:54.713000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851354713000000 ns, racy<=2500000000 ns
19:35:54.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is unmodified
19:35:54.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=false, read=2020-12-01 19:35:54.713000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851354713000000 ns, racy<=2500000000 ns
19:35:54.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is unmodified
19:35:54.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.725 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.725 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.725 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=false, read=2020-12-01 19:35:54.713000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851354713000000 ns, racy<=2500000000 ns
19:35:54.725 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is unmodified
19:35:54.725 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.725000000, lastModified=2020-12-01 19:35:54.724026000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:54.726 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.726000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.727000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.728000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.728000000, lastModified=2020-12-01 19:35:54.726026000, delta=1974000 ns, racy<=2500000000 ns
19:35:54.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.728000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.728000000, lastModified=2020-12-01 19:35:54.726026000, delta=1974000 ns, racy<=2500000000 ns
19:35:54.729 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.729 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.729 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.729 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.729 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.729 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.728000000, lastModified=2020-12-01 19:35:54.726026000, delta=1974000 ns, racy<=2500000000 ns
19:35:54.729 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.729 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.729000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.729 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.729000000, lastModified=2020-12-01 19:35:54.726026000, delta=2974000 ns, racy<=2500000000 ns
19:35:54.729 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:54.729000000, lastModified=2020-12-01 19:35:54.724026000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:54.730 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.730000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.731 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.731 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.731 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.731 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.731 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.731 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.731000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.731 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.731 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.731 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.731 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.731 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.731 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.731000000, lastModified=2020-12-01 19:35:54.726026000, delta=4974000 ns, racy<=2500000000 ns
19:35:54.732 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.732 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.732000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.732 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.732000000, lastModified=2020-12-01 19:35:54.726026000, delta=5974000 ns, racy<=2500000000 ns
19:35:54.732 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.732 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.732 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.732 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.732 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.732 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.732000000, lastModified=2020-12-01 19:35:54.726026000, delta=5974000 ns, racy<=2500000000 ns
19:35:54.732 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.732 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.732000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.733 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.732000000, lastModified=2020-12-01 19:35:54.726026000, delta=5974000 ns, racy<=2500000000 ns
19:35:54.733 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.733 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.733 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.733 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.733 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.733 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.732000000, lastModified=2020-12-01 19:35:54.726026000, delta=5974000 ns, racy<=2500000000 ns
19:35:54.733 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.733 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.733000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.733 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.733000000, lastModified=2020-12-01 19:35:54.726026000, delta=6974000 ns, racy<=2500000000 ns
19:35:54.734 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.734 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.734 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.734 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.734 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.734 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.733000000, lastModified=2020-12-01 19:35:54.726026000, delta=6974000 ns, racy<=2500000000 ns
19:35:54.734 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.734 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.734000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.734 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.734000000, lastModified=2020-12-01 19:35:54.726026000, delta=7974000 ns, racy<=2500000000 ns
19:35:54.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.734000000, lastModified=2020-12-01 19:35:54.726026000, delta=7974000 ns, racy<=2500000000 ns
19:35:54.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.735000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.735000000, lastModified=2020-12-01 19:35:54.726026000, delta=8974000 ns, racy<=2500000000 ns
19:35:54.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.736 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.736 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.736 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.736 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.735000000, lastModified=2020-12-01 19:35:54.726026000, delta=8974000 ns, racy<=2500000000 ns
19:35:54.736 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.736 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.736000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.736 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.736000000, lastModified=2020-12-01 19:35:54.726026000, delta=9974000 ns, racy<=2500000000 ns
19:35:54.736 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:54.737 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:54.736000000, lastModified=2020-12-01 19:35:54.716026000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:54.737 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.736000000, lastModified=2020-12-01 19:35:54.716026000, delta=19974000 ns, racy<=2502500 ns
19:35:54.737 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.738 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.736000000, lastModified=2020-12-01 19:35:54.716026000, delta=19974000 ns, racy<=2502500 ns
19:35:54.738 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.738 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.738000000, lastModified=2020-12-01 19:35:54.733025000, size=0, fileKey=(dev=300042,ino=27802026)
19:35:54.738 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.738 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.738 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.736000000, lastModified=2020-12-01 19:35:54.726026000, delta=9974000 ns, racy<=2500000000 ns
19:35:54.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.739000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.739000000, lastModified=2020-12-01 19:35:54.726026000, delta=12974000 ns, racy<=2500000000 ns
19:35:54.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.739000000, lastModified=2020-12-01 19:35:54.738025000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:54.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.739000000, lastModified=2020-12-01 19:35:54.738025000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:54.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.740 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.739000000, lastModified=2020-12-01 19:35:54.726026000, delta=12974000 ns, racy<=2500000000 ns
19:35:54.740 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.740 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.740000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.740 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.740000000, lastModified=2020-12-01 19:35:54.726026000, delta=13974000 ns, racy<=2500000000 ns
19:35:54.740 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.740000000, lastModified=2020-12-01 19:35:54.738025000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:54.740 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.740000000, lastModified=2020-12-01 19:35:54.738025000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:54.740 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.740000000, lastModified=2020-12-01 19:35:54.740025000, size=0, fileKey=(dev=300042,ino=27802031)
19:35:54.740 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.740000000, lastModified=2020-12-01 19:35:54.726026000, delta=13974000 ns, racy<=2500000000 ns
19:35:54.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.741000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.741000000, lastModified=2020-12-01 19:35:54.726026000, delta=14974000 ns, racy<=2500000000 ns
19:35:54.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.741000000, lastModified=2020-12-01 19:35:54.741025000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:54.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.741000000, lastModified=2020-12-01 19:35:54.726026000, delta=14974000 ns, racy<=2500000000 ns
19:35:54.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.742000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.742000000, lastModified=2020-12-01 19:35:54.726026000, delta=15974000 ns, racy<=2500000000 ns
19:35:54.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.742000000, lastModified=2020-12-01 19:35:54.726026000, delta=15974000 ns, racy<=2500000000 ns
19:35:54.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.742000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.742000000, lastModified=2020-12-01 19:35:54.726026000, delta=15974000 ns, racy<=2500000000 ns
19:35:54.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.742000000, lastModified=2020-12-01 19:35:54.726026000, delta=15974000 ns, racy<=2500000000 ns
19:35:54.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.743000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.743000000, lastModified=2020-12-01 19:35:54.726026000, delta=16974000 ns, racy<=2500000000 ns
19:35:54.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.743000000, lastModified=2020-12-01 19:35:54.726026000, delta=16974000 ns, racy<=2500000000 ns
19:35:54.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.744000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.744000000, lastModified=2020-12-01 19:35:54.726026000, delta=17974000 ns, racy<=2500000000 ns
19:35:54.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:54.744000000, lastModified=2020-12-01 19:35:54.724026000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:54.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.745 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.745 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.745 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.744000000, lastModified=2020-12-01 19:35:54.726026000, delta=17974000 ns, racy<=2500000000 ns
19:35:54.745 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.745 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.745000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.745 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.745000000, lastModified=2020-12-01 19:35:54.726026000, delta=18974000 ns, racy<=2500000000 ns
19:35:54.745 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.744000000, lastModified=2020-12-01 19:35:54.724026000, delta=19974000 ns, racy<=2502500 ns
19:35:54.745 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, is unmodified
19:35:54.745 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.746 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.746 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.746 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.746 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.746 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.745000000, lastModified=2020-12-01 19:35:54.726026000, delta=18974000 ns, racy<=2500000000 ns
19:35:54.746 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.746 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.746000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.746 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.746000000, lastModified=2020-12-01 19:35:54.726026000, delta=19974000 ns, racy<=2500000000 ns
19:35:54.746 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.746000000, lastModified=2020-12-01 19:35:54.741025000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:54.746 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.746000000, lastModified=2020-12-01 19:35:54.741025000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:54.747 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.736000000, lastModified=2020-12-01 19:35:54.716026000, delta=19974000 ns, racy<=2502500 ns
19:35:54.747 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.806 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.736000000, lastModified=2020-12-01 19:35:54.716026000, delta=19974000 ns, racy<=2502500 ns
19:35:54.806 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.807 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.736000000, lastModified=2020-12-01 19:35:54.716026000, delta=19974000 ns, racy<=2502500 ns
19:35:54.807 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.807 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.736000000, lastModified=2020-12-01 19:35:54.716026000, delta=19974000 ns, racy<=2502500 ns
19:35:54.807 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.746000000, lastModified=2020-12-01 19:35:54.726026000, delta=19974000 ns, racy<=2500000000 ns
19:35:54.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.808000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.808000000, lastModified=2020-12-01 19:35:54.726026000, delta=81974000 ns, racy<=2500000000 ns
19:35:54.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.744000000, lastModified=2020-12-01 19:35:54.724026000, delta=19974000 ns, racy<=2502500 ns
19:35:54.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, is unmodified
19:35:54.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.808000000, lastModified=2020-12-01 19:35:54.726026000, delta=81974000 ns, racy<=2500000000 ns
19:35:54.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.808000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.808000000, lastModified=2020-12-01 19:35:54.726026000, delta=81974000 ns, racy<=2500000000 ns
19:35:54.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.744000000, lastModified=2020-12-01 19:35:54.724026000, delta=19974000 ns, racy<=2502500 ns
19:35:54.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, is unmodified
19:35:54.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.808000000, lastModified=2020-12-01 19:35:54.726026000, delta=81974000 ns, racy<=2500000000 ns
19:35:54.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.809000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.809000000, lastModified=2020-12-01 19:35:54.726026000, delta=82974000 ns, racy<=2500000000 ns
19:35:54.810 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit495614254975309597/.git/refs/refs
19:35:54.810 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit495614254975309597/.git/refs/tags/refs
19:35:54.810 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit495614254975309597/.git/refs/heads/refs
19:35:54.810 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit495614254975309597/.git/refs/remotes/refs
19:35:54.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.809000000, lastModified=2020-12-01 19:35:54.726026000, delta=82974000 ns, racy<=2500000000 ns
19:35:54.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.811000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.811000000, lastModified=2020-12-01 19:35:54.726026000, delta=84974000 ns, racy<=2500000000 ns
19:35:54.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.811000000, lastModified=2020-12-01 19:35:54.726026000, delta=84974000 ns, racy<=2500000000 ns
19:35:54.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.811000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.811000000, lastModified=2020-12-01 19:35:54.726026000, delta=84974000 ns, racy<=2500000000 ns
19:35:54.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.811000000, lastModified=2020-12-01 19:35:54.726026000, delta=84974000 ns, racy<=2500000000 ns
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.812000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.812000000, lastModified=2020-12-01 19:35:54.726026000, delta=85974000 ns, racy<=2500000000 ns
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.812000000, lastModified=2020-12-01 19:35:54.726026000, delta=85974000 ns, racy<=2500000000 ns
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.812000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.812000000, lastModified=2020-12-01 19:35:54.726026000, delta=85974000 ns, racy<=2500000000 ns
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.812000000, lastModified=2020-12-01 19:35:54.726026000, delta=85974000 ns, racy<=2500000000 ns
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.812000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.812000000, lastModified=2020-12-01 19:35:54.726026000, delta=85974000 ns, racy<=2500000000 ns
19:35:54.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.812000000, lastModified=2020-12-01 19:35:54.726026000, delta=85974000 ns, racy<=2500000000 ns
19:35:54.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.813000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.813000000, lastModified=2020-12-01 19:35:54.726026000, delta=86974000 ns, racy<=2500000000 ns
19:35:54.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.813000000, lastModified=2020-12-01 19:35:54.811024000, size=41, fileKey=(dev=300042,ino=27802041)
19:35:54.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.813000000, lastModified=2020-12-01 19:35:54.726026000, delta=86974000 ns, racy<=2500000000 ns
19:35:54.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.814000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.814000000, lastModified=2020-12-01 19:35:54.726026000, delta=87974000 ns, racy<=2500000000 ns
19:35:54.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.729000000, lastModified=2020-12-01 19:35:54.726026000, delta=2974000 ns, racy<=2500000000 ns
19:35:54.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.814000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.814000000, lastModified=2020-12-01 19:35:54.726026000, delta=87974000 ns, racy<=2500000000 ns
19:35:54.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:54.814000000, lastModified=2020-12-01 19:35:54.811024000, size=41, fileKey=(dev=300042,ino=27802041)
19:35:54.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.814000000, lastModified=2020-12-01 19:35:54.726026000, delta=87974000 ns, racy<=2500000000 ns
19:35:54.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.815000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.815000000, lastModified=2020-12-01 19:35:54.726026000, delta=88974000 ns, racy<=2500000000 ns
19:35:54.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.814000000, lastModified=2020-12-01 19:35:54.811024000, delta=2976000 ns, racy<=2502500 ns
19:35:54.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.816 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.816000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.817000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.817000000, lastModified=2020-12-01 19:35:54.726026000, delta=90974000 ns, racy<=2500000000 ns
19:35:54.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.817000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.817000000, lastModified=2020-12-01 19:35:54.726026000, delta=90974000 ns, racy<=2500000000 ns
19:35:54.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.818000000, lastModified=2020-12-01 19:35:54.741025000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:54.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.817000000, lastModified=2020-12-01 19:35:54.726026000, delta=90974000 ns, racy<=2500000000 ns
19:35:54.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.818000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.818000000, lastModified=2020-12-01 19:35:54.726026000, delta=91974000 ns, racy<=2500000000 ns
19:35:54.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.819000000, lastModified=2020-12-01 19:35:54.741025000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:54.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.819000000, lastModified=2020-12-01 19:35:54.741025000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:54.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.818000000, lastModified=2020-12-01 19:35:54.726026000, delta=91974000 ns, racy<=2500000000 ns
19:35:54.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.819000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.819000000, lastModified=2020-12-01 19:35:54.726026000, delta=92974000 ns, racy<=2500000000 ns
19:35:54.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.819000000, lastModified=2020-12-01 19:35:54.726026000, delta=92974000 ns, racy<=2500000000 ns
19:35:54.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.820000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.820000000, lastModified=2020-12-01 19:35:54.726026000, delta=93974000 ns, racy<=2500000000 ns
19:35:54.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.821 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.821 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.821 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.820000000, lastModified=2020-12-01 19:35:54.726026000, delta=93974000 ns, racy<=2500000000 ns
19:35:54.821 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.821 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.821000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.821 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.821000000, lastModified=2020-12-01 19:35:54.726026000, delta=94974000 ns, racy<=2500000000 ns
19:35:54.821 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:54.821 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:54.821000000, lastModified=2020-12-01 19:35:54.716026000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:54.821 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.821000000, lastModified=2020-12-01 19:35:54.716026000, delta=104974000 ns, racy<=2502500 ns
19:35:54.821 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.821000000, lastModified=2020-12-01 19:35:54.726026000, delta=94974000 ns, racy<=2500000000 ns
19:35:54.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.822000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.822000000, lastModified=2020-12-01 19:35:54.726026000, delta=95974000 ns, racy<=2500000000 ns
19:35:54.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.821000000, lastModified=2020-12-01 19:35:54.716026000, delta=104974000 ns, racy<=2502500 ns
19:35:54.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.821000000, lastModified=2020-12-01 19:35:54.716026000, delta=104974000 ns, racy<=2502500 ns
19:35:54.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.823000000, lastModified=2020-12-01 19:35:54.818024000, size=0, fileKey=(dev=300042,ino=27802045)
19:35:54.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.822000000, lastModified=2020-12-01 19:35:54.726026000, delta=95974000 ns, racy<=2500000000 ns
19:35:54.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.824000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.824000000, lastModified=2020-12-01 19:35:54.726026000, delta=97974000 ns, racy<=2500000000 ns
19:35:54.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.824000000, lastModified=2020-12-01 19:35:54.824024000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:54.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.824000000, lastModified=2020-12-01 19:35:54.824024000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:54.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.824000000, lastModified=2020-12-01 19:35:54.726026000, delta=97974000 ns, racy<=2500000000 ns
19:35:54.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.825000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.825000000, lastModified=2020-12-01 19:35:54.726026000, delta=98974000 ns, racy<=2500000000 ns
19:35:54.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.825000000, lastModified=2020-12-01 19:35:54.726026000, delta=98974000 ns, racy<=2500000000 ns
19:35:54.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.826000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.826000000, lastModified=2020-12-01 19:35:54.726026000, delta=99974000 ns, racy<=2500000000 ns
19:35:54.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.826000000, lastModified=2020-12-01 19:35:54.726026000, delta=99974000 ns, racy<=2500000000 ns
19:35:54.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.826000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.826000000, lastModified=2020-12-01 19:35:54.726026000, delta=99974000 ns, racy<=2500000000 ns
19:35:54.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.826000000, lastModified=2020-12-01 19:35:54.726026000, delta=99974000 ns, racy<=2500000000 ns
19:35:54.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.827000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.827000000, lastModified=2020-12-01 19:35:54.726026000, delta=100974000 ns, racy<=2500000000 ns
19:35:54.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:54.827000000, lastModified=2020-12-01 19:35:54.724026000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:54.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:54.827000000, lastModified=2020-12-01 19:35:54.811024000, size=41, fileKey=(dev=300042,ino=27802041)
19:35:54.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.827000000, lastModified=2020-12-01 19:35:54.726026000, delta=100974000 ns, racy<=2500000000 ns
19:35:54.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.827000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.827000000, lastModified=2020-12-01 19:35:54.726026000, delta=100974000 ns, racy<=2500000000 ns
19:35:54.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.827000000, lastModified=2020-12-01 19:35:54.724026000, delta=102974000 ns, racy<=2502500 ns
19:35:54.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, is unmodified
19:35:54.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.827000000, lastModified=2020-12-01 19:35:54.811024000, delta=15976000 ns, racy<=2502500 ns
19:35:54.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.821000000, lastModified=2020-12-01 19:35:54.716026000, delta=104974000 ns, racy<=2502500 ns
19:35:54.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.827000000, lastModified=2020-12-01 19:35:54.726026000, delta=100974000 ns, racy<=2500000000 ns
19:35:54.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.828000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.828000000, lastModified=2020-12-01 19:35:54.726026000, delta=101974000 ns, racy<=2500000000 ns
19:35:54.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.829000000, lastModified=2020-12-01 19:35:54.824024000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:54.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.829000000, lastModified=2020-12-01 19:35:54.824024000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:54.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.821000000, lastModified=2020-12-01 19:35:54.716026000, delta=104974000 ns, racy<=2502500 ns
19:35:54.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.821000000, lastModified=2020-12-01 19:35:54.716026000, delta=104974000 ns, racy<=2502500 ns
19:35:54.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.821000000, lastModified=2020-12-01 19:35:54.716026000, delta=104974000 ns, racy<=2502500 ns
19:35:54.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.821000000, lastModified=2020-12-01 19:35:54.716026000, delta=104974000 ns, racy<=2502500 ns
19:35:54.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.828000000, lastModified=2020-12-01 19:35:54.726026000, delta=101974000 ns, racy<=2500000000 ns
19:35:54.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.830000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.830000000, lastModified=2020-12-01 19:35:54.726026000, delta=103974000 ns, racy<=2500000000 ns
19:35:54.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.827000000, lastModified=2020-12-01 19:35:54.724026000, delta=102974000 ns, racy<=2502500 ns
19:35:54.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, is unmodified
19:35:54.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.827000000, lastModified=2020-12-01 19:35:54.811024000, delta=15976000 ns, racy<=2502500 ns
19:35:54.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.830000000, lastModified=2020-12-01 19:35:54.726026000, delta=103974000 ns, racy<=2500000000 ns
19:35:54.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.831000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.831000000, lastModified=2020-12-01 19:35:54.726026000, delta=104974000 ns, racy<=2500000000 ns
19:35:54.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.827000000, lastModified=2020-12-01 19:35:54.811024000, delta=15976000 ns, racy<=2502500 ns
19:35:54.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.831000000, lastModified=2020-12-01 19:35:54.726026000, delta=104974000 ns, racy<=2500000000 ns
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.832000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.832000000, lastModified=2020-12-01 19:35:54.726026000, delta=105974000 ns, racy<=2500000000 ns
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.832000000, lastModified=2020-12-01 19:35:54.726026000, delta=105974000 ns, racy<=2500000000 ns
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.832000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.832000000, lastModified=2020-12-01 19:35:54.726026000, delta=105974000 ns, racy<=2500000000 ns
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.832000000, lastModified=2020-12-01 19:35:54.726026000, delta=105974000 ns, racy<=2500000000 ns
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.832000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.832000000, lastModified=2020-12-01 19:35:54.726026000, delta=105974000 ns, racy<=2500000000 ns
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.832000000, lastModified=2020-12-01 19:35:54.726026000, delta=105974000 ns, racy<=2500000000 ns
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.833000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.833000000, lastModified=2020-12-01 19:35:54.726026000, delta=106974000 ns, racy<=2500000000 ns
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.833000000, lastModified=2020-12-01 19:35:54.726026000, delta=106974000 ns, racy<=2500000000 ns
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.833000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.833000000, lastModified=2020-12-01 19:35:54.726026000, delta=106974000 ns, racy<=2500000000 ns
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.833000000, lastModified=2020-12-01 19:35:54.726026000, delta=106974000 ns, racy<=2500000000 ns
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.833000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.833000000, lastModified=2020-12-01 19:35:54.726026000, delta=106974000 ns, racy<=2500000000 ns
19:35:54.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.834000000, lastModified=2020-12-01 19:35:54.831024000, size=41, fileKey=(dev=300042,ino=27802052)
19:35:54.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.833000000, lastModified=2020-12-01 19:35:54.726026000, delta=106974000 ns, racy<=2500000000 ns
19:35:54.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.834000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.834000000, lastModified=2020-12-01 19:35:54.726026000, delta=107974000 ns, racy<=2500000000 ns
19:35:54.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.815000000, lastModified=2020-12-01 19:35:54.726026000, delta=88974000 ns, racy<=2500000000 ns
19:35:54.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.834000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.834000000, lastModified=2020-12-01 19:35:54.726026000, delta=107974000 ns, racy<=2500000000 ns
19:35:54.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, FileKey changed from (dev=300042,ino=27802041) to (dev=300042,ino=27802052)
19:35:54.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:54.835000000, lastModified=2020-12-01 19:35:54.831024000, size=41, fileKey=(dev=300042,ino=27802052)
19:35:54.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.834000000, lastModified=2020-12-01 19:35:54.726026000, delta=107974000 ns, racy<=2500000000 ns
19:35:54.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.835000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.835000000, lastModified=2020-12-01 19:35:54.726026000, delta=108974000 ns, racy<=2500000000 ns
19:35:54.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.835000000, lastModified=2020-12-01 19:35:54.831024000, delta=3976000 ns, racy<=2502500 ns
19:35:54.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.835000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.836000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.836000000, lastModified=2020-12-01 19:35:54.726026000, delta=109974000 ns, racy<=2500000000 ns
19:35:54.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.836000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.836000000, lastModified=2020-12-01 19:35:54.726026000, delta=109974000 ns, racy<=2500000000 ns
19:35:54.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.837000000, lastModified=2020-12-01 19:35:54.824024000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:54.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.836000000, lastModified=2020-12-01 19:35:54.726026000, delta=109974000 ns, racy<=2500000000 ns
19:35:54.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.841000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.841000000, lastModified=2020-12-01 19:35:54.726026000, delta=114974000 ns, racy<=2500000000 ns
19:35:54.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.841000000, lastModified=2020-12-01 19:35:54.726026000, delta=114974000 ns, racy<=2500000000 ns
19:35:54.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.726026000, delta=115974000 ns, racy<=2500000000 ns
19:35:54.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.724026000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.831024000, size=41, fileKey=(dev=300042,ino=27802052)
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.726026000, delta=115974000 ns, racy<=2500000000 ns
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.843000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.843000000, lastModified=2020-12-01 19:35:54.726026000, delta=116974000 ns, racy<=2500000000 ns
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.724026000, delta=117974000 ns, racy<=2502500 ns
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, is unmodified
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.831024000, delta=10976000 ns, racy<=2502500 ns
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.843000000, lastModified=2020-12-01 19:35:54.726026000, delta=116974000 ns, racy<=2500000000 ns
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.843000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.843000000, lastModified=2020-12-01 19:35:54.726026000, delta=116974000 ns, racy<=2500000000 ns
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.724026000, delta=117974000 ns, racy<=2502500 ns
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, is unmodified
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.831024000, delta=10976000 ns, racy<=2502500 ns
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.843000000, lastModified=2020-12-01 19:35:54.726026000, delta=116974000 ns, racy<=2500000000 ns
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.844000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.844000000, lastModified=2020-12-01 19:35:54.726026000, delta=117974000 ns, racy<=2500000000 ns
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.724026000, delta=117974000 ns, racy<=2502500 ns
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, is unmodified
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.831024000, delta=10976000 ns, racy<=2502500 ns
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:54.844000000, lastModified=2020-12-01 19:35:54.716026000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.844000000, lastModified=2020-12-01 19:35:54.716026000, delta=127974000 ns, racy<=2502500 ns
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.844000000, lastModified=2020-12-01 19:35:54.726026000, delta=117974000 ns, racy<=2500000000 ns
19:35:54.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.845000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.845000000, lastModified=2020-12-01 19:35:54.726026000, delta=118974000 ns, racy<=2500000000 ns
19:35:54.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.845000000, lastModified=2020-12-01 19:35:54.726026000, delta=118974000 ns, racy<=2500000000 ns
19:35:54.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.845000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.845000000, lastModified=2020-12-01 19:35:54.726026000, delta=118974000 ns, racy<=2500000000 ns
19:35:54.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.724026000, delta=117974000 ns, racy<=2502500 ns
19:35:54.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, is unmodified
19:35:54.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.831024000, delta=10976000 ns, racy<=2502500 ns
19:35:54.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.845000000, lastModified=2020-12-01 19:35:54.726026000, delta=118974000 ns, racy<=2500000000 ns
19:35:54.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.846000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.846000000, lastModified=2020-12-01 19:35:54.726026000, delta=119974000 ns, racy<=2500000000 ns
19:35:54.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.846000000, lastModified=2020-12-01 19:35:54.726026000, delta=119974000 ns, racy<=2500000000 ns
19:35:54.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.847000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.847000000, lastModified=2020-12-01 19:35:54.726026000, delta=120974000 ns, racy<=2500000000 ns
19:35:54.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.847000000, lastModified=2020-12-01 19:35:54.726026000, delta=120974000 ns, racy<=2500000000 ns
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.848000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.848000000, lastModified=2020-12-01 19:35:54.726026000, delta=121974000 ns, racy<=2500000000 ns
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.848000000, lastModified=2020-12-01 19:35:54.726026000, delta=121974000 ns, racy<=2500000000 ns
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.848000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.848000000, lastModified=2020-12-01 19:35:54.726026000, delta=121974000 ns, racy<=2500000000 ns
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.848000000, lastModified=2020-12-01 19:35:54.726026000, delta=121974000 ns, racy<=2500000000 ns
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.848000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.848000000, lastModified=2020-12-01 19:35:54.726026000, delta=121974000 ns, racy<=2500000000 ns
19:35:54.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.849000000, lastModified=2020-12-01 19:35:54.847024000, size=41, fileKey=(dev=300042,ino=27802031)
19:35:54.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.848000000, lastModified=2020-12-01 19:35:54.726026000, delta=121974000 ns, racy<=2500000000 ns
19:35:54.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.849000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.849000000, lastModified=2020-12-01 19:35:54.726026000, delta=122974000 ns, racy<=2500000000 ns
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2020-12-01 19:35:54.849000000, lastModified=2020-12-01 19:35:54.847024000, delta=1976000 ns, racy<=2502500 ns
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch.lock, is racily clean
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2020-12-01 19:35:54.850000000, lastModified=2020-12-01 19:35:54.847024000, size=41, fileKey=(dev=300042,ino=27802031)
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2020-12-01 19:35:54.850000000, lastModified=2020-12-01 19:35:54.847024000, delta=2976000 ns, racy<=2502500 ns
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.849000000, lastModified=2020-12-01 19:35:54.726026000, delta=122974000 ns, racy<=2500000000 ns
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.850000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.850000000, lastModified=2020-12-01 19:35:54.726026000, delta=123974000 ns, racy<=2500000000 ns
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.724026000, delta=117974000 ns, racy<=2502500 ns
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, is unmodified
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.831024000, delta=10976000 ns, racy<=2502500 ns
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.850000000, lastModified=2020-12-01 19:35:54.726026000, delta=123974000 ns, racy<=2500000000 ns
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.850000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.850000000, lastModified=2020-12-01 19:35:54.726026000, delta=123974000 ns, racy<=2500000000 ns
19:35:54.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch.lock, cannot be racily clean
19:35:54.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.850000000, lastModified=2020-12-01 19:35:54.726026000, delta=123974000 ns, racy<=2500000000 ns
19:35:54.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.851000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.851000000, lastModified=2020-12-01 19:35:54.726026000, delta=124974000 ns, racy<=2500000000 ns
19:35:54.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch.lock, cannot be racily clean
19:35:54.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.852000000, lastModified=2020-12-01 19:35:54.824024000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:54.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.852000000, lastModified=2020-12-01 19:35:54.824024000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:54.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.851000000, lastModified=2020-12-01 19:35:54.726026000, delta=124974000 ns, racy<=2500000000 ns
19:35:54.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.855000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.855000000, lastModified=2020-12-01 19:35:54.726026000, delta=128974000 ns, racy<=2500000000 ns
19:35:54.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.855000000, lastModified=2020-12-01 19:35:54.726026000, delta=128974000 ns, racy<=2500000000 ns
19:35:54.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.856000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.856000000, lastModified=2020-12-01 19:35:54.726026000, delta=129974000 ns, racy<=2500000000 ns
19:35:54.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.856000000, lastModified=2020-12-01 19:35:54.726026000, delta=129974000 ns, racy<=2500000000 ns
19:35:54.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.856000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.856000000, lastModified=2020-12-01 19:35:54.726026000, delta=129974000 ns, racy<=2500000000 ns
19:35:54.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.844000000, lastModified=2020-12-01 19:35:54.716026000, delta=127974000 ns, racy<=2502500 ns
19:35:54.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.857 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.857000000, lastModified=2020-12-01 19:35:54.852024000, size=0, fileKey=(dev=300042,ino=27802054)
19:35:54.857 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.857 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.857 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.857 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.857 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.857 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.856000000, lastModified=2020-12-01 19:35:54.726026000, delta=129974000 ns, racy<=2500000000 ns
19:35:54.857 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.857 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.857000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.858 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.857000000, lastModified=2020-12-01 19:35:54.726026000, delta=130974000 ns, racy<=2500000000 ns
19:35:54.858 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.858000000, lastModified=2020-12-01 19:35:54.857024000, size=176, fileKey=(dev=300042,ino=27802054)
19:35:54.858 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.858 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.858 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.858 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.858 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.858 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.857000000, lastModified=2020-12-01 19:35:54.726026000, delta=130974000 ns, racy<=2500000000 ns
19:35:54.858 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.858 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.858000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.858 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.858000000, lastModified=2020-12-01 19:35:54.726026000, delta=131974000 ns, racy<=2500000000 ns
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch.lock, cannot be racily clean
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.858000000, lastModified=2020-12-01 19:35:54.726026000, delta=131974000 ns, racy<=2500000000 ns
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.859000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.859000000, lastModified=2020-12-01 19:35:54.726026000, delta=132974000 ns, racy<=2500000000 ns
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.724026000, delta=117974000 ns, racy<=2502500 ns
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, is unmodified
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.831024000, delta=10976000 ns, racy<=2502500 ns
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.859000000, lastModified=2020-12-01 19:35:54.726026000, delta=132974000 ns, racy<=2500000000 ns
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.859000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.859 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.859000000, lastModified=2020-12-01 19:35:54.726026000, delta=132974000 ns, racy<=2500000000 ns
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.724026000, delta=117974000 ns, racy<=2502500 ns
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, is unmodified
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.831024000, delta=10976000 ns, racy<=2502500 ns
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch.lock, cannot be racily clean
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.859000000, lastModified=2020-12-01 19:35:54.726026000, delta=132974000 ns, racy<=2500000000 ns
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.860000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.860000000, lastModified=2020-12-01 19:35:54.726026000, delta=133974000 ns, racy<=2500000000 ns
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.724026000, delta=117974000 ns, racy<=2502500 ns
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, is unmodified
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.831024000, delta=10976000 ns, racy<=2502500 ns
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.860 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.860000000, lastModified=2020-12-01 19:35:54.726026000, delta=133974000 ns, racy<=2500000000 ns
19:35:54.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.861000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.861000000, lastModified=2020-12-01 19:35:54.726026000, delta=134974000 ns, racy<=2500000000 ns
19:35:54.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.724026000, delta=117974000 ns, racy<=2502500 ns
19:35:54.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, is unmodified
19:35:54.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.842000000, lastModified=2020-12-01 19:35:54.831024000, delta=10976000 ns, racy<=2502500 ns
19:35:54.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.861 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.906 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.906 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.906 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.906 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.906 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.861000000, lastModified=2020-12-01 19:35:54.726026000, delta=134974000 ns, racy<=2500000000 ns
19:35:54.906 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.906 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.906000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.906 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.906000000, lastModified=2020-12-01 19:35:54.726026000, delta=179974000 ns, racy<=2500000000 ns
19:35:54.906 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch.lock, cannot be racily clean
19:35:54.906 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.906000000, lastModified=2020-12-01 19:35:54.726026000, delta=179974000 ns, racy<=2500000000 ns
19:35:54.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.907000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.907000000, lastModified=2020-12-01 19:35:54.726026000, delta=180974000 ns, racy<=2500000000 ns
19:35:54.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.907000000, lastModified=2020-12-01 19:35:54.726026000, delta=180974000 ns, racy<=2500000000 ns
19:35:54.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.907000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.907000000, lastModified=2020-12-01 19:35:54.726026000, delta=180974000 ns, racy<=2500000000 ns
19:35:54.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.907000000, lastModified=2020-12-01 19:35:54.726026000, delta=180974000 ns, racy<=2500000000 ns
19:35:54.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.908000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.908000000, lastModified=2020-12-01 19:35:54.726026000, delta=181974000 ns, racy<=2500000000 ns
19:35:54.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.908000000, lastModified=2020-12-01 19:35:54.726026000, delta=181974000 ns, racy<=2500000000 ns
19:35:54.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.908000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.908000000, lastModified=2020-12-01 19:35:54.726026000, delta=181974000 ns, racy<=2500000000 ns
19:35:54.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.909000000, lastModified=2020-12-01 19:35:54.907023000, size=26, fileKey=(dev=300042,ino=27802045)
19:35:54.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.911000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.912000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.912000000, lastModified=2020-12-01 19:35:54.726026000, delta=185974000 ns, racy<=2500000000 ns
19:35:54.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.912000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.912000000, lastModified=2020-12-01 19:35:54.726026000, delta=185974000 ns, racy<=2500000000 ns
19:35:54.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.912000000, lastModified=2020-12-01 19:35:54.857024000, size=176, fileKey=(dev=300042,ino=27802054)
19:35:54.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.912000000, lastModified=2020-12-01 19:35:54.726026000, delta=185974000 ns, racy<=2500000000 ns
19:35:54.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.913000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.913000000, lastModified=2020-12-01 19:35:54.726026000, delta=186974000 ns, racy<=2500000000 ns
19:35:54.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.913000000, lastModified=2020-12-01 19:35:54.857024000, size=176, fileKey=(dev=300042,ino=27802054)
19:35:54.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.914000000, lastModified=2020-12-01 19:35:54.857024000, size=176, fileKey=(dev=300042,ino=27802054)
19:35:54.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.913000000, lastModified=2020-12-01 19:35:54.726026000, delta=186974000 ns, racy<=2500000000 ns
19:35:54.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.914000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.914000000, lastModified=2020-12-01 19:35:54.726026000, delta=187974000 ns, racy<=2500000000 ns
19:35:54.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.914000000, lastModified=2020-12-01 19:35:54.726026000, delta=187974000 ns, racy<=2500000000 ns
19:35:54.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.915000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.915000000, lastModified=2020-12-01 19:35:54.726026000, delta=188974000 ns, racy<=2500000000 ns
19:35:54.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.915000000, lastModified=2020-12-01 19:35:54.726026000, delta=188974000 ns, racy<=2500000000 ns
19:35:54.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.916000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.916000000, lastModified=2020-12-01 19:35:54.726026000, delta=189974000 ns, racy<=2500000000 ns
19:35:54.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:54.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:54.916000000, lastModified=2020-12-01 19:35:54.716026000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:54.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.916000000, lastModified=2020-12-01 19:35:54.716026000, delta=199974000 ns, racy<=2502500 ns
19:35:54.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.916000000, lastModified=2020-12-01 19:35:54.716026000, delta=199974000 ns, racy<=2502500 ns
19:35:54.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.916000000, lastModified=2020-12-01 19:35:54.716026000, delta=199974000 ns, racy<=2502500 ns
19:35:54.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.918000000, lastModified=2020-12-01 19:35:54.913023000, size=0, fileKey=(dev=300042,ino=27802034)
19:35:54.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.916000000, lastModified=2020-12-01 19:35:54.726026000, delta=189974000 ns, racy<=2500000000 ns
19:35:54.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.918000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.918000000, lastModified=2020-12-01 19:35:54.726026000, delta=191974000 ns, racy<=2500000000 ns
19:35:54.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.919000000, lastModified=2020-12-01 19:35:54.918023000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:54.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.919000000, lastModified=2020-12-01 19:35:54.918023000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:54.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.918000000, lastModified=2020-12-01 19:35:54.726026000, delta=191974000 ns, racy<=2500000000 ns
19:35:54.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.920000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.920000000, lastModified=2020-12-01 19:35:54.726026000, delta=193974000 ns, racy<=2500000000 ns
19:35:54.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.920000000, lastModified=2020-12-01 19:35:54.726026000, delta=193974000 ns, racy<=2500000000 ns
19:35:54.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.920000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.920000000, lastModified=2020-12-01 19:35:54.726026000, delta=193974000 ns, racy<=2500000000 ns
19:35:54.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.920000000, lastModified=2020-12-01 19:35:54.726026000, delta=193974000 ns, racy<=2500000000 ns
19:35:54.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.921000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.921000000, lastModified=2020-12-01 19:35:54.726026000, delta=194974000 ns, racy<=2500000000 ns
19:35:54.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.921000000, lastModified=2020-12-01 19:35:54.726026000, delta=194974000 ns, racy<=2500000000 ns
19:35:54.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.921000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.921000000, lastModified=2020-12-01 19:35:54.726026000, delta=194974000 ns, racy<=2500000000 ns
19:35:54.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:54.922000000, lastModified=2020-12-01 19:35:54.907023000, size=26, fileKey=(dev=300042,ino=27802045)
19:35:54.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2020-12-01 19:35:54.922000000, lastModified=2020-12-01 19:35:54.847024000, size=41, fileKey=(dev=300042,ino=27802031)
19:35:54.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.921000000, lastModified=2020-12-01 19:35:54.726026000, delta=194974000 ns, racy<=2500000000 ns
19:35:54.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.922000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.922000000, lastModified=2020-12-01 19:35:54.726026000, delta=195974000 ns, racy<=2500000000 ns
19:35:54.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.922000000, lastModified=2020-12-01 19:35:54.907023000, delta=14977000 ns, racy<=2502500 ns
19:35:54.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, is unmodified
19:35:54.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch, isRacyClean=false, read=2020-12-01 19:35:54.922000000, lastModified=2020-12-01 19:35:54.847024000, delta=74976000 ns, racy<=2502500 ns
19:35:54.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch, is unmodified
19:35:54.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.916000000, lastModified=2020-12-01 19:35:54.716026000, delta=199974000 ns, racy<=2502500 ns
19:35:54.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.922000000, lastModified=2020-12-01 19:35:54.726026000, delta=195974000 ns, racy<=2500000000 ns
19:35:54.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.923000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.923000000, lastModified=2020-12-01 19:35:54.726026000, delta=196974000 ns, racy<=2500000000 ns
19:35:54.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.924000000, lastModified=2020-12-01 19:35:54.918023000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:54.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.924000000, lastModified=2020-12-01 19:35:54.918023000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:54.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.916000000, lastModified=2020-12-01 19:35:54.716026000, delta=199974000 ns, racy<=2502500 ns
19:35:54.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.916000000, lastModified=2020-12-01 19:35:54.716026000, delta=199974000 ns, racy<=2502500 ns
19:35:54.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.916000000, lastModified=2020-12-01 19:35:54.716026000, delta=199974000 ns, racy<=2502500 ns
19:35:54.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.916000000, lastModified=2020-12-01 19:35:54.716026000, delta=199974000 ns, racy<=2502500 ns
19:35:54.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.923000000, lastModified=2020-12-01 19:35:54.726026000, delta=196974000 ns, racy<=2500000000 ns
19:35:54.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.927000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.927000000, lastModified=2020-12-01 19:35:54.726026000, delta=200974000 ns, racy<=2500000000 ns
19:35:54.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:54.922000000, lastModified=2020-12-01 19:35:54.907023000, delta=14977000 ns, racy<=2502500 ns
19:35:54.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/HEAD, is unmodified
19:35:54.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch, isRacyClean=false, read=2020-12-01 19:35:54.922000000, lastModified=2020-12-01 19:35:54.847024000, delta=74976000 ns, racy<=2502500 ns
19:35:54.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch, is unmodified
19:35:54.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.927000000, lastModified=2020-12-01 19:35:54.726026000, delta=200974000 ns, racy<=2500000000 ns
19:35:54.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.928000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.928000000, lastModified=2020-12-01 19:35:54.726026000, delta=201974000 ns, racy<=2500000000 ns
19:35:54.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch, isRacyClean=false, read=2020-12-01 19:35:54.922000000, lastModified=2020-12-01 19:35:54.847024000, delta=74976000 ns, racy<=2502500 ns
19:35:54.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch, is unmodified
19:35:54.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.928000000, lastModified=2020-12-01 19:35:54.726026000, delta=201974000 ns, racy<=2500000000 ns
19:35:54.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.928000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.928000000, lastModified=2020-12-01 19:35:54.726026000, delta=201974000 ns, racy<=2500000000 ns
19:35:54.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.928000000, lastModified=2020-12-01 19:35:54.726026000, delta=201974000 ns, racy<=2500000000 ns
19:35:54.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.929000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.929000000, lastModified=2020-12-01 19:35:54.726026000, delta=202974000 ns, racy<=2500000000 ns
19:35:54.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.929000000, lastModified=2020-12-01 19:35:54.726026000, delta=202974000 ns, racy<=2500000000 ns
19:35:54.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.930000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.930000000, lastModified=2020-12-01 19:35:54.726026000, delta=203974000 ns, racy<=2500000000 ns
19:35:54.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.930000000, lastModified=2020-12-01 19:35:54.726026000, delta=203974000 ns, racy<=2500000000 ns
19:35:54.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.930000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.930000000, lastModified=2020-12-01 19:35:54.726026000, delta=203974000 ns, racy<=2500000000 ns
19:35:54.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.930000000, lastModified=2020-12-01 19:35:54.726026000, delta=203974000 ns, racy<=2500000000 ns
19:35:54.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.931000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.931000000, lastModified=2020-12-01 19:35:54.726026000, delta=204974000 ns, racy<=2500000000 ns
19:35:54.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.931000000, lastModified=2020-12-01 19:35:54.726026000, delta=204974000 ns, racy<=2500000000 ns
19:35:54.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.931000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.931000000, lastModified=2020-12-01 19:35:54.726026000, delta=204974000 ns, racy<=2500000000 ns
19:35:54.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:54.932000000, lastModified=2020-12-01 19:35:54.928023000, size=41, fileKey=(dev=300042,ino=27802065)
19:35:54.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.931000000, lastModified=2020-12-01 19:35:54.726026000, delta=204974000 ns, racy<=2500000000 ns
19:35:54.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.932000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.932000000, lastModified=2020-12-01 19:35:54.726026000, delta=205974000 ns, racy<=2500000000 ns
19:35:54.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.835000000, lastModified=2020-12-01 19:35:54.726026000, delta=108974000 ns, racy<=2500000000 ns
19:35:54.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.933000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.933000000, lastModified=2020-12-01 19:35:54.726026000, delta=206974000 ns, racy<=2500000000 ns
19:35:54.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.835000000, lastModified=2020-12-01 19:35:54.831024000, delta=3976000 ns, racy<=2502500 ns
19:35:54.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.933000000, lastModified=2020-12-01 19:35:54.726026000, delta=206974000 ns, racy<=2500000000 ns
19:35:54.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.934000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.934000000, lastModified=2020-12-01 19:35:54.726026000, delta=207974000 ns, racy<=2500000000 ns
19:35:54.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.835000000, lastModified=2020-12-01 19:35:54.831024000, delta=3976000 ns, racy<=2502500 ns
19:35:54.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.934 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.934000000, lastModified=2020-12-01 19:35:54.726026000, delta=207974000 ns, racy<=2500000000 ns
19:35:54.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.935000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.935000000, lastModified=2020-12-01 19:35:54.726026000, delta=208974000 ns, racy<=2500000000 ns
19:35:54.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.835000000, lastModified=2020-12-01 19:35:54.831024000, delta=3976000 ns, racy<=2502500 ns
19:35:54.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.935000000, lastModified=2020-12-01 19:35:54.726026000, delta=208974000 ns, racy<=2500000000 ns
19:35:54.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.935000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.935000000, lastModified=2020-12-01 19:35:54.726026000, delta=208974000 ns, racy<=2500000000 ns
19:35:54.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.835000000, lastModified=2020-12-01 19:35:54.831024000, delta=3976000 ns, racy<=2502500 ns
19:35:54.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.936000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.936000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.937 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.937 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.937 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.936000000, lastModified=2020-12-01 19:35:54.726026000, delta=209974000 ns, racy<=2500000000 ns
19:35:54.937 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.937 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.937000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.937 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.937000000, lastModified=2020-12-01 19:35:54.726026000, delta=210974000 ns, racy<=2500000000 ns
19:35:54.937 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:54.937000000, lastModified=2020-12-01 19:35:54.918023000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:54.937 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:54.937 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:54.937000000, lastModified=2020-12-01 19:35:54.716026000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:54.937 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.937000000, lastModified=2020-12-01 19:35:54.716026000, delta=220974000 ns, racy<=2502500 ns
19:35:54.937 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.937000000, lastModified=2020-12-01 19:35:54.716026000, delta=220974000 ns, racy<=2502500 ns
19:35:54.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.935000000, lastModified=2020-12-01 19:35:54.726026000, delta=208974000 ns, racy<=2500000000 ns
19:35:54.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.938000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.938000000, lastModified=2020-12-01 19:35:54.726026000, delta=211974000 ns, racy<=2500000000 ns
19:35:54.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:54.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:54.938000000, lastModified=2020-12-01 19:35:54.716026000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:54.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.938000000, lastModified=2020-12-01 19:35:54.716026000, delta=221974000 ns, racy<=2502500 ns
19:35:54.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.938000000, lastModified=2020-12-01 19:35:54.716026000, delta=221974000 ns, racy<=2502500 ns
19:35:54.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.938000000, lastModified=2020-12-01 19:35:54.716026000, delta=221974000 ns, racy<=2502500 ns
19:35:54.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:54.938000000, lastModified=2020-12-01 19:35:54.716026000, delta=221974000 ns, racy<=2502500 ns
19:35:54.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:54.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.938000000, lastModified=2020-12-01 19:35:54.726026000, delta=211974000 ns, racy<=2500000000 ns
19:35:54.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.940000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.940000000, lastModified=2020-12-01 19:35:54.726026000, delta=213974000 ns, racy<=2500000000 ns
19:35:54.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.940000000, lastModified=2020-12-01 19:35:54.726026000, delta=213974000 ns, racy<=2500000000 ns
19:35:54.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.943000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.943000000, lastModified=2020-12-01 19:35:54.726026000, delta=216974000 ns, racy<=2500000000 ns
19:35:54.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.835000000, lastModified=2020-12-01 19:35:54.831024000, delta=3976000 ns, racy<=2502500 ns
19:35:54.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.943000000, lastModified=2020-12-01 19:35:54.726026000, delta=216974000 ns, racy<=2500000000 ns
19:35:54.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.943000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.943000000, lastModified=2020-12-01 19:35:54.726026000, delta=216974000 ns, racy<=2500000000 ns
19:35:54.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:54.835000000, lastModified=2020-12-01 19:35:54.831024000, delta=3976000 ns, racy<=2502500 ns
19:35:54.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/master, is unmodified
19:35:54.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.943000000, lastModified=2020-12-01 19:35:54.726026000, delta=216974000 ns, racy<=2500000000 ns
19:35:54.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.944000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.944000000, lastModified=2020-12-01 19:35:54.726026000, delta=217974000 ns, racy<=2500000000 ns
19:35:54.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:54.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:54.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:54.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:54.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:54.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.944000000, lastModified=2020-12-01 19:35:54.726026000, delta=217974000 ns, racy<=2500000000 ns
19:35:54.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:54.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.946000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.946000000, lastModified=2020-12-01 19:35:54.726026000, delta=219974000 ns, racy<=2500000000 ns
19:35:54.948 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:54.948000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:54.948 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.007000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.007000000, lastModified=2020-12-01 19:35:54.726026000, delta=280974000 ns, racy<=2500000000 ns
19:35:55.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:55.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.008000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.008000000, lastModified=2020-12-01 19:35:54.726026000, delta=281974000 ns, racy<=2500000000 ns
19:35:55.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.008000000, lastModified=2020-12-01 19:35:54.918023000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:55.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.008000000, lastModified=2020-12-01 19:35:54.716026000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.008000000, lastModified=2020-12-01 19:35:54.716026000, delta=291974000 ns, racy<=2502500 ns
19:35:55.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:55.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.008000000, lastModified=2020-12-01 19:35:54.716026000, delta=291974000 ns, racy<=2502500 ns
19:35:55.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:55.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.010 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:54.946000000, lastModified=2020-12-01 19:35:54.726026000, delta=219974000 ns, racy<=2500000000 ns
19:35:55.010 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:55.010 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.010000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.010 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.010000000, lastModified=2020-12-01 19:35:54.726026000, delta=283974000 ns, racy<=2500000000 ns
19:35:55.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.022000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.022000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.022000000, lastModified=2020-12-01 19:35:54.726026000, delta=295974000 ns, racy<=2500000000 ns
19:35:55.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:55.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.023000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.023000000, lastModified=2020-12-01 19:35:54.726026000, delta=296974000 ns, racy<=2500000000 ns
19:35:55.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.023000000, lastModified=2020-12-01 19:35:54.918023000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:55.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.023000000, lastModified=2020-12-01 19:35:54.726026000, delta=296974000 ns, racy<=2500000000 ns
19:35:55.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:55.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.024000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.024000000, lastModified=2020-12-01 19:35:54.726026000, delta=297974000 ns, racy<=2500000000 ns
19:35:55.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2020-12-01 19:35:55.025000000, lastModified=2020-12-01 19:35:54.928023000, size=41, fileKey=(dev=300042,ino=27802065)
19:35:55.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.024000000, lastModified=2020-12-01 19:35:54.726026000, delta=297974000 ns, racy<=2500000000 ns
19:35:55.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:55.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.025000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.025000000, lastModified=2020-12-01 19:35:54.726026000, delta=298974000 ns, racy<=2500000000 ns
19:35:55.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch, isRacyClean=false, read=2020-12-01 19:35:55.025000000, lastModified=2020-12-01 19:35:54.928023000, delta=96977000 ns, racy<=2502500 ns
19:35:55.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/refs/heads/newbranch, is unmodified
19:35:55.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.026000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.027000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.027000000, lastModified=2020-12-01 19:35:54.726026000, delta=300974000 ns, racy<=2500000000 ns
19:35:55.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:55.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.027000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.027000000, lastModified=2020-12-01 19:35:54.726026000, delta=300974000 ns, racy<=2500000000 ns
19:35:55.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.027000000, lastModified=2020-12-01 19:35:54.918023000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:55.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.027000000, lastModified=2020-12-01 19:35:54.716026000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.027000000, lastModified=2020-12-01 19:35:54.716026000, delta=310974000 ns, racy<=2502500 ns
19:35:55.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:55.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.027000000, lastModified=2020-12-01 19:35:54.716026000, delta=310974000 ns, racy<=2502500 ns
19:35:55.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:55.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.027000000, lastModified=2020-12-01 19:35:54.716026000, delta=310974000 ns, racy<=2502500 ns
19:35:55.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:55.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.025000000, lastModified=2020-12-01 19:35:54.726026000, delta=298974000 ns, racy<=2500000000 ns
19:35:55.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:55.029 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.029000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.029 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.029000000, lastModified=2020-12-01 19:35:54.726026000, delta=302974000 ns, racy<=2500000000 ns
19:35:55.029 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.029 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.029000000, lastModified=2020-12-01 19:35:54.716026000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.029 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.029000000, lastModified=2020-12-01 19:35:54.716026000, delta=312974000 ns, racy<=2502500 ns
19:35:55.029 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:55.029 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.029000000, lastModified=2020-12-01 19:35:54.716026000, delta=312974000 ns, racy<=2502500 ns
19:35:55.029 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:55.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.029000000, lastModified=2020-12-01 19:35:54.716026000, delta=312974000 ns, racy<=2502500 ns
19:35:55.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:55.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.029000000, lastModified=2020-12-01 19:35:54.716026000, delta=312974000 ns, racy<=2502500 ns
19:35:55.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:55.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.029000000, lastModified=2020-12-01 19:35:54.716026000, delta=312974000 ns, racy<=2502500 ns
19:35:55.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:55.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.029000000, lastModified=2020-12-01 19:35:54.726026000, delta=302974000 ns, racy<=2500000000 ns
19:35:55.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:55.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.030000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.030000000, lastModified=2020-12-01 19:35:54.726026000, delta=303974000 ns, racy<=2500000000 ns
19:35:55.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.030000000, lastModified=2020-12-01 19:35:54.726026000, delta=303974000 ns, racy<=2500000000 ns
19:35:55.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, is racily clean
19:35:55.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.031000000, lastModified=2020-12-01 19:35:54.726026000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.031000000, lastModified=2020-12-01 19:35:54.726026000, delta=304974000 ns, racy<=2500000000 ns
19:35:55.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.029000000, lastModified=2020-12-01 19:35:54.716026000, delta=312974000 ns, racy<=2502500 ns
19:35:55.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit495614254975309597/.git/objects/pack, is unmodified
19:35:55.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.038 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.038 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.038 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.038 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.038 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.037000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355037000000 ns, racy<=2500000000 ns
19:35:55.038 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is unmodified
19:35:55.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.037000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355037000000 ns, racy<=2500000000 ns
19:35:55.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is unmodified
19:35:55.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.037000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355037000000 ns, racy<=2500000000 ns
19:35:55.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is unmodified
19:35:55.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.037000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355037000000 ns, racy<=2500000000 ns
19:35:55.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is unmodified
19:35:55.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.037000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355037000000 ns, racy<=2500000000 ns
19:35:55.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is unmodified
19:35:55.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.037000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355037000000 ns, racy<=2500000000 ns
19:35:55.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is unmodified
19:35:55.046 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.046 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.046 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.047 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.047 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.047 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.037000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355037000000 ns, racy<=2500000000 ns
19:35:55.047 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is unmodified
19:35:55.047 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.047 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.047 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.047 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.047 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.048 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.037000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355037000000 ns, racy<=2500000000 ns
19:35:55.048 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is unmodified
19:35:55.048 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.048 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.048 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.048 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.048 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.048 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.037000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355037000000 ns, racy<=2500000000 ns
19:35:55.048 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is unmodified
19:35:55.049 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.048000000, lastModified=2020-12-01 19:35:55.048021000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.050000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.050000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.051000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.106 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.051000000, lastModified=2020-12-01 19:35:55.049021000, delta=1979000 ns, racy<=2500000000 ns
19:35:55.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.107000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.107000000, lastModified=2020-12-01 19:35:55.049021000, delta=57979000 ns, racy<=2500000000 ns
19:35:55.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.107000000, lastModified=2020-12-01 19:35:55.049021000, delta=57979000 ns, racy<=2500000000 ns
19:35:55.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.108000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.108000000, lastModified=2020-12-01 19:35:55.049021000, delta=58979000 ns, racy<=2500000000 ns
19:35:55.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.108000000, lastModified=2020-12-01 19:35:55.048021000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.109000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.110000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.110000000, lastModified=2020-12-01 19:35:55.049021000, delta=60979000 ns, racy<=2500000000 ns
19:35:55.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.110000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.110000000, lastModified=2020-12-01 19:35:55.049021000, delta=60979000 ns, racy<=2500000000 ns
19:35:55.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.110000000, lastModified=2020-12-01 19:35:55.049021000, delta=60979000 ns, racy<=2500000000 ns
19:35:55.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.111000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.111000000, lastModified=2020-12-01 19:35:55.049021000, delta=61979000 ns, racy<=2500000000 ns
19:35:55.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.111000000, lastModified=2020-12-01 19:35:55.049021000, delta=61979000 ns, racy<=2500000000 ns
19:35:55.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.112000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.112000000, lastModified=2020-12-01 19:35:55.049021000, delta=62979000 ns, racy<=2500000000 ns
19:35:55.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.112000000, lastModified=2020-12-01 19:35:55.049021000, delta=62979000 ns, racy<=2500000000 ns
19:35:55.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.113000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.113000000, lastModified=2020-12-01 19:35:55.049021000, delta=63979000 ns, racy<=2500000000 ns
19:35:55.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.113000000, lastModified=2020-12-01 19:35:55.049021000, delta=63979000 ns, racy<=2500000000 ns
19:35:55.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.113000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.113000000, lastModified=2020-12-01 19:35:55.049021000, delta=63979000 ns, racy<=2500000000 ns
19:35:55.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.113000000, lastModified=2020-12-01 19:35:55.049021000, delta=63979000 ns, racy<=2500000000 ns
19:35:55.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.114000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.114000000, lastModified=2020-12-01 19:35:55.049021000, delta=64979000 ns, racy<=2500000000 ns
19:35:55.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.115000000, lastModified=2020-12-01 19:35:55.040021000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.115000000, lastModified=2020-12-01 19:35:55.040021000, delta=74979000 ns, racy<=2502500 ns
19:35:55.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, is unmodified
19:35:55.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.115000000, lastModified=2020-12-01 19:35:55.040021000, delta=74979000 ns, racy<=2502500 ns
19:35:55.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, is unmodified
19:35:55.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.117000000, lastModified=2020-12-01 19:35:55.111020000, size=0, fileKey=(dev=300042,ino=27802026)
19:35:55.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.114000000, lastModified=2020-12-01 19:35:55.049021000, delta=64979000 ns, racy<=2500000000 ns
19:35:55.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.117000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.117000000, lastModified=2020-12-01 19:35:55.049021000, delta=67979000 ns, racy<=2500000000 ns
19:35:55.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.118000000, lastModified=2020-12-01 19:35:55.117020000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.118000000, lastModified=2020-12-01 19:35:55.117020000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.117000000, lastModified=2020-12-01 19:35:55.049021000, delta=67979000 ns, racy<=2500000000 ns
19:35:55.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.118000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.118000000, lastModified=2020-12-01 19:35:55.049021000, delta=68979000 ns, racy<=2500000000 ns
19:35:55.119 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.118000000, lastModified=2020-12-01 19:35:55.117020000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.119 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.119000000, lastModified=2020-12-01 19:35:55.117020000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.119 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.119000000, lastModified=2020-12-01 19:35:55.118020000, size=0, fileKey=(dev=300042,ino=27802031)
19:35:55.119 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.119 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.119 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.119 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.119 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.119 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.118000000, lastModified=2020-12-01 19:35:55.049021000, delta=68979000 ns, racy<=2500000000 ns
19:35:55.119 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.119 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.119000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.119 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.119000000, lastModified=2020-12-01 19:35:55.049021000, delta=69979000 ns, racy<=2500000000 ns
19:35:55.119 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.119000000, lastModified=2020-12-01 19:35:55.119020000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.119000000, lastModified=2020-12-01 19:35:55.049021000, delta=69979000 ns, racy<=2500000000 ns
19:35:55.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.120000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.120000000, lastModified=2020-12-01 19:35:55.049021000, delta=70979000 ns, racy<=2500000000 ns
19:35:55.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.120000000, lastModified=2020-12-01 19:35:55.049021000, delta=70979000 ns, racy<=2500000000 ns
19:35:55.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.121000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.121000000, lastModified=2020-12-01 19:35:55.049021000, delta=71979000 ns, racy<=2500000000 ns
19:35:55.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.121000000, lastModified=2020-12-01 19:35:55.049021000, delta=71979000 ns, racy<=2500000000 ns
19:35:55.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.121000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.121000000, lastModified=2020-12-01 19:35:55.049021000, delta=71979000 ns, racy<=2500000000 ns
19:35:55.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.121000000, lastModified=2020-12-01 19:35:55.049021000, delta=71979000 ns, racy<=2500000000 ns
19:35:55.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.122000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.122000000, lastModified=2020-12-01 19:35:55.049021000, delta=72979000 ns, racy<=2500000000 ns
19:35:55.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.122000000, lastModified=2020-12-01 19:35:55.048021000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.122000000, lastModified=2020-12-01 19:35:55.049021000, delta=72979000 ns, racy<=2500000000 ns
19:35:55.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.123000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.123000000, lastModified=2020-12-01 19:35:55.049021000, delta=73979000 ns, racy<=2500000000 ns
19:35:55.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.122000000, lastModified=2020-12-01 19:35:55.048021000, delta=73979000 ns, racy<=2502500 ns
19:35:55.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/HEAD, is unmodified
19:35:55.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.123000000, lastModified=2020-12-01 19:35:55.049021000, delta=73979000 ns, racy<=2500000000 ns
19:35:55.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.124000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.124000000, lastModified=2020-12-01 19:35:55.049021000, delta=74979000 ns, racy<=2500000000 ns
19:35:55.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.125000000, lastModified=2020-12-01 19:35:55.119020000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.125000000, lastModified=2020-12-01 19:35:55.119020000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.115000000, lastModified=2020-12-01 19:35:55.040021000, delta=74979000 ns, racy<=2502500 ns
19:35:55.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, is unmodified
19:35:55.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.115000000, lastModified=2020-12-01 19:35:55.040021000, delta=74979000 ns, racy<=2502500 ns
19:35:55.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, is unmodified
19:35:55.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.115000000, lastModified=2020-12-01 19:35:55.040021000, delta=74979000 ns, racy<=2502500 ns
19:35:55.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, is unmodified
19:35:55.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.115000000, lastModified=2020-12-01 19:35:55.040021000, delta=74979000 ns, racy<=2502500 ns
19:35:55.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, is unmodified
19:35:55.127 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.127 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.127 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.127 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.127 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.127 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.124000000, lastModified=2020-12-01 19:35:55.049021000, delta=74979000 ns, racy<=2500000000 ns
19:35:55.127 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.127 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.127000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.127 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.127000000, lastModified=2020-12-01 19:35:55.049021000, delta=77979000 ns, racy<=2500000000 ns
19:35:55.128 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.122000000, lastModified=2020-12-01 19:35:55.048021000, delta=73979000 ns, racy<=2502500 ns
19:35:55.128 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/HEAD, is unmodified
19:35:55.128 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.128 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.128 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.128 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.128 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.127000000, lastModified=2020-12-01 19:35:55.049021000, delta=77979000 ns, racy<=2500000000 ns
19:35:55.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.129000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.129000000, lastModified=2020-12-01 19:35:55.049021000, delta=79979000 ns, racy<=2500000000 ns
19:35:55.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.122000000, lastModified=2020-12-01 19:35:55.048021000, delta=73979000 ns, racy<=2502500 ns
19:35:55.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/HEAD, is unmodified
19:35:55.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.130 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.130 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.130 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.130 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.130 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.129000000, lastModified=2020-12-01 19:35:55.049021000, delta=79979000 ns, racy<=2500000000 ns
19:35:55.130 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.130 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.130000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.130 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.130000000, lastModified=2020-12-01 19:35:55.049021000, delta=80979000 ns, racy<=2500000000 ns
19:35:55.131 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit3275801892121536661/.git/refs/refs
19:35:55.131 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit3275801892121536661/.git/refs/tags/refs
19:35:55.132 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit3275801892121536661/.git/refs/heads/refs
19:35:55.132 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit3275801892121536661/.git/refs/remotes/refs
19:35:55.132 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.133 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.133 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.133 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.133 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.133 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.130000000, lastModified=2020-12-01 19:35:55.049021000, delta=80979000 ns, racy<=2500000000 ns
19:35:55.133 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.133 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.133000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.133 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.133000000, lastModified=2020-12-01 19:35:55.049021000, delta=83979000 ns, racy<=2500000000 ns
19:35:55.133 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.133000000, lastModified=2020-12-01 19:35:55.049021000, delta=83979000 ns, racy<=2500000000 ns
19:35:55.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.134000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.134000000, lastModified=2020-12-01 19:35:55.049021000, delta=84979000 ns, racy<=2500000000 ns
19:35:55.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.134000000, lastModified=2020-12-01 19:35:55.049021000, delta=84979000 ns, racy<=2500000000 ns
19:35:55.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.135000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.135000000, lastModified=2020-12-01 19:35:55.049021000, delta=85979000 ns, racy<=2500000000 ns
19:35:55.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.135000000, lastModified=2020-12-01 19:35:55.049021000, delta=85979000 ns, racy<=2500000000 ns
19:35:55.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.136000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.136000000, lastModified=2020-12-01 19:35:55.049021000, delta=86979000 ns, racy<=2500000000 ns
19:35:55.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.136000000, lastModified=2020-12-01 19:35:55.049021000, delta=86979000 ns, racy<=2500000000 ns
19:35:55.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.137000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.137000000, lastModified=2020-12-01 19:35:55.049021000, delta=87979000 ns, racy<=2500000000 ns
19:35:55.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.137000000, lastModified=2020-12-01 19:35:55.049021000, delta=87979000 ns, racy<=2500000000 ns
19:35:55.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.137000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.137000000, lastModified=2020-12-01 19:35:55.049021000, delta=87979000 ns, racy<=2500000000 ns
19:35:55.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.137000000, lastModified=2020-12-01 19:35:55.133020000, size=41, fileKey=(dev=300042,ino=27802040)
19:35:55.138 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.138 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.138 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.138 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.138 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.138 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.137000000, lastModified=2020-12-01 19:35:55.049021000, delta=87979000 ns, racy<=2500000000 ns
19:35:55.138 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.138 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.138000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.138 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.138000000, lastModified=2020-12-01 19:35:55.049021000, delta=88979000 ns, racy<=2500000000 ns
19:35:55.138 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.139 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.139 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.139 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.139 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.139 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.108000000, lastModified=2020-12-01 19:35:55.049021000, delta=58979000 ns, racy<=2500000000 ns
19:35:55.139 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.139 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.139000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.139 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.139000000, lastModified=2020-12-01 19:35:55.049021000, delta=89979000 ns, racy<=2500000000 ns
19:35:55.139 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:55.139000000, lastModified=2020-12-01 19:35:55.133020000, size=41, fileKey=(dev=300042,ino=27802040)
19:35:55.139 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.139 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.139 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.139000000, lastModified=2020-12-01 19:35:55.049021000, delta=89979000 ns, racy<=2500000000 ns
19:35:55.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.140000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.140000000, lastModified=2020-12-01 19:35:55.049021000, delta=90979000 ns, racy<=2500000000 ns
19:35:55.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.139000000, lastModified=2020-12-01 19:35:55.133020000, delta=5980000 ns, racy<=2502500 ns
19:35:55.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/refs/heads/master, is unmodified
439ca09769348b3d33a0619897348683f232d31e
19:35:55.141 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.141000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.142 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.142 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.142 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.142 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.142 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.142 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.142000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.142 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.142000000, lastModified=2020-12-01 19:35:55.049021000, delta=92979000 ns, racy<=2500000000 ns
19:35:55.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.143000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.143000000, lastModified=2020-12-01 19:35:55.049021000, delta=93979000 ns, racy<=2500000000 ns
19:35:55.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.143000000, lastModified=2020-12-01 19:35:55.119020000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.143000000, lastModified=2020-12-01 19:35:55.049021000, delta=93979000 ns, racy<=2500000000 ns
19:35:55.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.144 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.144000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.144 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.144000000, lastModified=2020-12-01 19:35:55.049021000, delta=94979000 ns, racy<=2500000000 ns
19:35:55.144 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.144000000, lastModified=2020-12-01 19:35:55.119020000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.144 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.144000000, lastModified=2020-12-01 19:35:55.119020000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.144 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.144 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.144 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.144 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.144000000, lastModified=2020-12-01 19:35:55.049021000, delta=94979000 ns, racy<=2500000000 ns
19:35:55.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.145000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.145000000, lastModified=2020-12-01 19:35:55.049021000, delta=95979000 ns, racy<=2500000000 ns
19:35:55.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.145000000, lastModified=2020-12-01 19:35:55.049021000, delta=95979000 ns, racy<=2500000000 ns
19:35:55.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.145000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.145 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.145000000, lastModified=2020-12-01 19:35:55.049021000, delta=95979000 ns, racy<=2500000000 ns
19:35:55.146 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.146 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.146 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.146 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.146 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.146 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.145000000, lastModified=2020-12-01 19:35:55.049021000, delta=95979000 ns, racy<=2500000000 ns
19:35:55.146 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.146 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.146000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.146 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.146000000, lastModified=2020-12-01 19:35:55.049021000, delta=96979000 ns, racy<=2500000000 ns
19:35:55.147 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.147 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.147000000, lastModified=2020-12-01 19:35:55.040021000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.147 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.147000000, lastModified=2020-12-01 19:35:55.040021000, delta=106979000 ns, racy<=2502500 ns
19:35:55.147 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, is unmodified
19:35:55.206 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.146000000, lastModified=2020-12-01 19:35:55.049021000, delta=96979000 ns, racy<=2500000000 ns
19:35:55.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.207000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.207000000, lastModified=2020-12-01 19:35:55.049021000, delta=157979000 ns, racy<=2500000000 ns
19:35:55.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.147000000, lastModified=2020-12-01 19:35:55.040021000, delta=106979000 ns, racy<=2502500 ns
19:35:55.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, is unmodified
19:35:55.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.147000000, lastModified=2020-12-01 19:35:55.040021000, delta=106979000 ns, racy<=2502500 ns
19:35:55.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, is unmodified
19:35:55.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.209000000, lastModified=2020-12-01 19:35:55.144020000, size=0, fileKey=(dev=300042,ino=27802043)
19:35:55.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.207000000, lastModified=2020-12-01 19:35:55.049021000, delta=157979000 ns, racy<=2500000000 ns
19:35:55.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.209000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.209000000, lastModified=2020-12-01 19:35:55.049021000, delta=159979000 ns, racy<=2500000000 ns
19:35:55.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.209000000, lastModified=2020-12-01 19:35:55.209019000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.210000000, lastModified=2020-12-01 19:35:55.209019000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.209000000, lastModified=2020-12-01 19:35:55.049021000, delta=159979000 ns, racy<=2500000000 ns
19:35:55.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.210000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.210000000, lastModified=2020-12-01 19:35:55.049021000, delta=160979000 ns, racy<=2500000000 ns
19:35:55.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.210000000, lastModified=2020-12-01 19:35:55.049021000, delta=160979000 ns, racy<=2500000000 ns
19:35:55.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.211000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.211000000, lastModified=2020-12-01 19:35:55.049021000, delta=161979000 ns, racy<=2500000000 ns
19:35:55.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.211000000, lastModified=2020-12-01 19:35:55.049021000, delta=161979000 ns, racy<=2500000000 ns
19:35:55.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.212000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.212000000, lastModified=2020-12-01 19:35:55.049021000, delta=162979000 ns, racy<=2500000000 ns
19:35:55.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.212000000, lastModified=2020-12-01 19:35:55.049021000, delta=162979000 ns, racy<=2500000000 ns
19:35:55.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.212000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.212000000, lastModified=2020-12-01 19:35:55.049021000, delta=162979000 ns, racy<=2500000000 ns
19:35:55.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.212000000, lastModified=2020-12-01 19:35:55.048021000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:55.212000000, lastModified=2020-12-01 19:35:55.133020000, size=41, fileKey=(dev=300042,ino=27802040)
19:35:55.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.212000000, lastModified=2020-12-01 19:35:55.049021000, delta=162979000 ns, racy<=2500000000 ns
19:35:55.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.213000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.213000000, lastModified=2020-12-01 19:35:55.049021000, delta=163979000 ns, racy<=2500000000 ns
19:35:55.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.212000000, lastModified=2020-12-01 19:35:55.048021000, delta=163979000 ns, racy<=2502500 ns
19:35:55.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/HEAD, is unmodified
19:35:55.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.212000000, lastModified=2020-12-01 19:35:55.133020000, delta=78980000 ns, racy<=2502500 ns
19:35:55.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/refs/heads/master, is unmodified
19:35:55.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.147000000, lastModified=2020-12-01 19:35:55.040021000, delta=106979000 ns, racy<=2502500 ns
19:35:55.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, is unmodified
19:35:55.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.213000000, lastModified=2020-12-01 19:35:55.049021000, delta=163979000 ns, racy<=2500000000 ns
19:35:55.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.214000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.214000000, lastModified=2020-12-01 19:35:55.049021000, delta=164979000 ns, racy<=2500000000 ns
19:35:55.215 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.215000000, lastModified=2020-12-01 19:35:55.209019000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.215 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.215000000, lastModified=2020-12-01 19:35:55.209019000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.215 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.147000000, lastModified=2020-12-01 19:35:55.040021000, delta=106979000 ns, racy<=2502500 ns
19:35:55.215 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, is unmodified
19:35:55.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.147000000, lastModified=2020-12-01 19:35:55.040021000, delta=106979000 ns, racy<=2502500 ns
19:35:55.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, is unmodified
19:35:55.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.147000000, lastModified=2020-12-01 19:35:55.040021000, delta=106979000 ns, racy<=2502500 ns
19:35:55.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, is unmodified
19:35:55.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.147000000, lastModified=2020-12-01 19:35:55.040021000, delta=106979000 ns, racy<=2502500 ns
19:35:55.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/objects/pack, is unmodified
19:35:55.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.214000000, lastModified=2020-12-01 19:35:55.049021000, delta=164979000 ns, racy<=2500000000 ns
19:35:55.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.218000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.218000000, lastModified=2020-12-01 19:35:55.049021000, delta=168979000 ns, racy<=2500000000 ns
19:35:55.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.212000000, lastModified=2020-12-01 19:35:55.048021000, delta=163979000 ns, racy<=2502500 ns
19:35:55.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/HEAD, is unmodified
19:35:55.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.212000000, lastModified=2020-12-01 19:35:55.133020000, delta=78980000 ns, racy<=2502500 ns
19:35:55.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/refs/heads/master, is unmodified
19:35:55.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.219 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.219 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.219 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.219 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.218000000, lastModified=2020-12-01 19:35:55.049021000, delta=168979000 ns, racy<=2500000000 ns
19:35:55.219 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.219 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.219000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.219 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.219000000, lastModified=2020-12-01 19:35:55.049021000, delta=169979000 ns, racy<=2500000000 ns
19:35:55.219 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.212000000, lastModified=2020-12-01 19:35:55.133020000, delta=78980000 ns, racy<=2502500 ns
19:35:55.219 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/refs/heads/master, is unmodified
19:35:55.219 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.219000000, lastModified=2020-12-01 19:35:55.049021000, delta=169979000 ns, racy<=2500000000 ns
19:35:55.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.220000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.220000000, lastModified=2020-12-01 19:35:55.049021000, delta=170979000 ns, racy<=2500000000 ns
19:35:55.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.220000000, lastModified=2020-12-01 19:35:55.049021000, delta=170979000 ns, racy<=2500000000 ns
19:35:55.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.220000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.220000000, lastModified=2020-12-01 19:35:55.049021000, delta=170979000 ns, racy<=2500000000 ns
19:35:55.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.220000000, lastModified=2020-12-01 19:35:55.049021000, delta=170979000 ns, racy<=2500000000 ns
19:35:55.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.221000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.221000000, lastModified=2020-12-01 19:35:55.049021000, delta=171979000 ns, racy<=2500000000 ns
19:35:55.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.221000000, lastModified=2020-12-01 19:35:55.049021000, delta=171979000 ns, racy<=2500000000 ns
19:35:55.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.222000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.222000000, lastModified=2020-12-01 19:35:55.049021000, delta=172979000 ns, racy<=2500000000 ns
19:35:55.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.222000000, lastModified=2020-12-01 19:35:55.049021000, delta=172979000 ns, racy<=2500000000 ns
19:35:55.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.222000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.222000000, lastModified=2020-12-01 19:35:55.049021000, delta=172979000 ns, racy<=2500000000 ns
19:35:55.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.222000000, lastModified=2020-12-01 19:35:55.049021000, delta=172979000 ns, racy<=2500000000 ns
19:35:55.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.223000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.223000000, lastModified=2020-12-01 19:35:55.049021000, delta=173979000 ns, racy<=2500000000 ns
19:35:55.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.223000000, lastModified=2020-12-01 19:35:55.220019000, size=41, fileKey=(dev=300042,ino=27802051)
19:35:55.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.223000000, lastModified=2020-12-01 19:35:55.049021000, delta=173979000 ns, racy<=2500000000 ns
19:35:55.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.224000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.224000000, lastModified=2020-12-01 19:35:55.049021000, delta=174979000 ns, racy<=2500000000 ns
19:35:55.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.140000000, lastModified=2020-12-01 19:35:55.049021000, delta=90979000 ns, racy<=2500000000 ns
19:35:55.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.224000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.224000000, lastModified=2020-12-01 19:35:55.049021000, delta=174979000 ns, racy<=2500000000 ns
19:35:55.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/refs/heads/master, FileKey changed from (dev=300042,ino=27802040) to (dev=300042,ino=27802051)
19:35:55.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:55.225000000, lastModified=2020-12-01 19:35:55.220019000, size=41, fileKey=(dev=300042,ino=27802051)
19:35:55.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.224000000, lastModified=2020-12-01 19:35:55.049021000, delta=174979000 ns, racy<=2500000000 ns
19:35:55.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, is racily clean
19:35:55.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.225000000, lastModified=2020-12-01 19:35:55.049021000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.225000000, lastModified=2020-12-01 19:35:55.049021000, delta=175979000 ns, racy<=2500000000 ns
19:35:55.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.225000000, lastModified=2020-12-01 19:35:55.220019000, delta=4981000 ns, racy<=2502500 ns
19:35:55.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3275801892121536661/.git/refs/heads/master, is unmodified
0ca53760b09247e83bc3687656b881fc772b6c5f
19:35:55.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.230000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355230000000 ns, racy<=2500000000 ns
19:35:55.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is unmodified
19:35:55.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.230000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355230000000 ns, racy<=2500000000 ns
19:35:55.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is unmodified
19:35:55.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.230000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355230000000 ns, racy<=2500000000 ns
19:35:55.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is unmodified
19:35:55.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.230000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355230000000 ns, racy<=2500000000 ns
19:35:55.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is unmodified
19:35:55.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.230000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355230000000 ns, racy<=2500000000 ns
19:35:55.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is unmodified
19:35:55.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.230000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355230000000 ns, racy<=2500000000 ns
19:35:55.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is unmodified
19:35:55.240 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.240 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.240 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.240 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.240 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.240 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.230000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355230000000 ns, racy<=2500000000 ns
19:35:55.240 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is unmodified
19:35:55.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.230000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355230000000 ns, racy<=2500000000 ns
19:35:55.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is unmodified
19:35:55.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.230000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355230000000 ns, racy<=2500000000 ns
19:35:55.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is unmodified
19:35:55.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.242000000, lastModified=2020-12-01 19:35:55.242019000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.243000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.244 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.244000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.244 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.244 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.244 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.244 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.244 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.245000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.245000000, lastModified=2020-12-01 19:35:55.243019000, delta=1981000 ns, racy<=2500000000 ns
19:35:55.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.245000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.245000000, lastModified=2020-12-01 19:35:55.243019000, delta=1981000 ns, racy<=2500000000 ns
19:35:55.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.246 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.246 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.246 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.246 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.246 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.245000000, lastModified=2020-12-01 19:35:55.243019000, delta=1981000 ns, racy<=2500000000 ns
19:35:55.246 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.246 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.246000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.246 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.246000000, lastModified=2020-12-01 19:35:55.243019000, delta=2981000 ns, racy<=2500000000 ns
19:35:55.246 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.246000000, lastModified=2020-12-01 19:35:55.242019000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.247000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.307000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.307000000, lastModified=2020-12-01 19:35:55.243019000, delta=63981000 ns, racy<=2500000000 ns
19:35:55.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.307000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.307000000, lastModified=2020-12-01 19:35:55.243019000, delta=63981000 ns, racy<=2500000000 ns
19:35:55.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.307000000, lastModified=2020-12-01 19:35:55.243019000, delta=63981000 ns, racy<=2500000000 ns
19:35:55.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.308000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.308000000, lastModified=2020-12-01 19:35:55.243019000, delta=64981000 ns, racy<=2500000000 ns
19:35:55.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.308000000, lastModified=2020-12-01 19:35:55.243019000, delta=64981000 ns, racy<=2500000000 ns
19:35:55.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.308000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.308000000, lastModified=2020-12-01 19:35:55.243019000, delta=64981000 ns, racy<=2500000000 ns
19:35:55.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.308000000, lastModified=2020-12-01 19:35:55.243019000, delta=64981000 ns, racy<=2500000000 ns
19:35:55.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.309000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.309000000, lastModified=2020-12-01 19:35:55.243019000, delta=65981000 ns, racy<=2500000000 ns
19:35:55.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.309000000, lastModified=2020-12-01 19:35:55.243019000, delta=65981000 ns, racy<=2500000000 ns
19:35:55.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.309000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.309000000, lastModified=2020-12-01 19:35:55.243019000, delta=65981000 ns, racy<=2500000000 ns
19:35:55.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.309000000, lastModified=2020-12-01 19:35:55.243019000, delta=65981000 ns, racy<=2500000000 ns
19:35:55.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.310000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.310000000, lastModified=2020-12-01 19:35:55.243019000, delta=66981000 ns, racy<=2500000000 ns
19:35:55.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.310000000, lastModified=2020-12-01 19:35:55.233019000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.310000000, lastModified=2020-12-01 19:35:55.233019000, delta=76981000 ns, racy<=2502500 ns
19:35:55.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.310000000, lastModified=2020-12-01 19:35:55.233019000, delta=76981000 ns, racy<=2502500 ns
19:35:55.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.311000000, lastModified=2020-12-01 19:35:55.308018000, size=0, fileKey=(dev=300042,ino=27802026)
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.310000000, lastModified=2020-12-01 19:35:55.243019000, delta=66981000 ns, racy<=2500000000 ns
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.312000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.312000000, lastModified=2020-12-01 19:35:55.243019000, delta=68981000 ns, racy<=2500000000 ns
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.312000000, lastModified=2020-12-01 19:35:55.312018000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.312000000, lastModified=2020-12-01 19:35:55.312018000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.312000000, lastModified=2020-12-01 19:35:55.243019000, delta=68981000 ns, racy<=2500000000 ns
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.312000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.312000000, lastModified=2020-12-01 19:35:55.243019000, delta=68981000 ns, racy<=2500000000 ns
19:35:55.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.313000000, lastModified=2020-12-01 19:35:55.312018000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.313000000, lastModified=2020-12-01 19:35:55.312018000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.313000000, lastModified=2020-12-01 19:35:55.312018000, size=0, fileKey=(dev=300042,ino=27802031)
19:35:55.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.312000000, lastModified=2020-12-01 19:35:55.243019000, delta=68981000 ns, racy<=2500000000 ns
19:35:55.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.313000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.313000000, lastModified=2020-12-01 19:35:55.243019000, delta=69981000 ns, racy<=2500000000 ns
19:35:55.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.313000000, lastModified=2020-12-01 19:35:55.313018000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.313000000, lastModified=2020-12-01 19:35:55.243019000, delta=69981000 ns, racy<=2500000000 ns
19:35:55.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.314000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.314000000, lastModified=2020-12-01 19:35:55.243019000, delta=70981000 ns, racy<=2500000000 ns
19:35:55.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.314000000, lastModified=2020-12-01 19:35:55.243019000, delta=70981000 ns, racy<=2500000000 ns
19:35:55.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.314000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.314000000, lastModified=2020-12-01 19:35:55.243019000, delta=70981000 ns, racy<=2500000000 ns
19:35:55.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.314000000, lastModified=2020-12-01 19:35:55.243019000, delta=70981000 ns, racy<=2500000000 ns
19:35:55.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.315000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.315000000, lastModified=2020-12-01 19:35:55.243019000, delta=71981000 ns, racy<=2500000000 ns
19:35:55.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.315000000, lastModified=2020-12-01 19:35:55.243019000, delta=71981000 ns, racy<=2500000000 ns
19:35:55.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.315000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.315000000, lastModified=2020-12-01 19:35:55.243019000, delta=71981000 ns, racy<=2500000000 ns
19:35:55.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.315000000, lastModified=2020-12-01 19:35:55.242019000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.315000000, lastModified=2020-12-01 19:35:55.243019000, delta=71981000 ns, racy<=2500000000 ns
19:35:55.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.316000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.316000000, lastModified=2020-12-01 19:35:55.243019000, delta=72981000 ns, racy<=2500000000 ns
19:35:55.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.315000000, lastModified=2020-12-01 19:35:55.242019000, delta=72981000 ns, racy<=2502500 ns
19:35:55.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, is unmodified
19:35:55.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.316000000, lastModified=2020-12-01 19:35:55.243019000, delta=72981000 ns, racy<=2500000000 ns
19:35:55.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.317000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.317000000, lastModified=2020-12-01 19:35:55.243019000, delta=73981000 ns, racy<=2500000000 ns
19:35:55.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.317000000, lastModified=2020-12-01 19:35:55.313018000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.317000000, lastModified=2020-12-01 19:35:55.313018000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.310000000, lastModified=2020-12-01 19:35:55.233019000, delta=76981000 ns, racy<=2502500 ns
19:35:55.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.310000000, lastModified=2020-12-01 19:35:55.233019000, delta=76981000 ns, racy<=2502500 ns
19:35:55.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.310000000, lastModified=2020-12-01 19:35:55.233019000, delta=76981000 ns, racy<=2502500 ns
19:35:55.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.310000000, lastModified=2020-12-01 19:35:55.233019000, delta=76981000 ns, racy<=2502500 ns
19:35:55.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.317000000, lastModified=2020-12-01 19:35:55.243019000, delta=73981000 ns, racy<=2500000000 ns
19:35:55.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.319000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.319000000, lastModified=2020-12-01 19:35:55.243019000, delta=75981000 ns, racy<=2500000000 ns
19:35:55.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.315000000, lastModified=2020-12-01 19:35:55.242019000, delta=72981000 ns, racy<=2502500 ns
19:35:55.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, is unmodified
19:35:55.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.319000000, lastModified=2020-12-01 19:35:55.243019000, delta=75981000 ns, racy<=2500000000 ns
19:35:55.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.320000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.320000000, lastModified=2020-12-01 19:35:55.243019000, delta=76981000 ns, racy<=2500000000 ns
19:35:55.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.315000000, lastModified=2020-12-01 19:35:55.242019000, delta=72981000 ns, racy<=2502500 ns
19:35:55.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, is unmodified
19:35:55.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.320000000, lastModified=2020-12-01 19:35:55.243019000, delta=76981000 ns, racy<=2500000000 ns
19:35:55.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.320000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.320000000, lastModified=2020-12-01 19:35:55.243019000, delta=76981000 ns, racy<=2500000000 ns
19:35:55.321 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit8813848989474569259/.git/refs/refs
19:35:55.321 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit8813848989474569259/.git/refs/tags/refs
19:35:55.321 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit8813848989474569259/.git/refs/heads/refs
19:35:55.321 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit8813848989474569259/.git/refs/remotes/refs
19:35:55.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.320000000, lastModified=2020-12-01 19:35:55.243019000, delta=76981000 ns, racy<=2500000000 ns
19:35:55.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.322000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.322000000, lastModified=2020-12-01 19:35:55.243019000, delta=78981000 ns, racy<=2500000000 ns
19:35:55.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.322000000, lastModified=2020-12-01 19:35:55.243019000, delta=78981000 ns, racy<=2500000000 ns
19:35:55.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.322000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.322000000, lastModified=2020-12-01 19:35:55.243019000, delta=78981000 ns, racy<=2500000000 ns
19:35:55.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.322000000, lastModified=2020-12-01 19:35:55.243019000, delta=78981000 ns, racy<=2500000000 ns
19:35:55.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.323000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.323000000, lastModified=2020-12-01 19:35:55.243019000, delta=79981000 ns, racy<=2500000000 ns
19:35:55.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.323000000, lastModified=2020-12-01 19:35:55.243019000, delta=79981000 ns, racy<=2500000000 ns
19:35:55.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.323000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.323000000, lastModified=2020-12-01 19:35:55.243019000, delta=79981000 ns, racy<=2500000000 ns
19:35:55.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.323000000, lastModified=2020-12-01 19:35:55.243019000, delta=79981000 ns, racy<=2500000000 ns
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.324000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.324000000, lastModified=2020-12-01 19:35:55.243019000, delta=80981000 ns, racy<=2500000000 ns
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.324000000, lastModified=2020-12-01 19:35:55.243019000, delta=80981000 ns, racy<=2500000000 ns
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.324000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.324000000, lastModified=2020-12-01 19:35:55.243019000, delta=80981000 ns, racy<=2500000000 ns
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.324000000, lastModified=2020-12-01 19:35:55.322018000, size=41, fileKey=(dev=300042,ino=27802040)
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.324000000, lastModified=2020-12-01 19:35:55.243019000, delta=80981000 ns, racy<=2500000000 ns
19:35:55.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.325000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.325000000, lastModified=2020-12-01 19:35:55.243019000, delta=81981000 ns, racy<=2500000000 ns
19:35:55.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.246000000, lastModified=2020-12-01 19:35:55.243019000, delta=2981000 ns, racy<=2500000000 ns
19:35:55.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.325000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.325000000, lastModified=2020-12-01 19:35:55.243019000, delta=81981000 ns, racy<=2500000000 ns
19:35:55.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:55.325000000, lastModified=2020-12-01 19:35:55.322018000, size=41, fileKey=(dev=300042,ino=27802040)
19:35:55.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.325000000, lastModified=2020-12-01 19:35:55.243019000, delta=81981000 ns, racy<=2500000000 ns
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.326000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.326000000, lastModified=2020-12-01 19:35:55.243019000, delta=82981000 ns, racy<=2500000000 ns
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.325000000, lastModified=2020-12-01 19:35:55.322018000, delta=2982000 ns, racy<=2502500 ns
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, is unmodified
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.246000000, lastModified=2020-12-01 19:35:55.242019000, delta=3981000 ns, racy<=2502500 ns
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, is unmodified
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.325000000, lastModified=2020-12-01 19:35:55.322018000, delta=2982000 ns, racy<=2502500 ns
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, is unmodified
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.326000000, lastModified=2020-12-01 19:35:55.243019000, delta=82981000 ns, racy<=2500000000 ns
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.326000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.326000000, lastModified=2020-12-01 19:35:55.243019000, delta=82981000 ns, racy<=2500000000 ns
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, size changed from 0 to 104 bytes
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.327000000, lastModified=2020-12-01 19:35:55.313018000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.326000000, lastModified=2020-12-01 19:35:55.243019000, delta=82981000 ns, racy<=2500000000 ns
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.327000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.327000000, lastModified=2020-12-01 19:35:55.243019000, delta=83981000 ns, racy<=2500000000 ns
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.325000000, lastModified=2020-12-01 19:35:55.322018000, delta=2982000 ns, racy<=2502500 ns
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, is unmodified
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.327000000, lastModified=2020-12-01 19:35:55.243019000, delta=83981000 ns, racy<=2500000000 ns
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.327000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.327000000, lastModified=2020-12-01 19:35:55.243019000, delta=83981000 ns, racy<=2500000000 ns
19:35:55.328 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.325000000, lastModified=2020-12-01 19:35:55.322018000, delta=2982000 ns, racy<=2502500 ns
19:35:55.328 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, is unmodified
19:35:55.328 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.328 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.328000000, lastModified=2020-12-01 19:35:55.233019000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.328 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.328000000, lastModified=2020-12-01 19:35:55.233019000, delta=94981000 ns, racy<=2502500 ns
19:35:55.328 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.329000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.329000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.329000000, lastModified=2020-12-01 19:35:55.243019000, delta=85981000 ns, racy<=2500000000 ns
19:35:55.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.330000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.330000000, lastModified=2020-12-01 19:35:55.243019000, delta=86981000 ns, racy<=2500000000 ns
19:35:55.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.330000000, lastModified=2020-12-01 19:35:55.313018000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.330000000, lastModified=2020-12-01 19:35:55.243019000, delta=86981000 ns, racy<=2500000000 ns
19:35:55.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.330000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.330000000, lastModified=2020-12-01 19:35:55.243019000, delta=86981000 ns, racy<=2500000000 ns
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.330000000, lastModified=2020-12-01 19:35:55.313018000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.331000000, lastModified=2020-12-01 19:35:55.313018000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.330000000, lastModified=2020-12-01 19:35:55.243019000, delta=86981000 ns, racy<=2500000000 ns
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.331000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.331000000, lastModified=2020-12-01 19:35:55.243019000, delta=87981000 ns, racy<=2500000000 ns
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.331000000, lastModified=2020-12-01 19:35:55.243019000, delta=87981000 ns, racy<=2500000000 ns
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.331000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.331000000, lastModified=2020-12-01 19:35:55.243019000, delta=87981000 ns, racy<=2500000000 ns
19:35:55.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.331000000, lastModified=2020-12-01 19:35:55.243019000, delta=87981000 ns, racy<=2500000000 ns
19:35:55.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.332000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.332000000, lastModified=2020-12-01 19:35:55.243019000, delta=88981000 ns, racy<=2500000000 ns
19:35:55.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.332000000, lastModified=2020-12-01 19:35:55.233019000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.332000000, lastModified=2020-12-01 19:35:55.233019000, delta=98981000 ns, racy<=2502500 ns
19:35:55.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.332000000, lastModified=2020-12-01 19:35:55.243019000, delta=88981000 ns, racy<=2500000000 ns
19:35:55.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.333000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.333000000, lastModified=2020-12-01 19:35:55.243019000, delta=89981000 ns, racy<=2500000000 ns
19:35:55.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.332000000, lastModified=2020-12-01 19:35:55.233019000, delta=98981000 ns, racy<=2502500 ns
19:35:55.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.332000000, lastModified=2020-12-01 19:35:55.233019000, delta=98981000 ns, racy<=2502500 ns
19:35:55.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.334000000, lastModified=2020-12-01 19:35:55.330018000, size=0, fileKey=(dev=300042,ino=27802043)
19:35:55.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.333000000, lastModified=2020-12-01 19:35:55.243019000, delta=89981000 ns, racy<=2500000000 ns
19:35:55.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.334000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.334000000, lastModified=2020-12-01 19:35:55.243019000, delta=90981000 ns, racy<=2500000000 ns
19:35:55.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.334000000, lastModified=2020-12-01 19:35:55.334018000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.334000000, lastModified=2020-12-01 19:35:55.334018000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.334000000, lastModified=2020-12-01 19:35:55.243019000, delta=90981000 ns, racy<=2500000000 ns
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.335000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.335000000, lastModified=2020-12-01 19:35:55.243019000, delta=91981000 ns, racy<=2500000000 ns
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.335000000, lastModified=2020-12-01 19:35:55.243019000, delta=91981000 ns, racy<=2500000000 ns
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.335000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.335000000, lastModified=2020-12-01 19:35:55.243019000, delta=91981000 ns, racy<=2500000000 ns
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.335000000, lastModified=2020-12-01 19:35:55.243019000, delta=91981000 ns, racy<=2500000000 ns
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.336000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.336000000, lastModified=2020-12-01 19:35:55.243019000, delta=92981000 ns, racy<=2500000000 ns
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.336000000, lastModified=2020-12-01 19:35:55.243019000, delta=92981000 ns, racy<=2500000000 ns
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.336000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.336000000, lastModified=2020-12-01 19:35:55.243019000, delta=92981000 ns, racy<=2500000000 ns
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.336000000, lastModified=2020-12-01 19:35:55.242019000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:55.336000000, lastModified=2020-12-01 19:35:55.322018000, size=41, fileKey=(dev=300042,ino=27802040)
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.336000000, lastModified=2020-12-01 19:35:55.243019000, delta=92981000 ns, racy<=2500000000 ns
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.336000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.336000000, lastModified=2020-12-01 19:35:55.243019000, delta=92981000 ns, racy<=2500000000 ns
19:35:55.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.336000000, lastModified=2020-12-01 19:35:55.242019000, delta=93981000 ns, racy<=2502500 ns
19:35:55.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, is unmodified
19:35:55.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.336000000, lastModified=2020-12-01 19:35:55.322018000, delta=13982000 ns, racy<=2502500 ns
19:35:55.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, is unmodified
19:35:55.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.332000000, lastModified=2020-12-01 19:35:55.233019000, delta=98981000 ns, racy<=2502500 ns
19:35:55.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.336000000, lastModified=2020-12-01 19:35:55.243019000, delta=92981000 ns, racy<=2500000000 ns
19:35:55.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.337000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.337000000, lastModified=2020-12-01 19:35:55.243019000, delta=93981000 ns, racy<=2500000000 ns
19:35:55.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.338000000, lastModified=2020-12-01 19:35:55.334018000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.338000000, lastModified=2020-12-01 19:35:55.334018000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.332000000, lastModified=2020-12-01 19:35:55.233019000, delta=98981000 ns, racy<=2502500 ns
19:35:55.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.332000000, lastModified=2020-12-01 19:35:55.233019000, delta=98981000 ns, racy<=2502500 ns
19:35:55.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.332000000, lastModified=2020-12-01 19:35:55.233019000, delta=98981000 ns, racy<=2502500 ns
19:35:55.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.332000000, lastModified=2020-12-01 19:35:55.233019000, delta=98981000 ns, racy<=2502500 ns
19:35:55.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.337000000, lastModified=2020-12-01 19:35:55.243019000, delta=93981000 ns, racy<=2500000000 ns
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.340000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.340000000, lastModified=2020-12-01 19:35:55.243019000, delta=96981000 ns, racy<=2500000000 ns
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.336000000, lastModified=2020-12-01 19:35:55.242019000, delta=93981000 ns, racy<=2502500 ns
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, is unmodified
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.336000000, lastModified=2020-12-01 19:35:55.322018000, delta=13982000 ns, racy<=2502500 ns
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, is unmodified
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.340000000, lastModified=2020-12-01 19:35:55.243019000, delta=96981000 ns, racy<=2500000000 ns
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.340000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.340000000, lastModified=2020-12-01 19:35:55.243019000, delta=96981000 ns, racy<=2500000000 ns
19:35:55.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.336000000, lastModified=2020-12-01 19:35:55.322018000, delta=13982000 ns, racy<=2502500 ns
19:35:55.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, is unmodified
19:35:55.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.340000000, lastModified=2020-12-01 19:35:55.243019000, delta=96981000 ns, racy<=2500000000 ns
19:35:55.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.341000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.341000000, lastModified=2020-12-01 19:35:55.243019000, delta=97981000 ns, racy<=2500000000 ns
19:35:55.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.341000000, lastModified=2020-12-01 19:35:55.243019000, delta=97981000 ns, racy<=2500000000 ns
19:35:55.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.341000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.341000000, lastModified=2020-12-01 19:35:55.243019000, delta=97981000 ns, racy<=2500000000 ns
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.341000000, lastModified=2020-12-01 19:35:55.243019000, delta=97981000 ns, racy<=2500000000 ns
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.342000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.342000000, lastModified=2020-12-01 19:35:55.243019000, delta=98981000 ns, racy<=2500000000 ns
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.342000000, lastModified=2020-12-01 19:35:55.243019000, delta=98981000 ns, racy<=2500000000 ns
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.342000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.342000000, lastModified=2020-12-01 19:35:55.243019000, delta=98981000 ns, racy<=2500000000 ns
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.342000000, lastModified=2020-12-01 19:35:55.243019000, delta=98981000 ns, racy<=2500000000 ns
19:35:55.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.343000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.343000000, lastModified=2020-12-01 19:35:55.243019000, delta=99981000 ns, racy<=2500000000 ns
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.343000000, lastModified=2020-12-01 19:35:55.243019000, delta=99981000 ns, racy<=2500000000 ns
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.343000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.343000000, lastModified=2020-12-01 19:35:55.243019000, delta=99981000 ns, racy<=2500000000 ns
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.343000000, lastModified=2020-12-01 19:35:55.341017000, size=41, fileKey=(dev=300042,ino=27802051)
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.343000000, lastModified=2020-12-01 19:35:55.243019000, delta=99981000 ns, racy<=2500000000 ns
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.343000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.343000000, lastModified=2020-12-01 19:35:55.243019000, delta=99981000 ns, racy<=2500000000 ns
19:35:55.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.407000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.407000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.407000000, lastModified=2020-12-01 19:35:55.243019000, delta=163981000 ns, racy<=2500000000 ns
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.408000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.408000000, lastModified=2020-12-01 19:35:55.243019000, delta=164981000 ns, racy<=2500000000 ns
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.408000000, lastModified=2020-12-01 19:35:55.334018000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.408000000, lastModified=2020-12-01 19:35:55.243019000, delta=164981000 ns, racy<=2500000000 ns
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.408000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.408000000, lastModified=2020-12-01 19:35:55.243019000, delta=164981000 ns, racy<=2500000000 ns
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.408000000, lastModified=2020-12-01 19:35:55.334018000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.408000000, lastModified=2020-12-01 19:35:55.334018000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.409 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.409 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.409 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.409 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.409 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.409 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.408000000, lastModified=2020-12-01 19:35:55.243019000, delta=164981000 ns, racy<=2500000000 ns
19:35:55.409 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.409 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.409000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.409 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.409000000, lastModified=2020-12-01 19:35:55.243019000, delta=165981000 ns, racy<=2500000000 ns
19:35:55.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.409000000, lastModified=2020-12-01 19:35:55.243019000, delta=165981000 ns, racy<=2500000000 ns
19:35:55.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.410000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.410000000, lastModified=2020-12-01 19:35:55.243019000, delta=166981000 ns, racy<=2500000000 ns
19:35:55.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.410000000, lastModified=2020-12-01 19:35:55.243019000, delta=166981000 ns, racy<=2500000000 ns
19:35:55.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.411000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.411000000, lastModified=2020-12-01 19:35:55.243019000, delta=167981000 ns, racy<=2500000000 ns
19:35:55.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.411000000, lastModified=2020-12-01 19:35:55.233019000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.411000000, lastModified=2020-12-01 19:35:55.233019000, delta=177981000 ns, racy<=2502500 ns
19:35:55.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.411000000, lastModified=2020-12-01 19:35:55.233019000, delta=177981000 ns, racy<=2502500 ns
19:35:55.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.411000000, lastModified=2020-12-01 19:35:55.233019000, delta=177981000 ns, racy<=2502500 ns
19:35:55.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.412000000, lastModified=2020-12-01 19:35:55.408017000, size=0, fileKey=(dev=300042,ino=27802034)
19:35:55.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.411000000, lastModified=2020-12-01 19:35:55.243019000, delta=167981000 ns, racy<=2500000000 ns
19:35:55.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.412000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.412000000, lastModified=2020-12-01 19:35:55.243019000, delta=168981000 ns, racy<=2500000000 ns
19:35:55.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.412000000, lastModified=2020-12-01 19:35:55.412016000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.412000000, lastModified=2020-12-01 19:35:55.412016000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.412000000, lastModified=2020-12-01 19:35:55.243019000, delta=168981000 ns, racy<=2500000000 ns
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.413000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.413000000, lastModified=2020-12-01 19:35:55.243019000, delta=169981000 ns, racy<=2500000000 ns
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.413000000, lastModified=2020-12-01 19:35:55.243019000, delta=169981000 ns, racy<=2500000000 ns
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.413000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.413000000, lastModified=2020-12-01 19:35:55.243019000, delta=169981000 ns, racy<=2500000000 ns
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.413000000, lastModified=2020-12-01 19:35:55.243019000, delta=169981000 ns, racy<=2500000000 ns
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.414000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.414000000, lastModified=2020-12-01 19:35:55.243019000, delta=170981000 ns, racy<=2500000000 ns
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.414000000, lastModified=2020-12-01 19:35:55.243019000, delta=170981000 ns, racy<=2500000000 ns
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.414000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.414000000, lastModified=2020-12-01 19:35:55.243019000, delta=170981000 ns, racy<=2500000000 ns
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.414000000, lastModified=2020-12-01 19:35:55.242019000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:55.414000000, lastModified=2020-12-01 19:35:55.341017000, size=41, fileKey=(dev=300042,ino=27802051)
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.414000000, lastModified=2020-12-01 19:35:55.243019000, delta=170981000 ns, racy<=2500000000 ns
19:35:55.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.415000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.415000000, lastModified=2020-12-01 19:35:55.243019000, delta=171981000 ns, racy<=2500000000 ns
19:35:55.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.414000000, lastModified=2020-12-01 19:35:55.242019000, delta=171981000 ns, racy<=2502500 ns
19:35:55.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, is unmodified
19:35:55.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.414000000, lastModified=2020-12-01 19:35:55.341017000, delta=72983000 ns, racy<=2502500 ns
19:35:55.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, is unmodified
19:35:55.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.411000000, lastModified=2020-12-01 19:35:55.233019000, delta=177981000 ns, racy<=2502500 ns
19:35:55.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.415000000, lastModified=2020-12-01 19:35:55.243019000, delta=171981000 ns, racy<=2500000000 ns
19:35:55.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.415000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.415000000, lastModified=2020-12-01 19:35:55.243019000, delta=171981000 ns, racy<=2500000000 ns
19:35:55.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.416000000, lastModified=2020-12-01 19:35:55.412016000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:55.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.416000000, lastModified=2020-12-01 19:35:55.412016000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:55.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.411000000, lastModified=2020-12-01 19:35:55.233019000, delta=177981000 ns, racy<=2502500 ns
19:35:55.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.411000000, lastModified=2020-12-01 19:35:55.233019000, delta=177981000 ns, racy<=2502500 ns
19:35:55.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.417 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.411000000, lastModified=2020-12-01 19:35:55.233019000, delta=177981000 ns, racy<=2502500 ns
19:35:55.417 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.417 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.411000000, lastModified=2020-12-01 19:35:55.233019000, delta=177981000 ns, racy<=2502500 ns
19:35:55.417 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.415000000, lastModified=2020-12-01 19:35:55.243019000, delta=171981000 ns, racy<=2500000000 ns
19:35:55.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.418000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.418000000, lastModified=2020-12-01 19:35:55.243019000, delta=174981000 ns, racy<=2500000000 ns
19:35:55.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.414000000, lastModified=2020-12-01 19:35:55.242019000, delta=171981000 ns, racy<=2502500 ns
19:35:55.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, is unmodified
19:35:55.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.414000000, lastModified=2020-12-01 19:35:55.341017000, delta=72983000 ns, racy<=2502500 ns
19:35:55.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, is unmodified
19:35:55.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.418000000, lastModified=2020-12-01 19:35:55.243019000, delta=174981000 ns, racy<=2500000000 ns
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.419000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.419000000, lastModified=2020-12-01 19:35:55.243019000, delta=175981000 ns, racy<=2500000000 ns
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.414000000, lastModified=2020-12-01 19:35:55.341017000, delta=72983000 ns, racy<=2502500 ns
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, is unmodified
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.419000000, lastModified=2020-12-01 19:35:55.243019000, delta=175981000 ns, racy<=2500000000 ns
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.419000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.419000000, lastModified=2020-12-01 19:35:55.243019000, delta=175981000 ns, racy<=2500000000 ns
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.419000000, lastModified=2020-12-01 19:35:55.243019000, delta=175981000 ns, racy<=2500000000 ns
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.420000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.420000000, lastModified=2020-12-01 19:35:55.243019000, delta=176981000 ns, racy<=2500000000 ns
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.420000000, lastModified=2020-12-01 19:35:55.243019000, delta=176981000 ns, racy<=2500000000 ns
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.420000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.420000000, lastModified=2020-12-01 19:35:55.243019000, delta=176981000 ns, racy<=2500000000 ns
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.420000000, lastModified=2020-12-01 19:35:55.243019000, delta=176981000 ns, racy<=2500000000 ns
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.420000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.420000000, lastModified=2020-12-01 19:35:55.243019000, delta=176981000 ns, racy<=2500000000 ns
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.420000000, lastModified=2020-12-01 19:35:55.243019000, delta=176981000 ns, racy<=2500000000 ns
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.421000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.421000000, lastModified=2020-12-01 19:35:55.243019000, delta=177981000 ns, racy<=2500000000 ns
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.421000000, lastModified=2020-12-01 19:35:55.243019000, delta=177981000 ns, racy<=2500000000 ns
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.421000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.421000000, lastModified=2020-12-01 19:35:55.243019000, delta=177981000 ns, racy<=2500000000 ns
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.421000000, lastModified=2020-12-01 19:35:55.419016000, size=41, fileKey=(dev=300042,ino=27802058)
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.422 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.422 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.422 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.422 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.421000000, lastModified=2020-12-01 19:35:55.243019000, delta=177981000 ns, racy<=2500000000 ns
19:35:55.422 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.422 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.422000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.422 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.422000000, lastModified=2020-12-01 19:35:55.243019000, delta=178981000 ns, racy<=2500000000 ns
19:35:55.422 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.422000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.423000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.423000000, lastModified=2020-12-01 19:35:55.243019000, delta=179981000 ns, racy<=2500000000 ns
19:35:55.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.423000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.423000000, lastModified=2020-12-01 19:35:55.243019000, delta=179981000 ns, racy<=2500000000 ns
19:35:55.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.423000000, lastModified=2020-12-01 19:35:55.412016000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:55.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.423000000, lastModified=2020-12-01 19:35:55.243019000, delta=179981000 ns, racy<=2500000000 ns
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.424000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.424000000, lastModified=2020-12-01 19:35:55.243019000, delta=180981000 ns, racy<=2500000000 ns
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.424000000, lastModified=2020-12-01 19:35:55.412016000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.424000000, lastModified=2020-12-01 19:35:55.412016000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.424000000, lastModified=2020-12-01 19:35:55.243019000, delta=180981000 ns, racy<=2500000000 ns
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.424000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.424000000, lastModified=2020-12-01 19:35:55.243019000, delta=180981000 ns, racy<=2500000000 ns
19:35:55.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.424000000, lastModified=2020-12-01 19:35:55.243019000, delta=180981000 ns, racy<=2500000000 ns
19:35:55.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.425000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.425000000, lastModified=2020-12-01 19:35:55.243019000, delta=181981000 ns, racy<=2500000000 ns
19:35:55.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.425000000, lastModified=2020-12-01 19:35:55.243019000, delta=181981000 ns, racy<=2500000000 ns
19:35:55.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.425000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.425000000, lastModified=2020-12-01 19:35:55.243019000, delta=181981000 ns, racy<=2500000000 ns
19:35:55.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.426000000, lastModified=2020-12-01 19:35:55.233019000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.426000000, lastModified=2020-12-01 19:35:55.233019000, delta=192981000 ns, racy<=2502500 ns
19:35:55.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.426000000, lastModified=2020-12-01 19:35:55.233019000, delta=192981000 ns, racy<=2502500 ns
19:35:55.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.427000000, lastModified=2020-12-01 19:35:55.424016000, size=0, fileKey=(dev=300042,ino=27802031)
19:35:55.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.425000000, lastModified=2020-12-01 19:35:55.243019000, delta=181981000 ns, racy<=2500000000 ns
19:35:55.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.427000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.427000000, lastModified=2020-12-01 19:35:55.243019000, delta=183981000 ns, racy<=2500000000 ns
19:35:55.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.427000000, lastModified=2020-12-01 19:35:55.427016000, size=176, fileKey=(dev=300042,ino=27802031)
19:35:55.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.427000000, lastModified=2020-12-01 19:35:55.427016000, size=176, fileKey=(dev=300042,ino=27802031)
19:35:55.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.427000000, lastModified=2020-12-01 19:35:55.243019000, delta=183981000 ns, racy<=2500000000 ns
19:35:55.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.428000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.428000000, lastModified=2020-12-01 19:35:55.243019000, delta=184981000 ns, racy<=2500000000 ns
19:35:55.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.428000000, lastModified=2020-12-01 19:35:55.427016000, size=176, fileKey=(dev=300042,ino=27802031)
19:35:55.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.428000000, lastModified=2020-12-01 19:35:55.427016000, size=176, fileKey=(dev=300042,ino=27802031)
19:35:55.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.428000000, lastModified=2020-12-01 19:35:55.427016000, size=0, fileKey=(dev=300042,ino=27802034)
19:35:55.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.428000000, lastModified=2020-12-01 19:35:55.243019000, delta=184981000 ns, racy<=2500000000 ns
19:35:55.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.428000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.428000000, lastModified=2020-12-01 19:35:55.243019000, delta=184981000 ns, racy<=2500000000 ns
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.429000000, lastModified=2020-12-01 19:35:55.428016000, size=104, fileKey=(dev=300042,ino=27802034)
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.429000000, lastModified=2020-12-01 19:35:55.428016000, size=104, fileKey=(dev=300042,ino=27802034)
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.428000000, lastModified=2020-12-01 19:35:55.243019000, delta=184981000 ns, racy<=2500000000 ns
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.429000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.429000000, lastModified=2020-12-01 19:35:55.243019000, delta=185981000 ns, racy<=2500000000 ns
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.429000000, lastModified=2020-12-01 19:35:55.243019000, delta=185981000 ns, racy<=2500000000 ns
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.429000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.429000000, lastModified=2020-12-01 19:35:55.243019000, delta=185981000 ns, racy<=2500000000 ns
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.429000000, lastModified=2020-12-01 19:35:55.243019000, delta=185981000 ns, racy<=2500000000 ns
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.430000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.430000000, lastModified=2020-12-01 19:35:55.243019000, delta=186981000 ns, racy<=2500000000 ns
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.430000000, lastModified=2020-12-01 19:35:55.243019000, delta=186981000 ns, racy<=2500000000 ns
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.430000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.430000000, lastModified=2020-12-01 19:35:55.243019000, delta=186981000 ns, racy<=2500000000 ns
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.430000000, lastModified=2020-12-01 19:35:55.242019000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:55.430000000, lastModified=2020-12-01 19:35:55.419016000, size=41, fileKey=(dev=300042,ino=27802058)
19:35:55.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.430000000, lastModified=2020-12-01 19:35:55.243019000, delta=186981000 ns, racy<=2500000000 ns
19:35:55.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.431000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.431000000, lastModified=2020-12-01 19:35:55.243019000, delta=187981000 ns, racy<=2500000000 ns
19:35:55.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.430000000, lastModified=2020-12-01 19:35:55.242019000, delta=187981000 ns, racy<=2502500 ns
19:35:55.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, is unmodified
19:35:55.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.430000000, lastModified=2020-12-01 19:35:55.419016000, delta=10984000 ns, racy<=2502500 ns
19:35:55.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, is unmodified
19:35:55.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.426000000, lastModified=2020-12-01 19:35:55.233019000, delta=192981000 ns, racy<=2502500 ns
19:35:55.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.431000000, lastModified=2020-12-01 19:35:55.243019000, delta=187981000 ns, racy<=2500000000 ns
19:35:55.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.432000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.432000000, lastModified=2020-12-01 19:35:55.243019000, delta=188981000 ns, racy<=2500000000 ns
19:35:55.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.432000000, lastModified=2020-12-01 19:35:55.428016000, size=104, fileKey=(dev=300042,ino=27802034)
19:35:55.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.432000000, lastModified=2020-12-01 19:35:55.428016000, size=104, fileKey=(dev=300042,ino=27802034)
19:35:55.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.426000000, lastModified=2020-12-01 19:35:55.233019000, delta=192981000 ns, racy<=2502500 ns
19:35:55.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.426000000, lastModified=2020-12-01 19:35:55.233019000, delta=192981000 ns, racy<=2502500 ns
19:35:55.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.426000000, lastModified=2020-12-01 19:35:55.233019000, delta=192981000 ns, racy<=2502500 ns
19:35:55.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.426000000, lastModified=2020-12-01 19:35:55.233019000, delta=192981000 ns, racy<=2502500 ns
19:35:55.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/objects/pack, is unmodified
19:35:55.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.432000000, lastModified=2020-12-01 19:35:55.243019000, delta=188981000 ns, racy<=2500000000 ns
19:35:55.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.434000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.434000000, lastModified=2020-12-01 19:35:55.243019000, delta=190981000 ns, racy<=2500000000 ns
19:35:55.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.430000000, lastModified=2020-12-01 19:35:55.242019000, delta=187981000 ns, racy<=2502500 ns
19:35:55.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/HEAD, is unmodified
19:35:55.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.430000000, lastModified=2020-12-01 19:35:55.419016000, delta=10984000 ns, racy<=2502500 ns
19:35:55.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, is unmodified
19:35:55.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.434000000, lastModified=2020-12-01 19:35:55.243019000, delta=190981000 ns, racy<=2500000000 ns
19:35:55.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.435000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.435000000, lastModified=2020-12-01 19:35:55.243019000, delta=191981000 ns, racy<=2500000000 ns
19:35:55.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.430000000, lastModified=2020-12-01 19:35:55.419016000, delta=10984000 ns, racy<=2502500 ns
19:35:55.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master, is unmodified
19:35:55.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.435000000, lastModified=2020-12-01 19:35:55.243019000, delta=191981000 ns, racy<=2500000000 ns
19:35:55.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.435000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.435000000, lastModified=2020-12-01 19:35:55.243019000, delta=191981000 ns, racy<=2500000000 ns
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.435000000, lastModified=2020-12-01 19:35:55.243019000, delta=191981000 ns, racy<=2500000000 ns
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.436000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.436000000, lastModified=2020-12-01 19:35:55.243019000, delta=192981000 ns, racy<=2500000000 ns
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.436000000, lastModified=2020-12-01 19:35:55.243019000, delta=192981000 ns, racy<=2500000000 ns
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.436000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.436000000, lastModified=2020-12-01 19:35:55.243019000, delta=192981000 ns, racy<=2500000000 ns
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.436 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.436000000, lastModified=2020-12-01 19:35:55.243019000, delta=192981000 ns, racy<=2500000000 ns
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.437000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.437000000, lastModified=2020-12-01 19:35:55.243019000, delta=193981000 ns, racy<=2500000000 ns
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.437000000, lastModified=2020-12-01 19:35:55.243019000, delta=193981000 ns, racy<=2500000000 ns
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.437000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.437000000, lastModified=2020-12-01 19:35:55.243019000, delta=193981000 ns, racy<=2500000000 ns
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.437000000, lastModified=2020-12-01 19:35:55.243019000, delta=193981000 ns, racy<=2500000000 ns
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.437000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.437000000, lastModified=2020-12-01 19:35:55.243019000, delta=193981000 ns, racy<=2500000000 ns
19:35:55.437 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.437000000, lastModified=2020-12-01 19:35:55.435016000, size=41, fileKey=(dev=300042,ino=27802067)
19:35:55.438 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.438 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.438 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.438 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.438 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.438 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.437000000, lastModified=2020-12-01 19:35:55.243019000, delta=193981000 ns, racy<=2500000000 ns
19:35:55.438 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, is racily clean
19:35:55.438 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.438000000, lastModified=2020-12-01 19:35:55.243019000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.438 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8813848989474569259/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.438000000, lastModified=2020-12-01 19:35:55.243019000, delta=194981000 ns, racy<=2500000000 ns
19:35:55.441 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.442 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.442 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.442 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.442 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.442 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.442 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.442 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.442 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.442 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.442 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.442000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355442000000 ns, racy<=2500000000 ns
19:35:55.442 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is unmodified
19:35:55.443 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.443 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.506 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.506 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.506 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.506 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.442000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355442000000 ns, racy<=2500000000 ns
19:35:55.506 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is unmodified
19:35:55.506 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.507 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.507 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.507 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.507 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.507 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.442000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355442000000 ns, racy<=2500000000 ns
19:35:55.507 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is unmodified
19:35:55.507 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.507 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.507 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.507 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.507 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.508 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.442000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355442000000 ns, racy<=2500000000 ns
19:35:55.508 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is unmodified
19:35:55.508 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.508 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.508 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.508 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.508 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.509 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.442000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355442000000 ns, racy<=2500000000 ns
19:35:55.509 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is unmodified
19:35:55.509 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.509 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.509 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.509 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.509 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.509 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.442000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355442000000 ns, racy<=2500000000 ns
19:35:55.509 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is unmodified
19:35:55.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.442000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355442000000 ns, racy<=2500000000 ns
19:35:55.511 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is unmodified
19:35:55.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.442000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355442000000 ns, racy<=2500000000 ns
19:35:55.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is unmodified
19:35:55.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.442000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355442000000 ns, racy<=2500000000 ns
19:35:55.512 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is unmodified
19:35:55.513 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.513000000, lastModified=2020-12-01 19:35:55.512015000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.513 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.513000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.514000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.514000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.514 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.515 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.515 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.515 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.514000000, lastModified=2020-12-01 19:35:55.513015000, delta=985000 ns, racy<=2500000000 ns
19:35:55.515 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.515 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.515000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.515 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.515000000, lastModified=2020-12-01 19:35:55.513015000, delta=1985000 ns, racy<=2500000000 ns
19:35:55.515 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.515 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.515 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.515 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.515 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.515 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.515000000, lastModified=2020-12-01 19:35:55.513015000, delta=1985000 ns, racy<=2500000000 ns
19:35:55.515 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.515 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.515000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.515 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.515000000, lastModified=2020-12-01 19:35:55.513015000, delta=1985000 ns, racy<=2500000000 ns
19:35:55.515 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.515000000, lastModified=2020-12-01 19:35:55.512015000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.516 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.516000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.516 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.516 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.516 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.516 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.516 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.516 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.516000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.516 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.516 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.516 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.516 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.516 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.517 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.516000000, lastModified=2020-12-01 19:35:55.513015000, delta=2985000 ns, racy<=2500000000 ns
19:35:55.517 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.517 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.517000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.517 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.517000000, lastModified=2020-12-01 19:35:55.513015000, delta=3985000 ns, racy<=2500000000 ns
19:35:55.517 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.517 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.517 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.517 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.517 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.517 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.517000000, lastModified=2020-12-01 19:35:55.513015000, delta=3985000 ns, racy<=2500000000 ns
19:35:55.517 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.517 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.517000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.517 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.517000000, lastModified=2020-12-01 19:35:55.513015000, delta=3985000 ns, racy<=2500000000 ns
19:35:55.517 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.517 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.517 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.517 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.517000000, lastModified=2020-12-01 19:35:55.513015000, delta=3985000 ns, racy<=2500000000 ns
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.518000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.518000000, lastModified=2020-12-01 19:35:55.513015000, delta=4985000 ns, racy<=2500000000 ns
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.518000000, lastModified=2020-12-01 19:35:55.513015000, delta=4985000 ns, racy<=2500000000 ns
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.518000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.518000000, lastModified=2020-12-01 19:35:55.513015000, delta=4985000 ns, racy<=2500000000 ns
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.518000000, lastModified=2020-12-01 19:35:55.513015000, delta=4985000 ns, racy<=2500000000 ns
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.518000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.518 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.518000000, lastModified=2020-12-01 19:35:55.513015000, delta=4985000 ns, racy<=2500000000 ns
19:35:55.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.518000000, lastModified=2020-12-01 19:35:55.513015000, delta=4985000 ns, racy<=2500000000 ns
19:35:55.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.519000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.519000000, lastModified=2020-12-01 19:35:55.513015000, delta=5985000 ns, racy<=2500000000 ns
19:35:55.519 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.519000000, lastModified=2020-12-01 19:35:55.507015000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.519000000, lastModified=2020-12-01 19:35:55.507015000, delta=11985000 ns, racy<=2502500 ns
19:35:55.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.519000000, lastModified=2020-12-01 19:35:55.507015000, delta=11985000 ns, racy<=2502500 ns
19:35:55.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.520000000, lastModified=2020-12-01 19:35:55.517015000, size=0, fileKey=(dev=300042,ino=27802026)
19:35:55.520 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.519000000, lastModified=2020-12-01 19:35:55.513015000, delta=5985000 ns, racy<=2500000000 ns
19:35:55.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.521000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.521000000, lastModified=2020-12-01 19:35:55.513015000, delta=7985000 ns, racy<=2500000000 ns
19:35:55.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.521000000, lastModified=2020-12-01 19:35:55.520015000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.521000000, lastModified=2020-12-01 19:35:55.520015000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.521000000, lastModified=2020-12-01 19:35:55.513015000, delta=7985000 ns, racy<=2500000000 ns
19:35:55.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.521000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.521 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.521000000, lastModified=2020-12-01 19:35:55.513015000, delta=7985000 ns, racy<=2500000000 ns
19:35:55.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.521000000, lastModified=2020-12-01 19:35:55.520015000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.522000000, lastModified=2020-12-01 19:35:55.520015000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.522000000, lastModified=2020-12-01 19:35:55.521015000, size=0, fileKey=(dev=300042,ino=27802031)
19:35:55.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.521000000, lastModified=2020-12-01 19:35:55.513015000, delta=7985000 ns, racy<=2500000000 ns
19:35:55.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.522000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.522000000, lastModified=2020-12-01 19:35:55.513015000, delta=8985000 ns, racy<=2500000000 ns
19:35:55.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.522000000, lastModified=2020-12-01 19:35:55.522015000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.522 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.522000000, lastModified=2020-12-01 19:35:55.513015000, delta=8985000 ns, racy<=2500000000 ns
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.523000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.523000000, lastModified=2020-12-01 19:35:55.513015000, delta=9985000 ns, racy<=2500000000 ns
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.523000000, lastModified=2020-12-01 19:35:55.513015000, delta=9985000 ns, racy<=2500000000 ns
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.523000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.523000000, lastModified=2020-12-01 19:35:55.513015000, delta=9985000 ns, racy<=2500000000 ns
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.523000000, lastModified=2020-12-01 19:35:55.513015000, delta=9985000 ns, racy<=2500000000 ns
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.523000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.523000000, lastModified=2020-12-01 19:35:55.513015000, delta=9985000 ns, racy<=2500000000 ns
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.523000000, lastModified=2020-12-01 19:35:55.513015000, delta=9985000 ns, racy<=2500000000 ns
19:35:55.523 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.523000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.523000000, lastModified=2020-12-01 19:35:55.513015000, delta=9985000 ns, racy<=2500000000 ns
19:35:55.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.524000000, lastModified=2020-12-01 19:35:55.512015000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.523000000, lastModified=2020-12-01 19:35:55.513015000, delta=9985000 ns, racy<=2500000000 ns
19:35:55.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.524000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.524000000, lastModified=2020-12-01 19:35:55.513015000, delta=10985000 ns, racy<=2500000000 ns
19:35:55.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.524000000, lastModified=2020-12-01 19:35:55.512015000, delta=11985000 ns, racy<=2502500 ns
19:35:55.524 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, is unmodified
19:35:55.618 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.524000000, lastModified=2020-12-01 19:35:55.513015000, delta=10985000 ns, racy<=2500000000 ns
19:35:55.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.619000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.619000000, lastModified=2020-12-01 19:35:55.513015000, delta=105985000 ns, racy<=2500000000 ns
19:35:55.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.619000000, lastModified=2020-12-01 19:35:55.522015000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.619 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.619000000, lastModified=2020-12-01 19:35:55.522015000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.620 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.519000000, lastModified=2020-12-01 19:35:55.507015000, delta=11985000 ns, racy<=2502500 ns
19:35:55.620 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.620 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.519000000, lastModified=2020-12-01 19:35:55.507015000, delta=11985000 ns, racy<=2502500 ns
19:35:55.620 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.519000000, lastModified=2020-12-01 19:35:55.507015000, delta=11985000 ns, racy<=2502500 ns
19:35:55.621 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.519000000, lastModified=2020-12-01 19:35:55.507015000, delta=11985000 ns, racy<=2502500 ns
19:35:55.622 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.623 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.623 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.623 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.623 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.623 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.623 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.619000000, lastModified=2020-12-01 19:35:55.513015000, delta=105985000 ns, racy<=2500000000 ns
19:35:55.624 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.624 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.624000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.624 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.624000000, lastModified=2020-12-01 19:35:55.513015000, delta=110985000 ns, racy<=2500000000 ns
19:35:55.624 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.524000000, lastModified=2020-12-01 19:35:55.512015000, delta=11985000 ns, racy<=2502500 ns
19:35:55.624 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, is unmodified
19:35:55.624 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.624 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.624 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.624 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.624 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.624 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.624000000, lastModified=2020-12-01 19:35:55.513015000, delta=110985000 ns, racy<=2500000000 ns
19:35:55.624 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.624 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.624000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.624 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.624000000, lastModified=2020-12-01 19:35:55.513015000, delta=110985000 ns, racy<=2500000000 ns
19:35:55.624 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.524000000, lastModified=2020-12-01 19:35:55.512015000, delta=11985000 ns, racy<=2502500 ns
19:35:55.624 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, is unmodified
19:35:55.624 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.625 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.625 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.625 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.625 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.625 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.624000000, lastModified=2020-12-01 19:35:55.513015000, delta=110985000 ns, racy<=2500000000 ns
19:35:55.625 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.625 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.625000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.625 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.625000000, lastModified=2020-12-01 19:35:55.513015000, delta=111985000 ns, racy<=2500000000 ns
19:35:55.625 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit3011401701076200300/.git/refs/refs
19:35:55.625 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit3011401701076200300/.git/refs/tags/refs
19:35:55.625 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit3011401701076200300/.git/refs/heads/refs
19:35:55.626 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit3011401701076200300/.git/refs/remotes/refs
19:35:55.626 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.626 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.626 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.626 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.626 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.626 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.625000000, lastModified=2020-12-01 19:35:55.513015000, delta=111985000 ns, racy<=2500000000 ns
19:35:55.626 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.626 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.626000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.626000000, lastModified=2020-12-01 19:35:55.513015000, delta=112985000 ns, racy<=2500000000 ns
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.626000000, lastModified=2020-12-01 19:35:55.513015000, delta=112985000 ns, racy<=2500000000 ns
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.627000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.627000000, lastModified=2020-12-01 19:35:55.513015000, delta=113985000 ns, racy<=2500000000 ns
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.627000000, lastModified=2020-12-01 19:35:55.513015000, delta=113985000 ns, racy<=2500000000 ns
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.627000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.627000000, lastModified=2020-12-01 19:35:55.513015000, delta=113985000 ns, racy<=2500000000 ns
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.627 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.627000000, lastModified=2020-12-01 19:35:55.513015000, delta=113985000 ns, racy<=2500000000 ns
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.628000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.628000000, lastModified=2020-12-01 19:35:55.513015000, delta=114985000 ns, racy<=2500000000 ns
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.628000000, lastModified=2020-12-01 19:35:55.513015000, delta=114985000 ns, racy<=2500000000 ns
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.628000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.628000000, lastModified=2020-12-01 19:35:55.513015000, delta=114985000 ns, racy<=2500000000 ns
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.628000000, lastModified=2020-12-01 19:35:55.513015000, delta=114985000 ns, racy<=2500000000 ns
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.628000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.628000000, lastModified=2020-12-01 19:35:55.513015000, delta=114985000 ns, racy<=2500000000 ns
19:35:55.628 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.628000000, lastModified=2020-12-01 19:35:55.626014000, size=41, fileKey=(dev=300042,ino=27802040)
19:35:55.629 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.629 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.629 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.629 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.629 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.629 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.628000000, lastModified=2020-12-01 19:35:55.513015000, delta=114985000 ns, racy<=2500000000 ns
19:35:55.629 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.629 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.629000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.629 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.629000000, lastModified=2020-12-01 19:35:55.513015000, delta=115985000 ns, racy<=2500000000 ns
19:35:55.630 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.630000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.630 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.630 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.630 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.630 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.630 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.630 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.630000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.630 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.630 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.630 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.630 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.630 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.630 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.630000000, lastModified=2020-12-01 19:35:55.513015000, delta=116985000 ns, racy<=2500000000 ns
19:35:55.630 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.630 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.630000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.630 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.630000000, lastModified=2020-12-01 19:35:55.513015000, delta=116985000 ns, racy<=2500000000 ns
19:35:55.631 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.631000000, lastModified=2020-12-01 19:35:55.522015000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.631 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.631 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.631 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.631 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.631 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.631 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.630000000, lastModified=2020-12-01 19:35:55.513015000, delta=116985000 ns, racy<=2500000000 ns
19:35:55.631 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.631 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.631000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.631 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.631000000, lastModified=2020-12-01 19:35:55.513015000, delta=117985000 ns, racy<=2500000000 ns
19:35:55.631 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.631000000, lastModified=2020-12-01 19:35:55.522015000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.631 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.631000000, lastModified=2020-12-01 19:35:55.522015000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.631 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.631 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.631 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.631 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.631 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.631 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.631000000, lastModified=2020-12-01 19:35:55.513015000, delta=117985000 ns, racy<=2500000000 ns
19:35:55.631 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.632000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.632000000, lastModified=2020-12-01 19:35:55.513015000, delta=118985000 ns, racy<=2500000000 ns
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.632000000, lastModified=2020-12-01 19:35:55.513015000, delta=118985000 ns, racy<=2500000000 ns
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.632000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.632000000, lastModified=2020-12-01 19:35:55.513015000, delta=118985000 ns, racy<=2500000000 ns
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.632000000, lastModified=2020-12-01 19:35:55.513015000, delta=118985000 ns, racy<=2500000000 ns
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.632000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.632 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.632000000, lastModified=2020-12-01 19:35:55.513015000, delta=118985000 ns, racy<=2500000000 ns
19:35:55.633 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.633 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.633000000, lastModified=2020-12-01 19:35:55.507015000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.633 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.633000000, lastModified=2020-12-01 19:35:55.507015000, delta=125985000 ns, racy<=2502500 ns
19:35:55.633 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.633 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.633 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.633 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.633 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.633 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.633 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.632000000, lastModified=2020-12-01 19:35:55.513015000, delta=118985000 ns, racy<=2500000000 ns
19:35:55.633 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.633 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.633000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.633 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.633000000, lastModified=2020-12-01 19:35:55.513015000, delta=119985000 ns, racy<=2500000000 ns
19:35:55.633 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.633000000, lastModified=2020-12-01 19:35:55.507015000, delta=125985000 ns, racy<=2502500 ns
19:35:55.633 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.634 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.633000000, lastModified=2020-12-01 19:35:55.507015000, delta=125985000 ns, racy<=2502500 ns
19:35:55.634 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.634 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.634000000, lastModified=2020-12-01 19:35:55.631014000, size=0, fileKey=(dev=300042,ino=27802043)
19:35:55.634 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.634 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.634 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.634 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.634 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.634 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.633000000, lastModified=2020-12-01 19:35:55.513015000, delta=119985000 ns, racy<=2500000000 ns
19:35:55.634 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.634 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.634000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.634 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.634000000, lastModified=2020-12-01 19:35:55.513015000, delta=120985000 ns, racy<=2500000000 ns
19:35:55.634 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.634000000, lastModified=2020-12-01 19:35:55.634014000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.635000000, lastModified=2020-12-01 19:35:55.634014000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.634000000, lastModified=2020-12-01 19:35:55.513015000, delta=120985000 ns, racy<=2500000000 ns
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.635000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.635000000, lastModified=2020-12-01 19:35:55.513015000, delta=121985000 ns, racy<=2500000000 ns
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.635000000, lastModified=2020-12-01 19:35:55.513015000, delta=121985000 ns, racy<=2500000000 ns
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.635000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.635000000, lastModified=2020-12-01 19:35:55.513015000, delta=121985000 ns, racy<=2500000000 ns
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.635 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.635000000, lastModified=2020-12-01 19:35:55.513015000, delta=121985000 ns, racy<=2500000000 ns
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.636000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.636000000, lastModified=2020-12-01 19:35:55.513015000, delta=122985000 ns, racy<=2500000000 ns
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.636000000, lastModified=2020-12-01 19:35:55.513015000, delta=122985000 ns, racy<=2500000000 ns
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.636000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.636000000, lastModified=2020-12-01 19:35:55.513015000, delta=122985000 ns, racy<=2500000000 ns
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.636000000, lastModified=2020-12-01 19:35:55.512015000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:55.636000000, lastModified=2020-12-01 19:35:55.626014000, size=41, fileKey=(dev=300042,ino=27802040)
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.636000000, lastModified=2020-12-01 19:35:55.513015000, delta=122985000 ns, racy<=2500000000 ns
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.636000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.636000000, lastModified=2020-12-01 19:35:55.513015000, delta=122985000 ns, racy<=2500000000 ns
19:35:55.636 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.636000000, lastModified=2020-12-01 19:35:55.512015000, delta=123985000 ns, racy<=2502500 ns
19:35:55.637 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, is unmodified
19:35:55.637 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.636000000, lastModified=2020-12-01 19:35:55.626014000, delta=9986000 ns, racy<=2502500 ns
19:35:55.637 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, is unmodified
19:35:55.637 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.633000000, lastModified=2020-12-01 19:35:55.507015000, delta=125985000 ns, racy<=2502500 ns
19:35:55.637 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.637 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.637 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.637 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.637 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.637 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.637 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.636000000, lastModified=2020-12-01 19:35:55.513015000, delta=122985000 ns, racy<=2500000000 ns
19:35:55.637 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.637 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.637000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.637 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.637000000, lastModified=2020-12-01 19:35:55.513015000, delta=123985000 ns, racy<=2500000000 ns
19:35:55.637 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.637000000, lastModified=2020-12-01 19:35:55.634014000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.637 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.637000000, lastModified=2020-12-01 19:35:55.634014000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.638 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.633000000, lastModified=2020-12-01 19:35:55.507015000, delta=125985000 ns, racy<=2502500 ns
19:35:55.638 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.638 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.633000000, lastModified=2020-12-01 19:35:55.507015000, delta=125985000 ns, racy<=2502500 ns
19:35:55.638 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.638 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.633000000, lastModified=2020-12-01 19:35:55.507015000, delta=125985000 ns, racy<=2502500 ns
19:35:55.638 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.633000000, lastModified=2020-12-01 19:35:55.507015000, delta=125985000 ns, racy<=2502500 ns
19:35:55.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.637000000, lastModified=2020-12-01 19:35:55.513015000, delta=123985000 ns, racy<=2500000000 ns
19:35:55.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.639000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.639000000, lastModified=2020-12-01 19:35:55.513015000, delta=125985000 ns, racy<=2500000000 ns
19:35:55.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.636000000, lastModified=2020-12-01 19:35:55.512015000, delta=123985000 ns, racy<=2502500 ns
19:35:55.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, is unmodified
19:35:55.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.636000000, lastModified=2020-12-01 19:35:55.626014000, delta=9986000 ns, racy<=2502500 ns
19:35:55.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, is unmodified
19:35:55.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.639 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.639000000, lastModified=2020-12-01 19:35:55.513015000, delta=125985000 ns, racy<=2500000000 ns
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.640000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.640000000, lastModified=2020-12-01 19:35:55.513015000, delta=126985000 ns, racy<=2500000000 ns
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.636000000, lastModified=2020-12-01 19:35:55.626014000, delta=9986000 ns, racy<=2502500 ns
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, is unmodified
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.640000000, lastModified=2020-12-01 19:35:55.513015000, delta=126985000 ns, racy<=2500000000 ns
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.640000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.640000000, lastModified=2020-12-01 19:35:55.513015000, delta=126985000 ns, racy<=2500000000 ns
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.640000000, lastModified=2020-12-01 19:35:55.513015000, delta=126985000 ns, racy<=2500000000 ns
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.640000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.640 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.640000000, lastModified=2020-12-01 19:35:55.513015000, delta=126985000 ns, racy<=2500000000 ns
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.640000000, lastModified=2020-12-01 19:35:55.513015000, delta=126985000 ns, racy<=2500000000 ns
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.641000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.641000000, lastModified=2020-12-01 19:35:55.513015000, delta=127985000 ns, racy<=2500000000 ns
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.641000000, lastModified=2020-12-01 19:35:55.513015000, delta=127985000 ns, racy<=2500000000 ns
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.641000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.641000000, lastModified=2020-12-01 19:35:55.513015000, delta=127985000 ns, racy<=2500000000 ns
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.641000000, lastModified=2020-12-01 19:35:55.513015000, delta=127985000 ns, racy<=2500000000 ns
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.641000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.641 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.641000000, lastModified=2020-12-01 19:35:55.513015000, delta=127985000 ns, racy<=2500000000 ns
19:35:55.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.641000000, lastModified=2020-12-01 19:35:55.513015000, delta=127985000 ns, racy<=2500000000 ns
19:35:55.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.642000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.642000000, lastModified=2020-12-01 19:35:55.513015000, delta=128985000 ns, racy<=2500000000 ns
19:35:55.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.642000000, lastModified=2020-12-01 19:35:55.640013000, size=41, fileKey=(dev=300042,ino=27802051)
19:35:55.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.642000000, lastModified=2020-12-01 19:35:55.513015000, delta=128985000 ns, racy<=2500000000 ns
19:35:55.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.642000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.642 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.642000000, lastModified=2020-12-01 19:35:55.513015000, delta=128985000 ns, racy<=2500000000 ns
19:35:55.643 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.643000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.643 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.643 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.643 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.643 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.643 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.643 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.643000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.643000000, lastModified=2020-12-01 19:35:55.513015000, delta=129985000 ns, racy<=2500000000 ns
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.644000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.644000000, lastModified=2020-12-01 19:35:55.513015000, delta=130985000 ns, racy<=2500000000 ns
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.644000000, lastModified=2020-12-01 19:35:55.634014000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.644000000, lastModified=2020-12-01 19:35:55.513015000, delta=130985000 ns, racy<=2500000000 ns
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.644000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.644000000, lastModified=2020-12-01 19:35:55.513015000, delta=130985000 ns, racy<=2500000000 ns
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.644000000, lastModified=2020-12-01 19:35:55.634014000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.644 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.644000000, lastModified=2020-12-01 19:35:55.634014000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.644000000, lastModified=2020-12-01 19:35:55.513015000, delta=130985000 ns, racy<=2500000000 ns
19:35:55.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.645000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.645000000, lastModified=2020-12-01 19:35:55.513015000, delta=131985000 ns, racy<=2500000000 ns
19:35:55.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.645000000, lastModified=2020-12-01 19:35:55.513015000, delta=131985000 ns, racy<=2500000000 ns
19:35:55.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.645000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.645000000, lastModified=2020-12-01 19:35:55.513015000, delta=131985000 ns, racy<=2500000000 ns
19:35:55.645 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.645000000, lastModified=2020-12-01 19:35:55.513015000, delta=131985000 ns, racy<=2500000000 ns
19:35:55.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.646000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.646000000, lastModified=2020-12-01 19:35:55.513015000, delta=132985000 ns, racy<=2500000000 ns
19:35:55.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.646000000, lastModified=2020-12-01 19:35:55.507015000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.646000000, lastModified=2020-12-01 19:35:55.507015000, delta=138985000 ns, racy<=2502500 ns
19:35:55.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.646000000, lastModified=2020-12-01 19:35:55.507015000, delta=138985000 ns, racy<=2502500 ns
19:35:55.646 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.646000000, lastModified=2020-12-01 19:35:55.507015000, delta=138985000 ns, racy<=2502500 ns
19:35:55.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.647000000, lastModified=2020-12-01 19:35:55.644013000, size=0, fileKey=(dev=300042,ino=27802034)
19:35:55.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.646000000, lastModified=2020-12-01 19:35:55.513015000, delta=132985000 ns, racy<=2500000000 ns
19:35:55.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.647000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.647000000, lastModified=2020-12-01 19:35:55.513015000, delta=133985000 ns, racy<=2500000000 ns
19:35:55.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.647000000, lastModified=2020-12-01 19:35:55.647013000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:55.647 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.647000000, lastModified=2020-12-01 19:35:55.647013000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.647000000, lastModified=2020-12-01 19:35:55.513015000, delta=133985000 ns, racy<=2500000000 ns
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.648000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.648000000, lastModified=2020-12-01 19:35:55.513015000, delta=134985000 ns, racy<=2500000000 ns
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.648000000, lastModified=2020-12-01 19:35:55.513015000, delta=134985000 ns, racy<=2500000000 ns
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.648000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.648000000, lastModified=2020-12-01 19:35:55.513015000, delta=134985000 ns, racy<=2500000000 ns
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.648000000, lastModified=2020-12-01 19:35:55.513015000, delta=134985000 ns, racy<=2500000000 ns
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.648000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.648000000, lastModified=2020-12-01 19:35:55.513015000, delta=134985000 ns, racy<=2500000000 ns
19:35:55.648 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.648000000, lastModified=2020-12-01 19:35:55.513015000, delta=134985000 ns, racy<=2500000000 ns
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.649000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.649000000, lastModified=2020-12-01 19:35:55.513015000, delta=135985000 ns, racy<=2500000000 ns
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.649000000, lastModified=2020-12-01 19:35:55.512015000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:55.649000000, lastModified=2020-12-01 19:35:55.640013000, size=41, fileKey=(dev=300042,ino=27802051)
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.649000000, lastModified=2020-12-01 19:35:55.513015000, delta=135985000 ns, racy<=2500000000 ns
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.649000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.649000000, lastModified=2020-12-01 19:35:55.513015000, delta=135985000 ns, racy<=2500000000 ns
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.649000000, lastModified=2020-12-01 19:35:55.512015000, delta=136985000 ns, racy<=2502500 ns
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, is unmodified
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.649000000, lastModified=2020-12-01 19:35:55.640013000, delta=8987000 ns, racy<=2502500 ns
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, is unmodified
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.646000000, lastModified=2020-12-01 19:35:55.507015000, delta=138985000 ns, racy<=2502500 ns
19:35:55.649 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.650 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.650 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.650 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.650 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.650 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.650 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.649000000, lastModified=2020-12-01 19:35:55.513015000, delta=135985000 ns, racy<=2500000000 ns
19:35:55.650 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.650 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.650000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.650 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.650000000, lastModified=2020-12-01 19:35:55.513015000, delta=136985000 ns, racy<=2500000000 ns
19:35:55.650 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.650000000, lastModified=2020-12-01 19:35:55.647013000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:55.650 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.650000000, lastModified=2020-12-01 19:35:55.647013000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:55.650 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.646000000, lastModified=2020-12-01 19:35:55.507015000, delta=138985000 ns, racy<=2502500 ns
19:35:55.650 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.650 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.646000000, lastModified=2020-12-01 19:35:55.507015000, delta=138985000 ns, racy<=2502500 ns
19:35:55.651 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.651 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.646000000, lastModified=2020-12-01 19:35:55.507015000, delta=138985000 ns, racy<=2502500 ns
19:35:55.651 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.651 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.646000000, lastModified=2020-12-01 19:35:55.507015000, delta=138985000 ns, racy<=2502500 ns
19:35:55.651 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.651 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.652 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.652 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.652 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.652 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.652 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.650000000, lastModified=2020-12-01 19:35:55.513015000, delta=136985000 ns, racy<=2500000000 ns
19:35:55.652 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.652 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.652000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.652 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.652000000, lastModified=2020-12-01 19:35:55.513015000, delta=138985000 ns, racy<=2500000000 ns
19:35:55.706 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.649000000, lastModified=2020-12-01 19:35:55.512015000, delta=136985000 ns, racy<=2502500 ns
19:35:55.706 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, is unmodified
19:35:55.706 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.649000000, lastModified=2020-12-01 19:35:55.640013000, delta=8987000 ns, racy<=2502500 ns
19:35:55.706 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, is unmodified
19:35:55.706 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.706 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.706 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.706 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.706 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.706 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.652000000, lastModified=2020-12-01 19:35:55.513015000, delta=138985000 ns, racy<=2500000000 ns
19:35:55.706 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.706 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.706000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.706000000, lastModified=2020-12-01 19:35:55.513015000, delta=192985000 ns, racy<=2500000000 ns
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.649000000, lastModified=2020-12-01 19:35:55.640013000, delta=8987000 ns, racy<=2502500 ns
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, is unmodified
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.706000000, lastModified=2020-12-01 19:35:55.513015000, delta=192985000 ns, racy<=2500000000 ns
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.707000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.707000000, lastModified=2020-12-01 19:35:55.513015000, delta=193985000 ns, racy<=2500000000 ns
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.707000000, lastModified=2020-12-01 19:35:55.513015000, delta=193985000 ns, racy<=2500000000 ns
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.707000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.707 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.707000000, lastModified=2020-12-01 19:35:55.513015000, delta=193985000 ns, racy<=2500000000 ns
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.707000000, lastModified=2020-12-01 19:35:55.513015000, delta=193985000 ns, racy<=2500000000 ns
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.708000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.708000000, lastModified=2020-12-01 19:35:55.513015000, delta=194985000 ns, racy<=2500000000 ns
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.708000000, lastModified=2020-12-01 19:35:55.513015000, delta=194985000 ns, racy<=2500000000 ns
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.708000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.708000000, lastModified=2020-12-01 19:35:55.513015000, delta=194985000 ns, racy<=2500000000 ns
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.708000000, lastModified=2020-12-01 19:35:55.513015000, delta=194985000 ns, racy<=2500000000 ns
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.708000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.708000000, lastModified=2020-12-01 19:35:55.513015000, delta=194985000 ns, racy<=2500000000 ns
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.708000000, lastModified=2020-12-01 19:35:55.513015000, delta=194985000 ns, racy<=2500000000 ns
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.708 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.708000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.708000000, lastModified=2020-12-01 19:35:55.513015000, delta=194985000 ns, racy<=2500000000 ns
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.709000000, lastModified=2020-12-01 19:35:55.707013000, size=41, fileKey=(dev=300042,ino=27802058)
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.708000000, lastModified=2020-12-01 19:35:55.513015000, delta=194985000 ns, racy<=2500000000 ns
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.709000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.709000000, lastModified=2020-12-01 19:35:55.513015000, delta=195985000 ns, racy<=2500000000 ns
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.515000000, lastModified=2020-12-01 19:35:55.513015000, delta=1985000 ns, racy<=2500000000 ns
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.709000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.709000000, lastModified=2020-12-01 19:35:55.513015000, delta=195985000 ns, racy<=2500000000 ns
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:55.709000000, lastModified=2020-12-01 19:35:55.707013000, size=41, fileKey=(dev=300042,ino=27802058)
19:35:55.709 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.709000000, lastModified=2020-12-01 19:35:55.513015000, delta=195985000 ns, racy<=2500000000 ns
19:35:55.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.710000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.710000000, lastModified=2020-12-01 19:35:55.513015000, delta=196985000 ns, racy<=2500000000 ns
19:35:55.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, isRacyClean=true, read=2020-12-01 19:35:55.709000000, lastModified=2020-12-01 19:35:55.707013000, delta=1987000 ns, racy<=2502500 ns
19:35:55.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, is racily clean
19:35:55.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:55.710000000, lastModified=2020-12-01 19:35:55.707013000, size=41, fileKey=(dev=300042,ino=27802058)
19:35:55.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.710000000, lastModified=2020-12-01 19:35:55.707013000, delta=2987000 ns, racy<=2502500 ns
19:35:55.710 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.710000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.711000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.711000000, lastModified=2020-12-01 19:35:55.513015000, delta=197985000 ns, racy<=2500000000 ns
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.711000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.711000000, lastModified=2020-12-01 19:35:55.513015000, delta=197985000 ns, racy<=2500000000 ns
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.711000000, lastModified=2020-12-01 19:35:55.647013000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.711000000, lastModified=2020-12-01 19:35:55.513015000, delta=197985000 ns, racy<=2500000000 ns
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.711000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.711 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.711000000, lastModified=2020-12-01 19:35:55.513015000, delta=197985000 ns, racy<=2500000000 ns
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.712000000, lastModified=2020-12-01 19:35:55.647013000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.712000000, lastModified=2020-12-01 19:35:55.647013000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.711000000, lastModified=2020-12-01 19:35:55.513015000, delta=197985000 ns, racy<=2500000000 ns
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.712000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.712000000, lastModified=2020-12-01 19:35:55.513015000, delta=198985000 ns, racy<=2500000000 ns
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.712000000, lastModified=2020-12-01 19:35:55.513015000, delta=198985000 ns, racy<=2500000000 ns
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.712000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.712000000, lastModified=2020-12-01 19:35:55.513015000, delta=198985000 ns, racy<=2500000000 ns
19:35:55.712 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.712000000, lastModified=2020-12-01 19:35:55.513015000, delta=198985000 ns, racy<=2500000000 ns
19:35:55.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.713000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.713000000, lastModified=2020-12-01 19:35:55.513015000, delta=199985000 ns, racy<=2500000000 ns
19:35:55.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.713000000, lastModified=2020-12-01 19:35:55.507015000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.713000000, lastModified=2020-12-01 19:35:55.507015000, delta=205985000 ns, racy<=2502500 ns
19:35:55.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.713000000, lastModified=2020-12-01 19:35:55.507015000, delta=205985000 ns, racy<=2502500 ns
19:35:55.713 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.714000000, lastModified=2020-12-01 19:35:55.711013000, size=0, fileKey=(dev=300042,ino=27802031)
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.713000000, lastModified=2020-12-01 19:35:55.513015000, delta=199985000 ns, racy<=2500000000 ns
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.714000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.714000000, lastModified=2020-12-01 19:35:55.513015000, delta=200985000 ns, racy<=2500000000 ns
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.714000000, lastModified=2020-12-01 19:35:55.714012000, size=176, fileKey=(dev=300042,ino=27802031)
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.714000000, lastModified=2020-12-01 19:35:55.714012000, size=176, fileKey=(dev=300042,ino=27802031)
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.714000000, lastModified=2020-12-01 19:35:55.513015000, delta=200985000 ns, racy<=2500000000 ns
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.714000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.714 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.714000000, lastModified=2020-12-01 19:35:55.513015000, delta=200985000 ns, racy<=2500000000 ns
19:35:55.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.715000000, lastModified=2020-12-01 19:35:55.714012000, size=176, fileKey=(dev=300042,ino=27802031)
19:35:55.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.715000000, lastModified=2020-12-01 19:35:55.714012000, size=176, fileKey=(dev=300042,ino=27802031)
19:35:55.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.715000000, lastModified=2020-12-01 19:35:55.714012000, size=0, fileKey=(dev=300042,ino=27802034)
19:35:55.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.714000000, lastModified=2020-12-01 19:35:55.513015000, delta=200985000 ns, racy<=2500000000 ns
19:35:55.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.715000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.715000000, lastModified=2020-12-01 19:35:55.513015000, delta=201985000 ns, racy<=2500000000 ns
19:35:55.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.715000000, lastModified=2020-12-01 19:35:55.715012000, size=104, fileKey=(dev=300042,ino=27802034)
19:35:55.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.715000000, lastModified=2020-12-01 19:35:55.715012000, size=104, fileKey=(dev=300042,ino=27802034)
19:35:55.715 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.715000000, lastModified=2020-12-01 19:35:55.513015000, delta=201985000 ns, racy<=2500000000 ns
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.716000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.716000000, lastModified=2020-12-01 19:35:55.513015000, delta=202985000 ns, racy<=2500000000 ns
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.716000000, lastModified=2020-12-01 19:35:55.513015000, delta=202985000 ns, racy<=2500000000 ns
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.716000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.716000000, lastModified=2020-12-01 19:35:55.513015000, delta=202985000 ns, racy<=2500000000 ns
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.716000000, lastModified=2020-12-01 19:35:55.513015000, delta=202985000 ns, racy<=2500000000 ns
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.716000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.716000000, lastModified=2020-12-01 19:35:55.513015000, delta=202985000 ns, racy<=2500000000 ns
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.716 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.716000000, lastModified=2020-12-01 19:35:55.513015000, delta=202985000 ns, racy<=2500000000 ns
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.717000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.717000000, lastModified=2020-12-01 19:35:55.513015000, delta=203985000 ns, racy<=2500000000 ns
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.717000000, lastModified=2020-12-01 19:35:55.512015000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:55.717000000, lastModified=2020-12-01 19:35:55.707013000, size=41, fileKey=(dev=300042,ino=27802058)
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.717000000, lastModified=2020-12-01 19:35:55.513015000, delta=203985000 ns, racy<=2500000000 ns
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.717000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.717000000, lastModified=2020-12-01 19:35:55.513015000, delta=203985000 ns, racy<=2500000000 ns
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.717000000, lastModified=2020-12-01 19:35:55.512015000, delta=204985000 ns, racy<=2502500 ns
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, is unmodified
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.717000000, lastModified=2020-12-01 19:35:55.707013000, delta=9987000 ns, racy<=2502500 ns
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, is unmodified
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.713000000, lastModified=2020-12-01 19:35:55.507015000, delta=205985000 ns, racy<=2502500 ns
19:35:55.717 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.717000000, lastModified=2020-12-01 19:35:55.513015000, delta=203985000 ns, racy<=2500000000 ns
19:35:55.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.718000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.718000000, lastModified=2020-12-01 19:35:55.513015000, delta=204985000 ns, racy<=2500000000 ns
19:35:55.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.718000000, lastModified=2020-12-01 19:35:55.715012000, size=104, fileKey=(dev=300042,ino=27802034)
19:35:55.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.718000000, lastModified=2020-12-01 19:35:55.715012000, size=104, fileKey=(dev=300042,ino=27802034)
19:35:55.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.713000000, lastModified=2020-12-01 19:35:55.507015000, delta=205985000 ns, racy<=2502500 ns
19:35:55.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.713000000, lastModified=2020-12-01 19:35:55.507015000, delta=205985000 ns, racy<=2502500 ns
19:35:55.718 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.719 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.713000000, lastModified=2020-12-01 19:35:55.507015000, delta=205985000 ns, racy<=2502500 ns
19:35:55.719 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.719 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.713000000, lastModified=2020-12-01 19:35:55.507015000, delta=205985000 ns, racy<=2502500 ns
19:35:55.719 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.718000000, lastModified=2020-12-01 19:35:55.513015000, delta=204985000 ns, racy<=2500000000 ns
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.720000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.720000000, lastModified=2020-12-01 19:35:55.513015000, delta=206985000 ns, racy<=2500000000 ns
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.717000000, lastModified=2020-12-01 19:35:55.512015000, delta=204985000 ns, racy<=2502500 ns
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/HEAD, is unmodified
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.717000000, lastModified=2020-12-01 19:35:55.707013000, delta=9987000 ns, racy<=2502500 ns
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, is unmodified
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.720000000, lastModified=2020-12-01 19:35:55.513015000, delta=206985000 ns, racy<=2500000000 ns
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.720000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.720000000, lastModified=2020-12-01 19:35:55.513015000, delta=206985000 ns, racy<=2500000000 ns
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.717000000, lastModified=2020-12-01 19:35:55.707013000, delta=9987000 ns, racy<=2502500 ns
19:35:55.720 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, is unmodified
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.720000000, lastModified=2020-12-01 19:35:55.513015000, delta=206985000 ns, racy<=2500000000 ns
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.721000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.721000000, lastModified=2020-12-01 19:35:55.513015000, delta=207985000 ns, racy<=2500000000 ns
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.721000000, lastModified=2020-12-01 19:35:55.513015000, delta=207985000 ns, racy<=2500000000 ns
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.721000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.721000000, lastModified=2020-12-01 19:35:55.513015000, delta=207985000 ns, racy<=2500000000 ns
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.721 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.721000000, lastModified=2020-12-01 19:35:55.513015000, delta=207985000 ns, racy<=2500000000 ns
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.722000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.722000000, lastModified=2020-12-01 19:35:55.513015000, delta=208985000 ns, racy<=2500000000 ns
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.722000000, lastModified=2020-12-01 19:35:55.513015000, delta=208985000 ns, racy<=2500000000 ns
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.722000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.722000000, lastModified=2020-12-01 19:35:55.513015000, delta=208985000 ns, racy<=2500000000 ns
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.722000000, lastModified=2020-12-01 19:35:55.513015000, delta=208985000 ns, racy<=2500000000 ns
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.722000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.722000000, lastModified=2020-12-01 19:35:55.513015000, delta=208985000 ns, racy<=2500000000 ns
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.722000000, lastModified=2020-12-01 19:35:55.513015000, delta=208985000 ns, racy<=2500000000 ns
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.722000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.722 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.722000000, lastModified=2020-12-01 19:35:55.513015000, delta=208985000 ns, racy<=2500000000 ns
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.723000000, lastModified=2020-12-01 19:35:55.721012000, size=41, fileKey=(dev=300042,ino=27802067)
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.722000000, lastModified=2020-12-01 19:35:55.513015000, delta=208985000 ns, racy<=2500000000 ns
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.723000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.723000000, lastModified=2020-12-01 19:35:55.513015000, delta=209985000 ns, racy<=2500000000 ns
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.710000000, lastModified=2020-12-01 19:35:55.513015000, delta=196985000 ns, racy<=2500000000 ns
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.723000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.723000000, lastModified=2020-12-01 19:35:55.513015000, delta=209985000 ns, racy<=2500000000 ns
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, FileKey changed from (dev=300042,ino=27802058) to (dev=300042,ino=27802067)
19:35:55.723 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:55.723000000, lastModified=2020-12-01 19:35:55.721012000, size=41, fileKey=(dev=300042,ino=27802067)
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.723000000, lastModified=2020-12-01 19:35:55.513015000, delta=209985000 ns, racy<=2500000000 ns
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.724000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.724000000, lastModified=2020-12-01 19:35:55.513015000, delta=210985000 ns, racy<=2500000000 ns
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, isRacyClean=true, read=2020-12-01 19:35:55.723000000, lastModified=2020-12-01 19:35:55.721012000, delta=1988000 ns, racy<=2502500 ns
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, is racily clean
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:55.724000000, lastModified=2020-12-01 19:35:55.721012000, size=41, fileKey=(dev=300042,ino=27802067)
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.724000000, lastModified=2020-12-01 19:35:55.721012000, delta=2988000 ns, racy<=2502500 ns
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.724000000, lastModified=2020-12-01 19:35:55.513015000, delta=210985000 ns, racy<=2500000000 ns
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.724000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.724 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.724000000, lastModified=2020-12-01 19:35:55.513015000, delta=210985000 ns, racy<=2500000000 ns
19:35:55.725 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.725 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.725000000, lastModified=2020-12-01 19:35:55.507015000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.725 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.725000000, lastModified=2020-12-01 19:35:55.507015000, delta=217985000 ns, racy<=2502500 ns
19:35:55.725 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.725 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.725 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.725 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.726 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.726 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.726 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.724000000, lastModified=2020-12-01 19:35:55.513015000, delta=210985000 ns, racy<=2500000000 ns
19:35:55.726 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.726 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.726000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.726 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.726000000, lastModified=2020-12-01 19:35:55.513015000, delta=212985000 ns, racy<=2500000000 ns
19:35:55.726 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.725000000, lastModified=2020-12-01 19:35:55.507015000, delta=217985000 ns, racy<=2502500 ns
19:35:55.726 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.726 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.725000000, lastModified=2020-12-01 19:35:55.507015000, delta=217985000 ns, racy<=2502500 ns
19:35:55.726 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.725000000, lastModified=2020-12-01 19:35:55.507015000, delta=217985000 ns, racy<=2502500 ns
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.727000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.727000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.727000000, lastModified=2020-12-01 19:35:55.513015000, delta=213985000 ns, racy<=2500000000 ns
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.727000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.727000000, lastModified=2020-12-01 19:35:55.513015000, delta=213985000 ns, racy<=2500000000 ns
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.727000000, lastModified=2020-12-01 19:35:55.715012000, size=104, fileKey=(dev=300042,ino=27802034)
19:35:55.727 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.727000000, lastModified=2020-12-01 19:35:55.507015000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.727000000, lastModified=2020-12-01 19:35:55.507015000, delta=219985000 ns, racy<=2502500 ns
19:35:55.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.727000000, lastModified=2020-12-01 19:35:55.507015000, delta=219985000 ns, racy<=2502500 ns
19:35:55.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.727000000, lastModified=2020-12-01 19:35:55.507015000, delta=219985000 ns, racy<=2502500 ns
19:35:55.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.727000000, lastModified=2020-12-01 19:35:55.507015000, delta=219985000 ns, racy<=2502500 ns
19:35:55.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.726000000, lastModified=2020-12-01 19:35:55.513015000, delta=212985000 ns, racy<=2500000000 ns
19:35:55.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, is racily clean
19:35:55.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.728000000, lastModified=2020-12-01 19:35:55.513015000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.728 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.728000000, lastModified=2020-12-01 19:35:55.513015000, delta=214985000 ns, racy<=2500000000 ns
19:35:55.729 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.725000000, lastModified=2020-12-01 19:35:55.507015000, delta=217985000 ns, racy<=2502500 ns
19:35:55.729 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.729 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.725000000, lastModified=2020-12-01 19:35:55.507015000, delta=217985000 ns, racy<=2502500 ns
19:35:55.729 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit3011401701076200300/.git/objects/pack, is unmodified
19:35:55.733 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.733 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.733 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.733 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.733 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.734 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.734 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.734 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.734 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.734 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.734 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.733000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355733000000 ns, racy<=2500000000 ns
19:35:55.734 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is unmodified
19:35:55.734 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.734 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.734 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.733000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355733000000 ns, racy<=2500000000 ns
19:35:55.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is unmodified
19:35:55.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.733000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355733000000 ns, racy<=2500000000 ns
19:35:55.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is unmodified
19:35:55.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.735 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.736 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.733000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355733000000 ns, racy<=2500000000 ns
19:35:55.736 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is unmodified
19:35:55.736 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.736 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.736 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.736 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.736 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.736 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.733000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355733000000 ns, racy<=2500000000 ns
19:35:55.736 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is unmodified
19:35:55.737 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.737 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.737 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.737 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.737 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.737 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.733000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355733000000 ns, racy<=2500000000 ns
19:35:55.737 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is unmodified
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.733000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355733000000 ns, racy<=2500000000 ns
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is unmodified
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.733000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355733000000 ns, racy<=2500000000 ns
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is unmodified
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.733000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355733000000 ns, racy<=2500000000 ns
19:35:55.739 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is unmodified
19:35:55.740 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.740000000, lastModified=2020-12-01 19:35:55.739012000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.740 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.740000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.741000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.741000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.741000000, lastModified=2020-12-01 19:35:55.740012000, delta=988000 ns, racy<=2500000000 ns
19:35:55.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.741000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.741 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.741000000, lastModified=2020-12-01 19:35:55.740012000, delta=988000 ns, racy<=2500000000 ns
19:35:55.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.741000000, lastModified=2020-12-01 19:35:55.740012000, delta=988000 ns, racy<=2500000000 ns
19:35:55.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.742000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.742000000, lastModified=2020-12-01 19:35:55.740012000, delta=1988000 ns, racy<=2500000000 ns
19:35:55.742 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.742000000, lastModified=2020-12-01 19:35:55.739012000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.743000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.743000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.743000000, lastModified=2020-12-01 19:35:55.740012000, delta=2988000 ns, racy<=2500000000 ns
19:35:55.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.743000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.743000000, lastModified=2020-12-01 19:35:55.740012000, delta=2988000 ns, racy<=2500000000 ns
19:35:55.743 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.743000000, lastModified=2020-12-01 19:35:55.740012000, delta=2988000 ns, racy<=2500000000 ns
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.744000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.744000000, lastModified=2020-12-01 19:35:55.740012000, delta=3988000 ns, racy<=2500000000 ns
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.744000000, lastModified=2020-12-01 19:35:55.740012000, delta=3988000 ns, racy<=2500000000 ns
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.744000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.744000000, lastModified=2020-12-01 19:35:55.740012000, delta=3988000 ns, racy<=2500000000 ns
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.744000000, lastModified=2020-12-01 19:35:55.740012000, delta=3988000 ns, racy<=2500000000 ns
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.744000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.744 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.744000000, lastModified=2020-12-01 19:35:55.740012000, delta=3988000 ns, racy<=2500000000 ns
19:35:55.745 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.745 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.745 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.745 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.745 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.745 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.744000000, lastModified=2020-12-01 19:35:55.740012000, delta=3988000 ns, racy<=2500000000 ns
19:35:55.745 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.745 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.745000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.745 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.745000000, lastModified=2020-12-01 19:35:55.740012000, delta=4988000 ns, racy<=2500000000 ns
19:35:55.806 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.806 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.806 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.806 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.806 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.806 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.745000000, lastModified=2020-12-01 19:35:55.740012000, delta=4988000 ns, racy<=2500000000 ns
19:35:55.806 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.806 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.806000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.807 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.806000000, lastModified=2020-12-01 19:35:55.740012000, delta=65988000 ns, racy<=2500000000 ns
19:35:55.807 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.807 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.807000000, lastModified=2020-12-01 19:35:55.735012000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.807 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.807000000, lastModified=2020-12-01 19:35:55.735012000, delta=71988000 ns, racy<=2502500 ns
19:35:55.807 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/objects/pack, is unmodified
19:35:55.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.807000000, lastModified=2020-12-01 19:35:55.735012000, delta=71988000 ns, racy<=2502500 ns
19:35:55.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/objects/pack, is unmodified
19:35:55.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.808000000, lastModified=2020-12-01 19:35:55.743012000, size=0, fileKey=(dev=300042,ino=27802026)
19:35:55.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.808 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.806000000, lastModified=2020-12-01 19:35:55.740012000, delta=65988000 ns, racy<=2500000000 ns
19:35:55.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.809000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.809000000, lastModified=2020-12-01 19:35:55.740012000, delta=68988000 ns, racy<=2500000000 ns
19:35:55.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.809000000, lastModified=2020-12-01 19:35:55.808011000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.809000000, lastModified=2020-12-01 19:35:55.808011000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.809000000, lastModified=2020-12-01 19:35:55.740012000, delta=68988000 ns, racy<=2500000000 ns
19:35:55.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.809000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.809000000, lastModified=2020-12-01 19:35:55.740012000, delta=68988000 ns, racy<=2500000000 ns
19:35:55.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.809000000, lastModified=2020-12-01 19:35:55.808011000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.809 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.809000000, lastModified=2020-12-01 19:35:55.808011000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.810000000, lastModified=2020-12-01 19:35:55.809011000, size=0, fileKey=(dev=300042,ino=27802031)
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.809000000, lastModified=2020-12-01 19:35:55.740012000, delta=68988000 ns, racy<=2500000000 ns
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.810000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.810000000, lastModified=2020-12-01 19:35:55.740012000, delta=69988000 ns, racy<=2500000000 ns
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.810000000, lastModified=2020-12-01 19:35:55.810011000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.810000000, lastModified=2020-12-01 19:35:55.740012000, delta=69988000 ns, racy<=2500000000 ns
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.810000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.810 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.810000000, lastModified=2020-12-01 19:35:55.740012000, delta=69988000 ns, racy<=2500000000 ns
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.810000000, lastModified=2020-12-01 19:35:55.740012000, delta=69988000 ns, racy<=2500000000 ns
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.811000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.811000000, lastModified=2020-12-01 19:35:55.740012000, delta=70988000 ns, racy<=2500000000 ns
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.811000000, lastModified=2020-12-01 19:35:55.740012000, delta=70988000 ns, racy<=2500000000 ns
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.811000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.811000000, lastModified=2020-12-01 19:35:55.740012000, delta=70988000 ns, racy<=2500000000 ns
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.811000000, lastModified=2020-12-01 19:35:55.740012000, delta=70988000 ns, racy<=2500000000 ns
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.811000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.811 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.811000000, lastModified=2020-12-01 19:35:55.740012000, delta=70988000 ns, racy<=2500000000 ns
19:35:55.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.812000000, lastModified=2020-12-01 19:35:55.739012000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.811000000, lastModified=2020-12-01 19:35:55.740012000, delta=70988000 ns, racy<=2500000000 ns
19:35:55.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.812000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.812000000, lastModified=2020-12-01 19:35:55.740012000, delta=71988000 ns, racy<=2500000000 ns
19:35:55.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.812000000, lastModified=2020-12-01 19:35:55.739012000, delta=72988000 ns, racy<=2502500 ns
19:35:55.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/HEAD, is unmodified
19:35:55.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.812000000, lastModified=2020-12-01 19:35:55.740012000, delta=71988000 ns, racy<=2500000000 ns
19:35:55.812 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.812000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.812000000, lastModified=2020-12-01 19:35:55.740012000, delta=71988000 ns, racy<=2500000000 ns
19:35:55.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.813000000, lastModified=2020-12-01 19:35:55.810011000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.813000000, lastModified=2020-12-01 19:35:55.810011000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.807000000, lastModified=2020-12-01 19:35:55.735012000, delta=71988000 ns, racy<=2502500 ns
19:35:55.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/objects/pack, is unmodified
19:35:55.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.807000000, lastModified=2020-12-01 19:35:55.735012000, delta=71988000 ns, racy<=2502500 ns
19:35:55.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/objects/pack, is unmodified
19:35:55.813 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.807000000, lastModified=2020-12-01 19:35:55.735012000, delta=71988000 ns, racy<=2502500 ns
19:35:55.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/objects/pack, is unmodified
19:35:55.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.807000000, lastModified=2020-12-01 19:35:55.735012000, delta=71988000 ns, racy<=2502500 ns
19:35:55.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/objects/pack, is unmodified
19:35:55.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.812000000, lastModified=2020-12-01 19:35:55.740012000, delta=71988000 ns, racy<=2500000000 ns
19:35:55.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.814000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.814000000, lastModified=2020-12-01 19:35:55.740012000, delta=73988000 ns, racy<=2500000000 ns
19:35:55.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.812000000, lastModified=2020-12-01 19:35:55.739012000, delta=72988000 ns, racy<=2502500 ns
19:35:55.814 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/HEAD, is unmodified
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.814000000, lastModified=2020-12-01 19:35:55.740012000, delta=73988000 ns, racy<=2500000000 ns
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.815000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.815000000, lastModified=2020-12-01 19:35:55.740012000, delta=74988000 ns, racy<=2500000000 ns
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.812000000, lastModified=2020-12-01 19:35:55.739012000, delta=72988000 ns, racy<=2502500 ns
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/HEAD, is unmodified
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.815000000, lastModified=2020-12-01 19:35:55.740012000, delta=74988000 ns, racy<=2500000000 ns
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.815000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.815 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.815000000, lastModified=2020-12-01 19:35:55.740012000, delta=74988000 ns, racy<=2500000000 ns
19:35:55.816 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit5219233585749061981/.git/refs/refs
19:35:55.816 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit5219233585749061981/.git/refs/tags/refs
19:35:55.816 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit5219233585749061981/.git/refs/heads/refs
19:35:55.816 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit5219233585749061981/.git/refs/remotes/refs
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.815000000, lastModified=2020-12-01 19:35:55.740012000, delta=74988000 ns, racy<=2500000000 ns
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.817000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.817000000, lastModified=2020-12-01 19:35:55.740012000, delta=76988000 ns, racy<=2500000000 ns
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.817000000, lastModified=2020-12-01 19:35:55.740012000, delta=76988000 ns, racy<=2500000000 ns
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.817000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.817000000, lastModified=2020-12-01 19:35:55.740012000, delta=76988000 ns, racy<=2500000000 ns
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.817000000, lastModified=2020-12-01 19:35:55.740012000, delta=76988000 ns, racy<=2500000000 ns
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.818000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.818000000, lastModified=2020-12-01 19:35:55.740012000, delta=77988000 ns, racy<=2500000000 ns
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.818000000, lastModified=2020-12-01 19:35:55.740012000, delta=77988000 ns, racy<=2500000000 ns
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.818000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.818000000, lastModified=2020-12-01 19:35:55.740012000, delta=77988000 ns, racy<=2500000000 ns
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.818000000, lastModified=2020-12-01 19:35:55.740012000, delta=77988000 ns, racy<=2500000000 ns
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.818000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.818000000, lastModified=2020-12-01 19:35:55.740012000, delta=77988000 ns, racy<=2500000000 ns
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.818000000, lastModified=2020-12-01 19:35:55.740012000, delta=77988000 ns, racy<=2500000000 ns
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.818000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.818000000, lastModified=2020-12-01 19:35:55.740012000, delta=77988000 ns, racy<=2500000000 ns
19:35:55.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.819000000, lastModified=2020-12-01 19:35:55.817011000, size=41, fileKey=(dev=300042,ino=27802040)
19:35:55.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.818000000, lastModified=2020-12-01 19:35:55.740012000, delta=77988000 ns, racy<=2500000000 ns
19:35:55.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.819000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.819000000, lastModified=2020-12-01 19:35:55.740012000, delta=78988000 ns, racy<=2500000000 ns
19:35:55.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.742000000, lastModified=2020-12-01 19:35:55.740012000, delta=1988000 ns, racy<=2500000000 ns
19:35:55.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.819000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.819000000, lastModified=2020-12-01 19:35:55.740012000, delta=78988000 ns, racy<=2500000000 ns
19:35:55.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:55.820000000, lastModified=2020-12-01 19:35:55.817011000, size=41, fileKey=(dev=300042,ino=27802040)
19:35:55.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.819000000, lastModified=2020-12-01 19:35:55.740012000, delta=78988000 ns, racy<=2500000000 ns
19:35:55.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, is racily clean
19:35:55.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.820000000, lastModified=2020-12-01 19:35:55.740012000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.820000000, lastModified=2020-12-01 19:35:55.740012000, delta=79988000 ns, racy<=2500000000 ns
19:35:55.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.820000000, lastModified=2020-12-01 19:35:55.817011000, delta=2989000 ns, racy<=2502500 ns
19:35:55.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit5219233585749061981/.git/refs/heads/master, is unmodified
19:35:55.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.822000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355822000000 ns, racy<=2500000000 ns
19:35:55.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is unmodified
19:35:55.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.822000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355822000000 ns, racy<=2500000000 ns
19:35:55.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is unmodified
19:35:55.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.822000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355822000000 ns, racy<=2500000000 ns
19:35:55.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is unmodified
19:35:55.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.822000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355822000000 ns, racy<=2500000000 ns
19:35:55.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is unmodified
19:35:55.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.822000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355822000000 ns, racy<=2500000000 ns
19:35:55.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is unmodified
19:35:55.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.822000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355822000000 ns, racy<=2500000000 ns
19:35:55.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is unmodified
19:35:55.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.822000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355822000000 ns, racy<=2500000000 ns
19:35:55.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is unmodified
19:35:55.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.822000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355822000000 ns, racy<=2500000000 ns
19:35:55.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is unmodified
19:35:55.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.822000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355822000000 ns, racy<=2500000000 ns
19:35:55.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is unmodified
19:35:55.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.828000000, lastModified=2020-12-01 19:35:55.828011000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.829000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.830000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.830000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.830000000, lastModified=2020-12-01 19:35:55.829011000, delta=989000 ns, racy<=2500000000 ns
19:35:55.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.830000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.830000000, lastModified=2020-12-01 19:35:55.829011000, delta=989000 ns, racy<=2500000000 ns
19:35:55.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.830000000, lastModified=2020-12-01 19:35:55.829011000, delta=989000 ns, racy<=2500000000 ns
19:35:55.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.831000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.831000000, lastModified=2020-12-01 19:35:55.829011000, delta=1989000 ns, racy<=2500000000 ns
19:35:55.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.831000000, lastModified=2020-12-01 19:35:55.828011000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.831000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.832000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.832000000, lastModified=2020-12-01 19:35:55.829011000, delta=2989000 ns, racy<=2500000000 ns
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.832000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.832000000, lastModified=2020-12-01 19:35:55.829011000, delta=2989000 ns, racy<=2500000000 ns
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.832000000, lastModified=2020-12-01 19:35:55.829011000, delta=2989000 ns, racy<=2500000000 ns
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.833000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.833000000, lastModified=2020-12-01 19:35:55.829011000, delta=3989000 ns, racy<=2500000000 ns
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.833000000, lastModified=2020-12-01 19:35:55.829011000, delta=3989000 ns, racy<=2500000000 ns
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.833000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.833000000, lastModified=2020-12-01 19:35:55.829011000, delta=3989000 ns, racy<=2500000000 ns
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.833000000, lastModified=2020-12-01 19:35:55.829011000, delta=3989000 ns, racy<=2500000000 ns
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.833000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.833000000, lastModified=2020-12-01 19:35:55.829011000, delta=3989000 ns, racy<=2500000000 ns
19:35:55.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.833000000, lastModified=2020-12-01 19:35:55.829011000, delta=3989000 ns, racy<=2500000000 ns
19:35:55.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.834000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.834000000, lastModified=2020-12-01 19:35:55.829011000, delta=4989000 ns, racy<=2500000000 ns
19:35:55.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.834000000, lastModified=2020-12-01 19:35:55.829011000, delta=4989000 ns, racy<=2500000000 ns
19:35:55.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.834000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.834000000, lastModified=2020-12-01 19:35:55.829011000, delta=4989000 ns, racy<=2500000000 ns
19:35:55.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.834000000, lastModified=2020-12-01 19:35:55.824011000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.834000000, lastModified=2020-12-01 19:35:55.824011000, delta=9989000 ns, racy<=2502500 ns
19:35:55.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.834000000, lastModified=2020-12-01 19:35:55.824011000, delta=9989000 ns, racy<=2502500 ns
19:35:55.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.836000000, lastModified=2020-12-01 19:35:55.832011000, size=0, fileKey=(dev=300042,ino=27802026)
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.834000000, lastModified=2020-12-01 19:35:55.829011000, delta=4989000 ns, racy<=2500000000 ns
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.836000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.836000000, lastModified=2020-12-01 19:35:55.829011000, delta=6989000 ns, racy<=2500000000 ns
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.836000000, lastModified=2020-12-01 19:35:55.836011000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.836000000, lastModified=2020-12-01 19:35:55.836011000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.836000000, lastModified=2020-12-01 19:35:55.829011000, delta=6989000 ns, racy<=2500000000 ns
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.836000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.836000000, lastModified=2020-12-01 19:35:55.829011000, delta=6989000 ns, racy<=2500000000 ns
19:35:55.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.837000000, lastModified=2020-12-01 19:35:55.836011000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.837000000, lastModified=2020-12-01 19:35:55.836011000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.837000000, lastModified=2020-12-01 19:35:55.836011000, size=0, fileKey=(dev=300042,ino=27802031)
19:35:55.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.836000000, lastModified=2020-12-01 19:35:55.829011000, delta=6989000 ns, racy<=2500000000 ns
19:35:55.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.837000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.837000000, lastModified=2020-12-01 19:35:55.829011000, delta=7989000 ns, racy<=2500000000 ns
19:35:55.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.837000000, lastModified=2020-12-01 19:35:55.837011000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.837000000, lastModified=2020-12-01 19:35:55.829011000, delta=7989000 ns, racy<=2500000000 ns
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.838000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.838000000, lastModified=2020-12-01 19:35:55.829011000, delta=8989000 ns, racy<=2500000000 ns
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.838000000, lastModified=2020-12-01 19:35:55.829011000, delta=8989000 ns, racy<=2500000000 ns
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.838000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.838000000, lastModified=2020-12-01 19:35:55.829011000, delta=8989000 ns, racy<=2500000000 ns
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.838000000, lastModified=2020-12-01 19:35:55.829011000, delta=8989000 ns, racy<=2500000000 ns
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.838000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.838000000, lastModified=2020-12-01 19:35:55.829011000, delta=8989000 ns, racy<=2500000000 ns
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.838000000, lastModified=2020-12-01 19:35:55.829011000, delta=8989000 ns, racy<=2500000000 ns
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.838000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.838000000, lastModified=2020-12-01 19:35:55.829011000, delta=8989000 ns, racy<=2500000000 ns
19:35:55.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.838000000, lastModified=2020-12-01 19:35:55.828011000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.838000000, lastModified=2020-12-01 19:35:55.829011000, delta=8989000 ns, racy<=2500000000 ns
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.839000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.839000000, lastModified=2020-12-01 19:35:55.829011000, delta=9989000 ns, racy<=2500000000 ns
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.838000000, lastModified=2020-12-01 19:35:55.828011000, delta=9989000 ns, racy<=2502500 ns
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/HEAD, is unmodified
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.839000000, lastModified=2020-12-01 19:35:55.829011000, delta=9989000 ns, racy<=2500000000 ns
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.839000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.839000000, lastModified=2020-12-01 19:35:55.829011000, delta=9989000 ns, racy<=2500000000 ns
19:35:55.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.840000000, lastModified=2020-12-01 19:35:55.837011000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.840000000, lastModified=2020-12-01 19:35:55.837011000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.834000000, lastModified=2020-12-01 19:35:55.824011000, delta=9989000 ns, racy<=2502500 ns
19:35:55.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.834000000, lastModified=2020-12-01 19:35:55.824011000, delta=9989000 ns, racy<=2502500 ns
19:35:55.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.834000000, lastModified=2020-12-01 19:35:55.824011000, delta=9989000 ns, racy<=2502500 ns
19:35:55.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.834000000, lastModified=2020-12-01 19:35:55.824011000, delta=9989000 ns, racy<=2502500 ns
19:35:55.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.839000000, lastModified=2020-12-01 19:35:55.829011000, delta=9989000 ns, racy<=2500000000 ns
19:35:55.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.841000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.841000000, lastModified=2020-12-01 19:35:55.829011000, delta=11989000 ns, racy<=2500000000 ns
19:35:55.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.838000000, lastModified=2020-12-01 19:35:55.828011000, delta=9989000 ns, racy<=2502500 ns
19:35:55.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/HEAD, is unmodified
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.841000000, lastModified=2020-12-01 19:35:55.829011000, delta=11989000 ns, racy<=2500000000 ns
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.842000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.842000000, lastModified=2020-12-01 19:35:55.829011000, delta=12989000 ns, racy<=2500000000 ns
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.838000000, lastModified=2020-12-01 19:35:55.828011000, delta=9989000 ns, racy<=2502500 ns
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/HEAD, is unmodified
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.842000000, lastModified=2020-12-01 19:35:55.829011000, delta=12989000 ns, racy<=2500000000 ns
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.842000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.842000000, lastModified=2020-12-01 19:35:55.829011000, delta=12989000 ns, racy<=2500000000 ns
19:35:55.843 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit9173516391489722536/.git/refs/refs
19:35:55.843 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit9173516391489722536/.git/refs/tags/refs
19:35:55.843 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit9173516391489722536/.git/refs/heads/refs
19:35:55.843 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit9173516391489722536/.git/refs/remotes/refs
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.842000000, lastModified=2020-12-01 19:35:55.829011000, delta=12989000 ns, racy<=2500000000 ns
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.844000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.844000000, lastModified=2020-12-01 19:35:55.829011000, delta=14989000 ns, racy<=2500000000 ns
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.844000000, lastModified=2020-12-01 19:35:55.829011000, delta=14989000 ns, racy<=2500000000 ns
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.844000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.844000000, lastModified=2020-12-01 19:35:55.829011000, delta=14989000 ns, racy<=2500000000 ns
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.844 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.844000000, lastModified=2020-12-01 19:35:55.829011000, delta=14989000 ns, racy<=2500000000 ns
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.845000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.845000000, lastModified=2020-12-01 19:35:55.829011000, delta=15989000 ns, racy<=2500000000 ns
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.845000000, lastModified=2020-12-01 19:35:55.829011000, delta=15989000 ns, racy<=2500000000 ns
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.845000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.845000000, lastModified=2020-12-01 19:35:55.829011000, delta=15989000 ns, racy<=2500000000 ns
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.845000000, lastModified=2020-12-01 19:35:55.829011000, delta=15989000 ns, racy<=2500000000 ns
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.845000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.845000000, lastModified=2020-12-01 19:35:55.829011000, delta=15989000 ns, racy<=2500000000 ns
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.845000000, lastModified=2020-12-01 19:35:55.829011000, delta=15989000 ns, racy<=2500000000 ns
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.845 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.845000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.845000000, lastModified=2020-12-01 19:35:55.829011000, delta=15989000 ns, racy<=2500000000 ns
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.846000000, lastModified=2020-12-01 19:35:55.844011000, size=41, fileKey=(dev=300042,ino=27802040)
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.845000000, lastModified=2020-12-01 19:35:55.829011000, delta=15989000 ns, racy<=2500000000 ns
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.846000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.846000000, lastModified=2020-12-01 19:35:55.829011000, delta=16989000 ns, racy<=2500000000 ns
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.831000000, lastModified=2020-12-01 19:35:55.829011000, delta=1989000 ns, racy<=2500000000 ns
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.846000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.846000000, lastModified=2020-12-01 19:35:55.829011000, delta=16989000 ns, racy<=2500000000 ns
19:35:55.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:55.846000000, lastModified=2020-12-01 19:35:55.844011000, size=41, fileKey=(dev=300042,ino=27802040)
19:35:55.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.846000000, lastModified=2020-12-01 19:35:55.829011000, delta=16989000 ns, racy<=2500000000 ns
19:35:55.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.847000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.847000000, lastModified=2020-12-01 19:35:55.829011000, delta=17989000 ns, racy<=2500000000 ns
19:35:55.906 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/refs/heads/master, isRacyClean=true, read=2020-12-01 19:35:55.846000000, lastModified=2020-12-01 19:35:55.844011000, delta=1989000 ns, racy<=2502500 ns
19:35:55.906 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/refs/heads/master, is racily clean
19:35:55.906 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:55.906000000, lastModified=2020-12-01 19:35:55.844011000, size=41, fileKey=(dev=300042,ino=27802040)
19:35:55.906 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.906000000, lastModified=2020-12-01 19:35:55.844011000, delta=61989000 ns, racy<=2502500 ns
19:35:55.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.907000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.907 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.908000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.908000000, lastModified=2020-12-01 19:35:55.829011000, delta=78989000 ns, racy<=2500000000 ns
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.908000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.908000000, lastModified=2020-12-01 19:35:55.829011000, delta=78989000 ns, racy<=2500000000 ns
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.908000000, lastModified=2020-12-01 19:35:55.837011000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.908000000, lastModified=2020-12-01 19:35:55.829011000, delta=78989000 ns, racy<=2500000000 ns
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.908000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.908 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.908000000, lastModified=2020-12-01 19:35:55.829011000, delta=78989000 ns, racy<=2500000000 ns
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.909000000, lastModified=2020-12-01 19:35:55.837011000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.909000000, lastModified=2020-12-01 19:35:55.837011000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.908000000, lastModified=2020-12-01 19:35:55.829011000, delta=78989000 ns, racy<=2500000000 ns
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.909000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.909000000, lastModified=2020-12-01 19:35:55.829011000, delta=79989000 ns, racy<=2500000000 ns
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.909000000, lastModified=2020-12-01 19:35:55.829011000, delta=79989000 ns, racy<=2500000000 ns
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.909000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.909 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.909000000, lastModified=2020-12-01 19:35:55.829011000, delta=79989000 ns, racy<=2500000000 ns
19:35:55.910 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.910 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.910 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.910 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.910 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.910 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.909000000, lastModified=2020-12-01 19:35:55.829011000, delta=79989000 ns, racy<=2500000000 ns
19:35:55.910 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.910 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.910000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.910 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.910000000, lastModified=2020-12-01 19:35:55.829011000, delta=80989000 ns, racy<=2500000000 ns
19:35:55.910 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.910 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.910000000, lastModified=2020-12-01 19:35:55.824011000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.910 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.910000000, lastModified=2020-12-01 19:35:55.824011000, delta=85989000 ns, racy<=2502500 ns
19:35:55.910 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.910 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.910 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.910 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.910 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.910 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.910 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.910000000, lastModified=2020-12-01 19:35:55.829011000, delta=80989000 ns, racy<=2500000000 ns
19:35:55.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.911000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.911000000, lastModified=2020-12-01 19:35:55.829011000, delta=81989000 ns, racy<=2500000000 ns
19:35:55.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.910000000, lastModified=2020-12-01 19:35:55.824011000, delta=85989000 ns, racy<=2502500 ns
19:35:55.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.910000000, lastModified=2020-12-01 19:35:55.824011000, delta=85989000 ns, racy<=2502500 ns
19:35:55.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.911 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.911000000, lastModified=2020-12-01 19:35:55.908010000, size=0, fileKey=(dev=300042,ino=27802043)
19:35:55.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.911000000, lastModified=2020-12-01 19:35:55.829011000, delta=81989000 ns, racy<=2500000000 ns
19:35:55.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.912000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.912000000, lastModified=2020-12-01 19:35:55.829011000, delta=82989000 ns, racy<=2500000000 ns
19:35:55.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.912000000, lastModified=2020-12-01 19:35:55.912010000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.912000000, lastModified=2020-12-01 19:35:55.912010000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.912000000, lastModified=2020-12-01 19:35:55.829011000, delta=82989000 ns, racy<=2500000000 ns
19:35:55.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.912000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.912000000, lastModified=2020-12-01 19:35:55.829011000, delta=82989000 ns, racy<=2500000000 ns
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.912000000, lastModified=2020-12-01 19:35:55.829011000, delta=82989000 ns, racy<=2500000000 ns
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.913000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.913000000, lastModified=2020-12-01 19:35:55.829011000, delta=83989000 ns, racy<=2500000000 ns
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.913000000, lastModified=2020-12-01 19:35:55.829011000, delta=83989000 ns, racy<=2500000000 ns
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.913000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.913000000, lastModified=2020-12-01 19:35:55.829011000, delta=83989000 ns, racy<=2500000000 ns
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.913000000, lastModified=2020-12-01 19:35:55.829011000, delta=83989000 ns, racy<=2500000000 ns
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.913000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.913000000, lastModified=2020-12-01 19:35:55.829011000, delta=83989000 ns, racy<=2500000000 ns
19:35:55.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.913000000, lastModified=2020-12-01 19:35:55.828011000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:55.914000000, lastModified=2020-12-01 19:35:55.844011000, size=41, fileKey=(dev=300042,ino=27802040)
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.913000000, lastModified=2020-12-01 19:35:55.829011000, delta=83989000 ns, racy<=2500000000 ns
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.914000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.914000000, lastModified=2020-12-01 19:35:55.829011000, delta=84989000 ns, racy<=2500000000 ns
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.913000000, lastModified=2020-12-01 19:35:55.828011000, delta=84989000 ns, racy<=2502500 ns
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/HEAD, is unmodified
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.914000000, lastModified=2020-12-01 19:35:55.844011000, delta=69989000 ns, racy<=2502500 ns
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/refs/heads/master, is unmodified
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.910000000, lastModified=2020-12-01 19:35:55.824011000, delta=85989000 ns, racy<=2502500 ns
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.914000000, lastModified=2020-12-01 19:35:55.829011000, delta=84989000 ns, racy<=2500000000 ns
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.914000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.914000000, lastModified=2020-12-01 19:35:55.829011000, delta=84989000 ns, racy<=2500000000 ns
19:35:55.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.915000000, lastModified=2020-12-01 19:35:55.912010000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.915000000, lastModified=2020-12-01 19:35:55.912010000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.910000000, lastModified=2020-12-01 19:35:55.824011000, delta=85989000 ns, racy<=2502500 ns
19:35:55.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.910000000, lastModified=2020-12-01 19:35:55.824011000, delta=85989000 ns, racy<=2502500 ns
19:35:55.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.910000000, lastModified=2020-12-01 19:35:55.824011000, delta=85989000 ns, racy<=2502500 ns
19:35:55.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.910000000, lastModified=2020-12-01 19:35:55.824011000, delta=85989000 ns, racy<=2502500 ns
19:35:55.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.914000000, lastModified=2020-12-01 19:35:55.829011000, delta=84989000 ns, racy<=2500000000 ns
19:35:55.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.916000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.916000000, lastModified=2020-12-01 19:35:55.829011000, delta=86989000 ns, racy<=2500000000 ns
19:35:55.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.913000000, lastModified=2020-12-01 19:35:55.828011000, delta=84989000 ns, racy<=2502500 ns
19:35:55.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/HEAD, is unmodified
19:35:55.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.914000000, lastModified=2020-12-01 19:35:55.844011000, delta=69989000 ns, racy<=2502500 ns
19:35:55.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/refs/heads/master, is unmodified
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.916000000, lastModified=2020-12-01 19:35:55.829011000, delta=86989000 ns, racy<=2500000000 ns
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.917000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.917000000, lastModified=2020-12-01 19:35:55.829011000, delta=87989000 ns, racy<=2500000000 ns
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.914000000, lastModified=2020-12-01 19:35:55.844011000, delta=69989000 ns, racy<=2502500 ns
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/refs/heads/master, is unmodified
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.917000000, lastModified=2020-12-01 19:35:55.829011000, delta=87989000 ns, racy<=2500000000 ns
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.917000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.917000000, lastModified=2020-12-01 19:35:55.829011000, delta=87989000 ns, racy<=2500000000 ns
19:35:55.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.917000000, lastModified=2020-12-01 19:35:55.829011000, delta=87989000 ns, racy<=2500000000 ns
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.918000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.918000000, lastModified=2020-12-01 19:35:55.829011000, delta=88989000 ns, racy<=2500000000 ns
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.918000000, lastModified=2020-12-01 19:35:55.829011000, delta=88989000 ns, racy<=2500000000 ns
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.918000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.918000000, lastModified=2020-12-01 19:35:55.829011000, delta=88989000 ns, racy<=2500000000 ns
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.918000000, lastModified=2020-12-01 19:35:55.829011000, delta=88989000 ns, racy<=2500000000 ns
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.918000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.918000000, lastModified=2020-12-01 19:35:55.829011000, delta=88989000 ns, racy<=2500000000 ns
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.918000000, lastModified=2020-12-01 19:35:55.829011000, delta=88989000 ns, racy<=2500000000 ns
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.919000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.919000000, lastModified=2020-12-01 19:35:55.829011000, delta=89989000 ns, racy<=2500000000 ns
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.919000000, lastModified=2020-12-01 19:35:55.829011000, delta=89989000 ns, racy<=2500000000 ns
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.919000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.919000000, lastModified=2020-12-01 19:35:55.829011000, delta=89989000 ns, racy<=2500000000 ns
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.919000000, lastModified=2020-12-01 19:35:55.917010000, size=41, fileKey=(dev=300042,ino=27802051)
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.919000000, lastModified=2020-12-01 19:35:55.829011000, delta=89989000 ns, racy<=2500000000 ns
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.919000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.919000000, lastModified=2020-12-01 19:35:55.829011000, delta=89989000 ns, racy<=2500000000 ns
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.847000000, lastModified=2020-12-01 19:35:55.829011000, delta=17989000 ns, racy<=2500000000 ns
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.920000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.920000000, lastModified=2020-12-01 19:35:55.829011000, delta=90989000 ns, racy<=2500000000 ns
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/refs/heads/master, FileKey changed from (dev=300042,ino=27802040) to (dev=300042,ino=27802051)
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:55.920000000, lastModified=2020-12-01 19:35:55.917010000, size=41, fileKey=(dev=300042,ino=27802051)
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.920000000, lastModified=2020-12-01 19:35:55.829011000, delta=90989000 ns, racy<=2500000000 ns
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.920000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.920000000, lastModified=2020-12-01 19:35:55.829011000, delta=90989000 ns, racy<=2500000000 ns
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:55.920000000, lastModified=2020-12-01 19:35:55.917010000, delta=2990000 ns, racy<=2502500 ns
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/refs/heads/master, is unmodified
19:35:55.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.920000000, lastModified=2020-12-01 19:35:55.829011000, delta=90989000 ns, racy<=2500000000 ns
19:35:55.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.921000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.921000000, lastModified=2020-12-01 19:35:55.829011000, delta=91989000 ns, racy<=2500000000 ns
19:35:55.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.921000000, lastModified=2020-12-01 19:35:55.824011000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.921000000, lastModified=2020-12-01 19:35:55.824011000, delta=96989000 ns, racy<=2502500 ns
19:35:55.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.921000000, lastModified=2020-12-01 19:35:55.829011000, delta=91989000 ns, racy<=2500000000 ns
19:35:55.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.922000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.922000000, lastModified=2020-12-01 19:35:55.829011000, delta=92989000 ns, racy<=2500000000 ns
19:35:55.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.921000000, lastModified=2020-12-01 19:35:55.824011000, delta=96989000 ns, racy<=2502500 ns
19:35:55.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.923000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.923000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.923000000, lastModified=2020-12-01 19:35:55.829011000, delta=93989000 ns, racy<=2500000000 ns
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.924000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.924000000, lastModified=2020-12-01 19:35:55.829011000, delta=94989000 ns, racy<=2500000000 ns
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.924000000, lastModified=2020-12-01 19:35:55.912010000, size=176, fileKey=(dev=300042,ino=27802043)
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.924000000, lastModified=2020-12-01 19:35:55.824011000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.924000000, lastModified=2020-12-01 19:35:55.824011000, delta=99989000 ns, racy<=2502500 ns
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.924000000, lastModified=2020-12-01 19:35:55.824011000, delta=99989000 ns, racy<=2502500 ns
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.922000000, lastModified=2020-12-01 19:35:55.829011000, delta=92989000 ns, racy<=2500000000 ns
19:35:55.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, is racily clean
19:35:55.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.924000000, lastModified=2020-12-01 19:35:55.829011000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.924000000, lastModified=2020-12-01 19:35:55.829011000, delta=94989000 ns, racy<=2500000000 ns
19:35:55.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.921000000, lastModified=2020-12-01 19:35:55.824011000, delta=96989000 ns, racy<=2502500 ns
19:35:55.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.921000000, lastModified=2020-12-01 19:35:55.824011000, delta=96989000 ns, racy<=2502500 ns
19:35:55.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit9173516391489722536/.git/objects/pack, is unmodified
19:35:55.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.929000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355929000000 ns, racy<=2500000000 ns
19:35:55.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is unmodified
19:35:55.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.929000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355929000000 ns, racy<=2500000000 ns
19:35:55.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is unmodified
19:35:55.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.929000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355929000000 ns, racy<=2500000000 ns
19:35:55.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is unmodified
19:35:55.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.929000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355929000000 ns, racy<=2500000000 ns
19:35:55.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is unmodified
19:35:55.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.929000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355929000000 ns, racy<=2500000000 ns
19:35:55.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is unmodified
19:35:55.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.929000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355929000000 ns, racy<=2500000000 ns
19:35:55.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is unmodified
19:35:55.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.929000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355929000000 ns, racy<=2500000000 ns
19:35:55.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is unmodified
19:35:55.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.929000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355929000000 ns, racy<=2500000000 ns
19:35:55.935 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is unmodified
19:35:55.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=false, read=2020-12-01 19:35:55.929000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851355929000000 ns, racy<=2500000000 ns
19:35:55.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is unmodified
19:35:55.936 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.936000000, lastModified=2020-12-01 19:35:55.936010000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.937 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.937000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.937 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.937000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.938000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.938000000, lastModified=2020-12-01 19:35:55.937010000, delta=990000 ns, racy<=2500000000 ns
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.938000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.938000000, lastModified=2020-12-01 19:35:55.937010000, delta=990000 ns, racy<=2500000000 ns
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.938000000, lastModified=2020-12-01 19:35:55.937010000, delta=990000 ns, racy<=2500000000 ns
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.938000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.938000000, lastModified=2020-12-01 19:35:55.937010000, delta=990000 ns, racy<=2500000000 ns
19:35:55.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.939000000, lastModified=2020-12-01 19:35:55.936010000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.939000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.940000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.940000000, lastModified=2020-12-01 19:35:55.937010000, delta=2990000 ns, racy<=2500000000 ns
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.940000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.940000000, lastModified=2020-12-01 19:35:55.937010000, delta=2990000 ns, racy<=2500000000 ns
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.940000000, lastModified=2020-12-01 19:35:55.937010000, delta=2990000 ns, racy<=2500000000 ns
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.940000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.940000000, lastModified=2020-12-01 19:35:55.937010000, delta=2990000 ns, racy<=2500000000 ns
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.940000000, lastModified=2020-12-01 19:35:55.937010000, delta=2990000 ns, racy<=2500000000 ns
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.941000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.941000000, lastModified=2020-12-01 19:35:55.937010000, delta=3990000 ns, racy<=2500000000 ns
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.941000000, lastModified=2020-12-01 19:35:55.937010000, delta=3990000 ns, racy<=2500000000 ns
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.941000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.941000000, lastModified=2020-12-01 19:35:55.937010000, delta=3990000 ns, racy<=2500000000 ns
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.941000000, lastModified=2020-12-01 19:35:55.937010000, delta=3990000 ns, racy<=2500000000 ns
19:35:55.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.942000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.942000000, lastModified=2020-12-01 19:35:55.937010000, delta=4990000 ns, racy<=2500000000 ns
19:35:55.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.942000000, lastModified=2020-12-01 19:35:55.937010000, delta=4990000 ns, racy<=2500000000 ns
19:35:55.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.942000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.942000000, lastModified=2020-12-01 19:35:55.937010000, delta=4990000 ns, racy<=2500000000 ns
19:35:55.942 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:55.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:55.942000000, lastModified=2020-12-01 19:35:55.931010000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:55.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.942000000, lastModified=2020-12-01 19:35:55.931010000, delta=10990000 ns, racy<=2502500 ns
19:35:55.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/objects/pack, is unmodified
19:35:55.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.942000000, lastModified=2020-12-01 19:35:55.931010000, delta=10990000 ns, racy<=2502500 ns
19:35:55.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/objects/pack, is unmodified
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.944000000, lastModified=2020-12-01 19:35:55.940009000, size=0, fileKey=(dev=300042,ino=27802026)
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.942000000, lastModified=2020-12-01 19:35:55.937010000, delta=4990000 ns, racy<=2500000000 ns
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.944000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.944000000, lastModified=2020-12-01 19:35:55.937010000, delta=6990000 ns, racy<=2500000000 ns
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.944000000, lastModified=2020-12-01 19:35:55.944009000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.944000000, lastModified=2020-12-01 19:35:55.944009000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.944000000, lastModified=2020-12-01 19:35:55.937010000, delta=6990000 ns, racy<=2500000000 ns
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.944000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.944000000, lastModified=2020-12-01 19:35:55.937010000, delta=6990000 ns, racy<=2500000000 ns
19:35:55.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.945000000, lastModified=2020-12-01 19:35:55.944009000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.945000000, lastModified=2020-12-01 19:35:55.944009000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:55.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.945000000, lastModified=2020-12-01 19:35:55.944009000, size=0, fileKey=(dev=300042,ino=27802031)
19:35:55.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.944000000, lastModified=2020-12-01 19:35:55.937010000, delta=6990000 ns, racy<=2500000000 ns
19:35:55.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.945000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.945000000, lastModified=2020-12-01 19:35:55.937010000, delta=7990000 ns, racy<=2500000000 ns
19:35:55.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:55.945000000, lastModified=2020-12-01 19:35:55.945009000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.945000000, lastModified=2020-12-01 19:35:55.937010000, delta=7990000 ns, racy<=2500000000 ns
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.946000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.946000000, lastModified=2020-12-01 19:35:55.937010000, delta=8990000 ns, racy<=2500000000 ns
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.946000000, lastModified=2020-12-01 19:35:55.937010000, delta=8990000 ns, racy<=2500000000 ns
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.946000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.946000000, lastModified=2020-12-01 19:35:55.937010000, delta=8990000 ns, racy<=2500000000 ns
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.946000000, lastModified=2020-12-01 19:35:55.937010000, delta=8990000 ns, racy<=2500000000 ns
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.946000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.946000000, lastModified=2020-12-01 19:35:55.937010000, delta=8990000 ns, racy<=2500000000 ns
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.946000000, lastModified=2020-12-01 19:35:55.937010000, delta=8990000 ns, racy<=2500000000 ns
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.946000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.946000000, lastModified=2020-12-01 19:35:55.937010000, delta=8990000 ns, racy<=2500000000 ns
19:35:55.947 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:55.946000000, lastModified=2020-12-01 19:35:55.936010000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:55.947 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.947 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.947 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.947 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.947 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.947 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.946000000, lastModified=2020-12-01 19:35:55.937010000, delta=8990000 ns, racy<=2500000000 ns
19:35:55.947 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.947 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.947000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.947 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.947000000, lastModified=2020-12-01 19:35:55.937010000, delta=9990000 ns, racy<=2500000000 ns
19:35:55.947 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.946000000, lastModified=2020-12-01 19:35:55.936010000, delta=9990000 ns, racy<=2502500 ns
19:35:55.947 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/HEAD, is unmodified
19:35:55.947 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.947 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.948 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.948 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.948 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.948 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.947000000, lastModified=2020-12-01 19:35:55.937010000, delta=9990000 ns, racy<=2500000000 ns
19:35:55.948 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.948 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.948000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.948 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.948000000, lastModified=2020-12-01 19:35:55.937010000, delta=10990000 ns, racy<=2500000000 ns
19:35:55.948 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.948000000, lastModified=2020-12-01 19:35:55.945009000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.948 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:55.948000000, lastModified=2020-12-01 19:35:55.945009000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:55.948 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.942000000, lastModified=2020-12-01 19:35:55.931010000, delta=10990000 ns, racy<=2502500 ns
19:35:55.948 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/objects/pack, is unmodified
19:35:55.948 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.942000000, lastModified=2020-12-01 19:35:55.931010000, delta=10990000 ns, racy<=2502500 ns
19:35:55.948 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/objects/pack, is unmodified
19:35:55.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.942000000, lastModified=2020-12-01 19:35:55.931010000, delta=10990000 ns, racy<=2502500 ns
19:35:55.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/objects/pack, is unmodified
19:35:55.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:55.942000000, lastModified=2020-12-01 19:35:55.931010000, delta=10990000 ns, racy<=2502500 ns
19:35:55.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/objects/pack, is unmodified
19:35:55.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.948000000, lastModified=2020-12-01 19:35:55.937010000, delta=10990000 ns, racy<=2500000000 ns
19:35:55.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.950000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.950000000, lastModified=2020-12-01 19:35:55.937010000, delta=12990000 ns, racy<=2500000000 ns
19:35:55.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.946000000, lastModified=2020-12-01 19:35:55.936010000, delta=9990000 ns, racy<=2502500 ns
19:35:55.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/HEAD, is unmodified
19:35:55.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.950000000, lastModified=2020-12-01 19:35:55.937010000, delta=12990000 ns, racy<=2500000000 ns
19:35:55.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.950000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.950000000, lastModified=2020-12-01 19:35:55.937010000, delta=12990000 ns, racy<=2500000000 ns
19:35:55.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:55.946000000, lastModified=2020-12-01 19:35:55.936010000, delta=9990000 ns, racy<=2502500 ns
19:35:55.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/HEAD, is unmodified
19:35:55.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.950000000, lastModified=2020-12-01 19:35:55.937010000, delta=12990000 ns, racy<=2500000000 ns
19:35:55.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.951000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.951000000, lastModified=2020-12-01 19:35:55.937010000, delta=13990000 ns, racy<=2500000000 ns
19:35:55.951 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit7579351364741101585/.git/refs/refs
19:35:55.951 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit7579351364741101585/.git/refs/tags/refs
19:35:55.951 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit7579351364741101585/.git/refs/heads/refs
19:35:55.952 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit7579351364741101585/.git/refs/remotes/refs
19:35:55.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.951000000, lastModified=2020-12-01 19:35:55.937010000, delta=13990000 ns, racy<=2500000000 ns
19:35:55.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.952000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.952000000, lastModified=2020-12-01 19:35:55.937010000, delta=14990000 ns, racy<=2500000000 ns
19:35:55.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.952000000, lastModified=2020-12-01 19:35:55.937010000, delta=14990000 ns, racy<=2500000000 ns
19:35:55.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.952000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.952000000, lastModified=2020-12-01 19:35:55.937010000, delta=14990000 ns, racy<=2500000000 ns
19:35:55.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:55.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:55.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:55.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:55.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:55.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.952000000, lastModified=2020-12-01 19:35:55.937010000, delta=14990000 ns, racy<=2500000000 ns
19:35:55.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:55.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:55.953000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:55.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.953000000, lastModified=2020-12-01 19:35:55.937010000, delta=15990000 ns, racy<=2500000000 ns
19:35:56.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.953000000, lastModified=2020-12-01 19:35:55.937010000, delta=15990000 ns, racy<=2500000000 ns
19:35:56.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:56.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.006000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.006 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.006000000, lastModified=2020-12-01 19:35:55.937010000, delta=68990000 ns, racy<=2500000000 ns
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.006000000, lastModified=2020-12-01 19:35:55.937010000, delta=68990000 ns, racy<=2500000000 ns
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.007000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.007000000, lastModified=2020-12-01 19:35:55.937010000, delta=69990000 ns, racy<=2500000000 ns
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.007000000, lastModified=2020-12-01 19:35:55.937010000, delta=69990000 ns, racy<=2500000000 ns
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.007000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.007000000, lastModified=2020-12-01 19:35:55.937010000, delta=69990000 ns, racy<=2500000000 ns
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.007000000, lastModified=2020-12-01 19:35:55.952009000, size=41, fileKey=(dev=300042,ino=27802040)
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.007 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.007000000, lastModified=2020-12-01 19:35:55.937010000, delta=69990000 ns, racy<=2500000000 ns
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.008000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.008000000, lastModified=2020-12-01 19:35:55.937010000, delta=70990000 ns, racy<=2500000000 ns
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:55.938000000, lastModified=2020-12-01 19:35:55.937010000, delta=990000 ns, racy<=2500000000 ns
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.008000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.008000000, lastModified=2020-12-01 19:35:55.937010000, delta=70990000 ns, racy<=2500000000 ns
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:56.008000000, lastModified=2020-12-01 19:35:55.952009000, size=41, fileKey=(dev=300042,ino=27802040)
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.008000000, lastModified=2020-12-01 19:35:55.937010000, delta=70990000 ns, racy<=2500000000 ns
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.008000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.008000000, lastModified=2020-12-01 19:35:55.937010000, delta=70990000 ns, racy<=2500000000 ns
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.008000000, lastModified=2020-12-01 19:35:55.952009000, delta=55991000 ns, racy<=2502500 ns
19:35:56.008 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/refs/heads/master, is unmodified
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.008000000, lastModified=2020-12-01 19:35:55.937010000, delta=70990000 ns, racy<=2500000000 ns
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.009000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.009000000, lastModified=2020-12-01 19:35:55.937010000, delta=71990000 ns, racy<=2500000000 ns
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.008000000, lastModified=2020-12-01 19:35:55.952009000, delta=55991000 ns, racy<=2502500 ns
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/refs/heads/master, is unmodified
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.009000000, lastModified=2020-12-01 19:35:55.937010000, delta=71990000 ns, racy<=2500000000 ns
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.009000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.009000000, lastModified=2020-12-01 19:35:55.937010000, delta=71990000 ns, racy<=2500000000 ns
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.008000000, lastModified=2020-12-01 19:35:55.952009000, delta=55991000 ns, racy<=2502500 ns
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/refs/heads/master, is unmodified
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.009000000, lastModified=2020-12-01 19:35:55.937010000, delta=71990000 ns, racy<=2500000000 ns
19:35:56.009 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:56.010 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.010000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.010 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.010000000, lastModified=2020-12-01 19:35:55.937010000, delta=72990000 ns, racy<=2500000000 ns
19:35:56.010 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:56.010 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:56.010000000, lastModified=2020-12-01 19:35:55.931010000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:56.010 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.010000000, lastModified=2020-12-01 19:35:55.931010000, delta=78990000 ns, racy<=2502500 ns
19:35:56.010 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/objects/pack, is unmodified
19:35:56.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.010000000, lastModified=2020-12-01 19:35:55.937010000, delta=72990000 ns, racy<=2500000000 ns
19:35:56.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:56.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.011000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.011 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.011000000, lastModified=2020-12-01 19:35:55.937010000, delta=73990000 ns, racy<=2500000000 ns
19:35:56.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.012000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.012000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.012000000, lastModified=2020-12-01 19:35:55.937010000, delta=74990000 ns, racy<=2500000000 ns
19:35:56.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, is racily clean
19:35:56.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.012000000, lastModified=2020-12-01 19:35:55.937010000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.012000000, lastModified=2020-12-01 19:35:55.937010000, delta=74990000 ns, racy<=2500000000 ns
19:35:56.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.012000000, lastModified=2020-12-01 19:35:55.945009000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:56.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:56.012 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:56.012000000, lastModified=2020-12-01 19:35:55.931010000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:56.013 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.012000000, lastModified=2020-12-01 19:35:55.931010000, delta=80990000 ns, racy<=2502500 ns
19:35:56.013 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7579351364741101585/.git/objects/pack, is unmodified
19:35:56.015 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.015 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.015 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.015 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.015 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.015 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356015000000 ns, racy<=2500000000 ns
19:35:56.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is unmodified
19:35:56.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356015000000 ns, racy<=2500000000 ns
19:35:56.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is unmodified
19:35:56.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356015000000 ns, racy<=2500000000 ns
19:35:56.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is unmodified
19:35:56.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356015000000 ns, racy<=2500000000 ns
19:35:56.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is unmodified
19:35:56.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356015000000 ns, racy<=2500000000 ns
19:35:56.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is unmodified
19:35:56.019 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.019 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.019 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.019 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.019 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.019 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356015000000 ns, racy<=2500000000 ns
19:35:56.019 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is unmodified
19:35:56.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356015000000 ns, racy<=2500000000 ns
19:35:56.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is unmodified
19:35:56.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356015000000 ns, racy<=2500000000 ns
19:35:56.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is unmodified
19:35:56.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.015000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356015000000 ns, racy<=2500000000 ns
19:35:56.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is unmodified
19:35:56.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.022000000, lastModified=2020-12-01 19:35:56.022008000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:56.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.023000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.023 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.023000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.024000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.024000000, lastModified=2020-12-01 19:35:56.023008000, delta=992000 ns, racy<=2500000000 ns
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.024000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.024000000, lastModified=2020-12-01 19:35:56.023008000, delta=992000 ns, racy<=2500000000 ns
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.024000000, lastModified=2020-12-01 19:35:56.023008000, delta=992000 ns, racy<=2500000000 ns
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.024000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.024 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.024000000, lastModified=2020-12-01 19:35:56.023008000, delta=992000 ns, racy<=2500000000 ns
19:35:56.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:56.025000000, lastModified=2020-12-01 19:35:56.022008000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:56.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.025000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.025 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.026000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.026000000, lastModified=2020-12-01 19:35:56.023008000, delta=2992000 ns, racy<=2500000000 ns
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.026000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.026000000, lastModified=2020-12-01 19:35:56.023008000, delta=2992000 ns, racy<=2500000000 ns
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.026000000, lastModified=2020-12-01 19:35:56.023008000, delta=2992000 ns, racy<=2500000000 ns
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.026 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.026000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.026000000, lastModified=2020-12-01 19:35:56.023008000, delta=2992000 ns, racy<=2500000000 ns
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.026000000, lastModified=2020-12-01 19:35:56.023008000, delta=2992000 ns, racy<=2500000000 ns
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.027000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.027000000, lastModified=2020-12-01 19:35:56.023008000, delta=3992000 ns, racy<=2500000000 ns
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.027000000, lastModified=2020-12-01 19:35:56.023008000, delta=3992000 ns, racy<=2500000000 ns
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.027000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.027000000, lastModified=2020-12-01 19:35:56.023008000, delta=3992000 ns, racy<=2500000000 ns
19:35:56.027 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.027000000, lastModified=2020-12-01 19:35:56.023008000, delta=3992000 ns, racy<=2500000000 ns
19:35:56.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.028000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.028000000, lastModified=2020-12-01 19:35:56.023008000, delta=4992000 ns, racy<=2500000000 ns
19:35:56.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.028000000, lastModified=2020-12-01 19:35:56.023008000, delta=4992000 ns, racy<=2500000000 ns
19:35:56.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.028000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.028000000, lastModified=2020-12-01 19:35:56.023008000, delta=4992000 ns, racy<=2500000000 ns
19:35:56.028 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:56.029 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:56.028000000, lastModified=2020-12-01 19:35:56.017008000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:56.029 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.028000000, lastModified=2020-12-01 19:35:56.017008000, delta=10992000 ns, racy<=2502500 ns
19:35:56.029 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.029 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.028000000, lastModified=2020-12-01 19:35:56.017008000, delta=10992000 ns, racy<=2502500 ns
19:35:56.029 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.029 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.029000000, lastModified=2020-12-01 19:35:56.026008000, size=0, fileKey=(dev=300042,ino=27802026)
19:35:56.029 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.028000000, lastModified=2020-12-01 19:35:56.023008000, delta=4992000 ns, racy<=2500000000 ns
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.030000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.030000000, lastModified=2020-12-01 19:35:56.023008000, delta=6992000 ns, racy<=2500000000 ns
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.030000000, lastModified=2020-12-01 19:35:56.029008000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.030000000, lastModified=2020-12-01 19:35:56.029008000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.030000000, lastModified=2020-12-01 19:35:56.023008000, delta=6992000 ns, racy<=2500000000 ns
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.030000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.030000000, lastModified=2020-12-01 19:35:56.023008000, delta=6992000 ns, racy<=2500000000 ns
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.030000000, lastModified=2020-12-01 19:35:56.029008000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:56.030 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.030000000, lastModified=2020-12-01 19:35:56.029008000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.031000000, lastModified=2020-12-01 19:35:56.030008000, size=0, fileKey=(dev=300042,ino=27802031)
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.030000000, lastModified=2020-12-01 19:35:56.023008000, delta=6992000 ns, racy<=2500000000 ns
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.031000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.031000000, lastModified=2020-12-01 19:35:56.023008000, delta=7992000 ns, racy<=2500000000 ns
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.031000000, lastModified=2020-12-01 19:35:56.031008000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.031000000, lastModified=2020-12-01 19:35:56.023008000, delta=7992000 ns, racy<=2500000000 ns
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.031000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.031000000, lastModified=2020-12-01 19:35:56.023008000, delta=7992000 ns, racy<=2500000000 ns
19:35:56.031 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.031000000, lastModified=2020-12-01 19:35:56.023008000, delta=7992000 ns, racy<=2500000000 ns
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.032000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.032000000, lastModified=2020-12-01 19:35:56.023008000, delta=8992000 ns, racy<=2500000000 ns
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.032000000, lastModified=2020-12-01 19:35:56.023008000, delta=8992000 ns, racy<=2500000000 ns
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.032000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.032000000, lastModified=2020-12-01 19:35:56.023008000, delta=8992000 ns, racy<=2500000000 ns
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.032000000, lastModified=2020-12-01 19:35:56.023008000, delta=8992000 ns, racy<=2500000000 ns
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.032000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.032000000, lastModified=2020-12-01 19:35:56.023008000, delta=8992000 ns, racy<=2500000000 ns
19:35:56.032 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:56.032000000, lastModified=2020-12-01 19:35:56.022008000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.032000000, lastModified=2020-12-01 19:35:56.023008000, delta=8992000 ns, racy<=2500000000 ns
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.033000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.033000000, lastModified=2020-12-01 19:35:56.023008000, delta=9992000 ns, racy<=2500000000 ns
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:56.032000000, lastModified=2020-12-01 19:35:56.022008000, delta=9992000 ns, racy<=2502500 ns
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/HEAD, is unmodified
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.033000000, lastModified=2020-12-01 19:35:56.023008000, delta=9992000 ns, racy<=2500000000 ns
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.033000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.033000000, lastModified=2020-12-01 19:35:56.023008000, delta=9992000 ns, racy<=2500000000 ns
19:35:56.034 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.034000000, lastModified=2020-12-01 19:35:56.031008000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:56.034 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.034000000, lastModified=2020-12-01 19:35:56.031008000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:56.034 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.028000000, lastModified=2020-12-01 19:35:56.017008000, delta=10992000 ns, racy<=2502500 ns
19:35:56.034 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.034 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.028000000, lastModified=2020-12-01 19:35:56.017008000, delta=10992000 ns, racy<=2502500 ns
19:35:56.034 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.028000000, lastModified=2020-12-01 19:35:56.017008000, delta=10992000 ns, racy<=2502500 ns
19:35:56.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.028000000, lastModified=2020-12-01 19:35:56.017008000, delta=10992000 ns, racy<=2502500 ns
19:35:56.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.033000000, lastModified=2020-12-01 19:35:56.023008000, delta=9992000 ns, racy<=2500000000 ns
19:35:56.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.036000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.036000000, lastModified=2020-12-01 19:35:56.023008000, delta=12992000 ns, racy<=2500000000 ns
19:35:56.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:56.032000000, lastModified=2020-12-01 19:35:56.022008000, delta=9992000 ns, racy<=2502500 ns
19:35:56.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/HEAD, is unmodified
19:35:56.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.036000000, lastModified=2020-12-01 19:35:56.023008000, delta=12992000 ns, racy<=2500000000 ns
19:35:56.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.036000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.036000000, lastModified=2020-12-01 19:35:56.023008000, delta=12992000 ns, racy<=2500000000 ns
19:35:56.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:56.032000000, lastModified=2020-12-01 19:35:56.022008000, delta=9992000 ns, racy<=2502500 ns
19:35:56.036 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/HEAD, is unmodified
19:35:56.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.036000000, lastModified=2020-12-01 19:35:56.023008000, delta=12992000 ns, racy<=2500000000 ns
19:35:56.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.037000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.037 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.037000000, lastModified=2020-12-01 19:35:56.023008000, delta=13992000 ns, racy<=2500000000 ns
19:35:56.037 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit7245562924833926796/.git/refs/refs
19:35:56.037 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit7245562924833926796/.git/refs/tags/refs
19:35:56.038 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit7245562924833926796/.git/refs/heads/refs
19:35:56.038 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit7245562924833926796/.git/refs/remotes/refs
19:35:56.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.037000000, lastModified=2020-12-01 19:35:56.023008000, delta=13992000 ns, racy<=2500000000 ns
19:35:56.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.107000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.107000000, lastModified=2020-12-01 19:35:56.023008000, delta=83992000 ns, racy<=2500000000 ns
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.107000000, lastModified=2020-12-01 19:35:56.023008000, delta=83992000 ns, racy<=2500000000 ns
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.108000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.108000000, lastModified=2020-12-01 19:35:56.023008000, delta=84992000 ns, racy<=2500000000 ns
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.108000000, lastModified=2020-12-01 19:35:56.023008000, delta=84992000 ns, racy<=2500000000 ns
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.108000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.108000000, lastModified=2020-12-01 19:35:56.023008000, delta=84992000 ns, racy<=2500000000 ns
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.108000000, lastModified=2020-12-01 19:35:56.023008000, delta=84992000 ns, racy<=2500000000 ns
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.109000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.109000000, lastModified=2020-12-01 19:35:56.023008000, delta=85992000 ns, racy<=2500000000 ns
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.109000000, lastModified=2020-12-01 19:35:56.023008000, delta=85992000 ns, racy<=2500000000 ns
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.109000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.109000000, lastModified=2020-12-01 19:35:56.023008000, delta=85992000 ns, racy<=2500000000 ns
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.109000000, lastModified=2020-12-01 19:35:56.023008000, delta=85992000 ns, racy<=2500000000 ns
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.109000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.109000000, lastModified=2020-12-01 19:35:56.023008000, delta=85992000 ns, racy<=2500000000 ns
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.109000000, lastModified=2020-12-01 19:35:56.107007000, size=41, fileKey=(dev=300042,ino=27802041)
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.109000000, lastModified=2020-12-01 19:35:56.023008000, delta=85992000 ns, racy<=2500000000 ns
19:35:56.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.110000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.110000000, lastModified=2020-12-01 19:35:56.023008000, delta=86992000 ns, racy<=2500000000 ns
19:35:56.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.111000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.111000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.111000000, lastModified=2020-12-01 19:35:56.023008000, delta=87992000 ns, racy<=2500000000 ns
19:35:56.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.111000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.111000000, lastModified=2020-12-01 19:35:56.023008000, delta=87992000 ns, racy<=2500000000 ns
19:35:56.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.112000000, lastModified=2020-12-01 19:35:56.031008000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:56.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.111000000, lastModified=2020-12-01 19:35:56.023008000, delta=87992000 ns, racy<=2500000000 ns
19:35:56.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.112000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.112000000, lastModified=2020-12-01 19:35:56.023008000, delta=88992000 ns, racy<=2500000000 ns
19:35:56.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.112000000, lastModified=2020-12-01 19:35:56.031008000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:56.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.112000000, lastModified=2020-12-01 19:35:56.031008000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:56.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.112000000, lastModified=2020-12-01 19:35:56.023008000, delta=88992000 ns, racy<=2500000000 ns
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.113000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.113000000, lastModified=2020-12-01 19:35:56.023008000, delta=89992000 ns, racy<=2500000000 ns
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.113000000, lastModified=2020-12-01 19:35:56.023008000, delta=89992000 ns, racy<=2500000000 ns
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.113000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.113000000, lastModified=2020-12-01 19:35:56.023008000, delta=89992000 ns, racy<=2500000000 ns
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.113000000, lastModified=2020-12-01 19:35:56.023008000, delta=89992000 ns, racy<=2500000000 ns
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.113000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.113000000, lastModified=2020-12-01 19:35:56.023008000, delta=89992000 ns, racy<=2500000000 ns
19:35:56.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:56.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:56.114000000, lastModified=2020-12-01 19:35:56.017008000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:56.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.114000000, lastModified=2020-12-01 19:35:56.017008000, delta=96992000 ns, racy<=2502500 ns
19:35:56.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.113000000, lastModified=2020-12-01 19:35:56.023008000, delta=89992000 ns, racy<=2500000000 ns
19:35:56.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.114000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.114000000, lastModified=2020-12-01 19:35:56.023008000, delta=90992000 ns, racy<=2500000000 ns
19:35:56.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.114000000, lastModified=2020-12-01 19:35:56.017008000, delta=96992000 ns, racy<=2502500 ns
19:35:56.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.114000000, lastModified=2020-12-01 19:35:56.017008000, delta=96992000 ns, racy<=2502500 ns
19:35:56.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.115000000, lastModified=2020-12-01 19:35:56.112007000, size=0, fileKey=(dev=300042,ino=27802045)
19:35:56.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.114000000, lastModified=2020-12-01 19:35:56.023008000, delta=90992000 ns, racy<=2500000000 ns
19:35:56.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.115000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.115000000, lastModified=2020-12-01 19:35:56.023008000, delta=91992000 ns, racy<=2500000000 ns
19:35:56.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.115000000, lastModified=2020-12-01 19:35:56.115007000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.116000000, lastModified=2020-12-01 19:35:56.115007000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.115000000, lastModified=2020-12-01 19:35:56.023008000, delta=91992000 ns, racy<=2500000000 ns
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.116000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.116000000, lastModified=2020-12-01 19:35:56.023008000, delta=92992000 ns, racy<=2500000000 ns
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.116000000, lastModified=2020-12-01 19:35:56.023008000, delta=92992000 ns, racy<=2500000000 ns
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.116000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.116000000, lastModified=2020-12-01 19:35:56.023008000, delta=92992000 ns, racy<=2500000000 ns
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.116000000, lastModified=2020-12-01 19:35:56.023008000, delta=92992000 ns, racy<=2500000000 ns
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.117000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.117000000, lastModified=2020-12-01 19:35:56.023008000, delta=93992000 ns, racy<=2500000000 ns
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.117000000, lastModified=2020-12-01 19:35:56.023008000, delta=93992000 ns, racy<=2500000000 ns
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.117000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.117000000, lastModified=2020-12-01 19:35:56.023008000, delta=93992000 ns, racy<=2500000000 ns
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:56.117000000, lastModified=2020-12-01 19:35:56.022008000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:56.117000000, lastModified=2020-12-01 19:35:56.107007000, size=41, fileKey=(dev=300042,ino=27802041)
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.117000000, lastModified=2020-12-01 19:35:56.023008000, delta=93992000 ns, racy<=2500000000 ns
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.117000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.117000000, lastModified=2020-12-01 19:35:56.023008000, delta=93992000 ns, racy<=2500000000 ns
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:56.117000000, lastModified=2020-12-01 19:35:56.022008000, delta=94992000 ns, racy<=2502500 ns
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/HEAD, is unmodified
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.117000000, lastModified=2020-12-01 19:35:56.107007000, delta=9993000 ns, racy<=2502500 ns
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/refs/heads/master, is unmodified
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.114000000, lastModified=2020-12-01 19:35:56.017008000, delta=96992000 ns, racy<=2502500 ns
19:35:56.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.117000000, lastModified=2020-12-01 19:35:56.023008000, delta=93992000 ns, racy<=2500000000 ns
19:35:56.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.118000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.118000000, lastModified=2020-12-01 19:35:56.023008000, delta=94992000 ns, racy<=2500000000 ns
19:35:56.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.118000000, lastModified=2020-12-01 19:35:56.115007000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:56.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.118000000, lastModified=2020-12-01 19:35:56.115007000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:56.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.114000000, lastModified=2020-12-01 19:35:56.017008000, delta=96992000 ns, racy<=2502500 ns
19:35:56.118 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.119 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.114000000, lastModified=2020-12-01 19:35:56.017008000, delta=96992000 ns, racy<=2502500 ns
19:35:56.119 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.119 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.114000000, lastModified=2020-12-01 19:35:56.017008000, delta=96992000 ns, racy<=2502500 ns
19:35:56.119 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.119 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.114000000, lastModified=2020-12-01 19:35:56.017008000, delta=96992000 ns, racy<=2502500 ns
19:35:56.119 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.118000000, lastModified=2020-12-01 19:35:56.023008000, delta=94992000 ns, racy<=2500000000 ns
19:35:56.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.120000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.120000000, lastModified=2020-12-01 19:35:56.023008000, delta=96992000 ns, racy<=2500000000 ns
19:35:56.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:56.117000000, lastModified=2020-12-01 19:35:56.022008000, delta=94992000 ns, racy<=2502500 ns
19:35:56.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/HEAD, is unmodified
19:35:56.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.117000000, lastModified=2020-12-01 19:35:56.107007000, delta=9993000 ns, racy<=2502500 ns
19:35:56.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/refs/heads/master, is unmodified
19:35:56.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.120000000, lastModified=2020-12-01 19:35:56.023008000, delta=96992000 ns, racy<=2500000000 ns
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.121000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.121000000, lastModified=2020-12-01 19:35:56.023008000, delta=97992000 ns, racy<=2500000000 ns
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.117000000, lastModified=2020-12-01 19:35:56.107007000, delta=9993000 ns, racy<=2502500 ns
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/refs/heads/master, is unmodified
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.121000000, lastModified=2020-12-01 19:35:56.023008000, delta=97992000 ns, racy<=2500000000 ns
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.121000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.121000000, lastModified=2020-12-01 19:35:56.023008000, delta=97992000 ns, racy<=2500000000 ns
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.121000000, lastModified=2020-12-01 19:35:56.023008000, delta=97992000 ns, racy<=2500000000 ns
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.121000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.121000000, lastModified=2020-12-01 19:35:56.023008000, delta=97992000 ns, racy<=2500000000 ns
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.121000000, lastModified=2020-12-01 19:35:56.023008000, delta=97992000 ns, racy<=2500000000 ns
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.122000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.122000000, lastModified=2020-12-01 19:35:56.023008000, delta=98992000 ns, racy<=2500000000 ns
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.122000000, lastModified=2020-12-01 19:35:56.023008000, delta=98992000 ns, racy<=2500000000 ns
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.122000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.122000000, lastModified=2020-12-01 19:35:56.023008000, delta=98992000 ns, racy<=2500000000 ns
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.122000000, lastModified=2020-12-01 19:35:56.023008000, delta=98992000 ns, racy<=2500000000 ns
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.122000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.122000000, lastModified=2020-12-01 19:35:56.023008000, delta=98992000 ns, racy<=2500000000 ns
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.122000000, lastModified=2020-12-01 19:35:56.023008000, delta=98992000 ns, racy<=2500000000 ns
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.123000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.123000000, lastModified=2020-12-01 19:35:56.023008000, delta=99992000 ns, racy<=2500000000 ns
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.123000000, lastModified=2020-12-01 19:35:56.121007000, size=41, fileKey=(dev=300042,ino=27802052)
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.123000000, lastModified=2020-12-01 19:35:56.023008000, delta=99992000 ns, racy<=2500000000 ns
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.123000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.123000000, lastModified=2020-12-01 19:35:56.023008000, delta=99992000 ns, racy<=2500000000 ns
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:56.025000000, lastModified=2020-12-01 19:35:56.022008000, delta=2992000 ns, racy<=2502500 ns
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/HEAD, is unmodified
19:35:56.123 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:56.123000000, lastModified=2020-12-01 19:35:56.121007000, size=41, fileKey=(dev=300042,ino=27802052)
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.024000000, lastModified=2020-12-01 19:35:56.023008000, delta=992000 ns, racy<=2500000000 ns
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.124000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.124000000, lastModified=2020-12-01 19:35:56.023008000, delta=100992000 ns, racy<=2500000000 ns
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index, size changed from 0 to 176 bytes
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.124000000, lastModified=2020-12-01 19:35:56.115007000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.124000000, lastModified=2020-12-01 19:35:56.023008000, delta=100992000 ns, racy<=2500000000 ns
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.124000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.124000000, lastModified=2020-12-01 19:35:56.023008000, delta=100992000 ns, racy<=2500000000 ns
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/refs/heads/master, isRacyClean=true, read=2020-12-01 19:35:56.123000000, lastModified=2020-12-01 19:35:56.121007000, delta=1993000 ns, racy<=2502500 ns
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/refs/heads/master, is racily clean
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:56.124000000, lastModified=2020-12-01 19:35:56.121007000, size=41, fileKey=(dev=300042,ino=27802052)
19:35:56.124 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.124000000, lastModified=2020-12-01 19:35:56.121007000, delta=2993000 ns, racy<=2502500 ns
19:35:56.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.124000000, lastModified=2020-12-01 19:35:56.023008000, delta=100992000 ns, racy<=2500000000 ns
19:35:56.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.125000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.125000000, lastModified=2020-12-01 19:35:56.023008000, delta=101992000 ns, racy<=2500000000 ns
19:35:56.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/refs/heads/master, cannot be racily clean
19:35:56.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:56.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:56.125000000, lastModified=2020-12-01 19:35:56.017008000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:56.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.125000000, lastModified=2020-12-01 19:35:56.017008000, delta=107992000 ns, racy<=2502500 ns
19:35:56.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.125000000, lastModified=2020-12-01 19:35:56.017008000, delta=107992000 ns, racy<=2502500 ns
19:35:56.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.125 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.125000000, lastModified=2020-12-01 19:35:56.023008000, delta=101992000 ns, racy<=2500000000 ns
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.126000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.126000000, lastModified=2020-12-01 19:35:56.023008000, delta=102992000 ns, racy<=2500000000 ns
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/refs/heads/master, cannot be racily clean
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.126000000, lastModified=2020-12-01 19:35:56.023008000, delta=102992000 ns, racy<=2500000000 ns
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.126000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.126000000, lastModified=2020-12-01 19:35:56.023008000, delta=102992000 ns, racy<=2500000000 ns
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/refs/heads/master, cannot be racily clean
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.126000000, lastModified=2020-12-01 19:35:56.023008000, delta=102992000 ns, racy<=2500000000 ns
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.126000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.126 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.126000000, lastModified=2020-12-01 19:35:56.023008000, delta=102992000 ns, racy<=2500000000 ns
19:35:56.127 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.127 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.127 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.127 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.127 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.127 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.126000000, lastModified=2020-12-01 19:35:56.023008000, delta=102992000 ns, racy<=2500000000 ns
19:35:56.127 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.127 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.127000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.127 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.127000000, lastModified=2020-12-01 19:35:56.023008000, delta=103992000 ns, racy<=2500000000 ns
19:35:56.128 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.128000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.128 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.128 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.128 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.128 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.128 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.128 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.128000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.128 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.128 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.128 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.128000000, lastModified=2020-12-01 19:35:56.023008000, delta=104992000 ns, racy<=2500000000 ns
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.129000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.129000000, lastModified=2020-12-01 19:35:56.023008000, delta=105992000 ns, racy<=2500000000 ns
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.129000000, lastModified=2020-12-01 19:35:56.115007000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:56.129000000, lastModified=2020-12-01 19:35:56.017008000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.129000000, lastModified=2020-12-01 19:35:56.017008000, delta=111992000 ns, racy<=2502500 ns
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.129000000, lastModified=2020-12-01 19:35:56.017008000, delta=111992000 ns, racy<=2502500 ns
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.127000000, lastModified=2020-12-01 19:35:56.023008000, delta=103992000 ns, racy<=2500000000 ns
19:35:56.129 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, is racily clean
19:35:56.130 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.130000000, lastModified=2020-12-01 19:35:56.023008000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.130 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.130000000, lastModified=2020-12-01 19:35:56.023008000, delta=106992000 ns, racy<=2500000000 ns
19:35:56.130 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.125000000, lastModified=2020-12-01 19:35:56.017008000, delta=107992000 ns, racy<=2502500 ns
19:35:56.130 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.130 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.125000000, lastModified=2020-12-01 19:35:56.017008000, delta=107992000 ns, racy<=2502500 ns
19:35:56.130 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7245562924833926796/.git/objects/pack, is unmodified
19:35:56.133 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.134000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356134000000 ns, racy<=2500000000 ns
19:35:56.134 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is unmodified
19:35:56.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.134000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356134000000 ns, racy<=2500000000 ns
19:35:56.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is unmodified
19:35:56.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.134000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356134000000 ns, racy<=2500000000 ns
19:35:56.135 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is unmodified
19:35:56.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.134000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356134000000 ns, racy<=2500000000 ns
19:35:56.136 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is unmodified
19:35:56.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.134000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356134000000 ns, racy<=2500000000 ns
19:35:56.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is unmodified
19:35:56.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.137 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.138 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.138 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.138 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.134000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356134000000 ns, racy<=2500000000 ns
19:35:56.138 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is unmodified
19:35:56.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.134000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356134000000 ns, racy<=2500000000 ns
19:35:56.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is unmodified
19:35:56.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.134000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356134000000 ns, racy<=2500000000 ns
19:35:56.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is unmodified
19:35:56.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.140 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.141 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.141 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.141 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.134000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356134000000 ns, racy<=2500000000 ns
19:35:56.141 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is unmodified
19:35:56.141 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.141000000, lastModified=2020-12-01 19:35:56.140007000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:56.142 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.142000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.142 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.142000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.142 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.142 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.142 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.142 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.142 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.142 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.142000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.142 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.142000000, lastModified=2020-12-01 19:35:56.141007000, delta=993000 ns, racy<=2500000000 ns
19:35:56.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.143000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.143000000, lastModified=2020-12-01 19:35:56.141007000, delta=1993000 ns, racy<=2500000000 ns
19:35:56.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.143000000, lastModified=2020-12-01 19:35:56.141007000, delta=1993000 ns, racy<=2500000000 ns
19:35:56.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.143000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.143000000, lastModified=2020-12-01 19:35:56.141007000, delta=1993000 ns, racy<=2500000000 ns
19:35:56.143 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:56.143000000, lastModified=2020-12-01 19:35:56.140007000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:56.206 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.144000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.206 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.206 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.206 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.206 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.206 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.206 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.206000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.206000000, lastModified=2020-12-01 19:35:56.141007000, delta=64993000 ns, racy<=2500000000 ns
19:35:56.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.207000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.207000000, lastModified=2020-12-01 19:35:56.141007000, delta=65993000 ns, racy<=2500000000 ns
19:35:56.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.207000000, lastModified=2020-12-01 19:35:56.141007000, delta=65993000 ns, racy<=2500000000 ns
19:35:56.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.207000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.207000000, lastModified=2020-12-01 19:35:56.141007000, delta=65993000 ns, racy<=2500000000 ns
19:35:56.207 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.207000000, lastModified=2020-12-01 19:35:56.141007000, delta=65993000 ns, racy<=2500000000 ns
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.208000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.208000000, lastModified=2020-12-01 19:35:56.141007000, delta=66993000 ns, racy<=2500000000 ns
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.208000000, lastModified=2020-12-01 19:35:56.141007000, delta=66993000 ns, racy<=2500000000 ns
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.208000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.208000000, lastModified=2020-12-01 19:35:56.141007000, delta=66993000 ns, racy<=2500000000 ns
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.208 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.208000000, lastModified=2020-12-01 19:35:56.141007000, delta=66993000 ns, racy<=2500000000 ns
19:35:56.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.209000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.209000000, lastModified=2020-12-01 19:35:56.141007000, delta=67993000 ns, racy<=2500000000 ns
19:35:56.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.209000000, lastModified=2020-12-01 19:35:56.141007000, delta=67993000 ns, racy<=2500000000 ns
19:35:56.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.209000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.209000000, lastModified=2020-12-01 19:35:56.141007000, delta=67993000 ns, racy<=2500000000 ns
19:35:56.209 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:56.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:56.209000000, lastModified=2020-12-01 19:35:56.135007000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:56.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.209000000, lastModified=2020-12-01 19:35:56.135007000, delta=73993000 ns, racy<=2502500 ns
19:35:56.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/objects/pack, is unmodified
19:35:56.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.209000000, lastModified=2020-12-01 19:35:56.135007000, delta=73993000 ns, racy<=2502500 ns
19:35:56.210 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/objects/pack, is unmodified
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.211000000, lastModified=2020-12-01 19:35:56.207006000, size=0, fileKey=(dev=300042,ino=27802026)
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.209000000, lastModified=2020-12-01 19:35:56.141007000, delta=67993000 ns, racy<=2500000000 ns
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.211000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.211000000, lastModified=2020-12-01 19:35:56.141007000, delta=69993000 ns, racy<=2500000000 ns
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.211000000, lastModified=2020-12-01 19:35:56.211006000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.211000000, lastModified=2020-12-01 19:35:56.211006000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.211000000, lastModified=2020-12-01 19:35:56.141007000, delta=69993000 ns, racy<=2500000000 ns
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.211 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.211000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.211000000, lastModified=2020-12-01 19:35:56.141007000, delta=69993000 ns, racy<=2500000000 ns
19:35:56.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.212000000, lastModified=2020-12-01 19:35:56.211006000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:56.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.212000000, lastModified=2020-12-01 19:35:56.211006000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:56.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.212000000, lastModified=2020-12-01 19:35:56.211006000, size=0, fileKey=(dev=300042,ino=27802031)
19:35:56.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.211000000, lastModified=2020-12-01 19:35:56.141007000, delta=69993000 ns, racy<=2500000000 ns
19:35:56.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.212000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.212000000, lastModified=2020-12-01 19:35:56.141007000, delta=70993000 ns, racy<=2500000000 ns
19:35:56.212 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.212000000, lastModified=2020-12-01 19:35:56.212006000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.212000000, lastModified=2020-12-01 19:35:56.141007000, delta=70993000 ns, racy<=2500000000 ns
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.213000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.213000000, lastModified=2020-12-01 19:35:56.141007000, delta=71993000 ns, racy<=2500000000 ns
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.213000000, lastModified=2020-12-01 19:35:56.141007000, delta=71993000 ns, racy<=2500000000 ns
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.213000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.213000000, lastModified=2020-12-01 19:35:56.141007000, delta=71993000 ns, racy<=2500000000 ns
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.213000000, lastModified=2020-12-01 19:35:56.141007000, delta=71993000 ns, racy<=2500000000 ns
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.213000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.213000000, lastModified=2020-12-01 19:35:56.141007000, delta=71993000 ns, racy<=2500000000 ns
19:35:56.213 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.213000000, lastModified=2020-12-01 19:35:56.141007000, delta=71993000 ns, racy<=2500000000 ns
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.214000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.214000000, lastModified=2020-12-01 19:35:56.141007000, delta=72993000 ns, racy<=2500000000 ns
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:56.214000000, lastModified=2020-12-01 19:35:56.140007000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.214000000, lastModified=2020-12-01 19:35:56.141007000, delta=72993000 ns, racy<=2500000000 ns
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.214000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.214000000, lastModified=2020-12-01 19:35:56.141007000, delta=72993000 ns, racy<=2500000000 ns
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:56.214000000, lastModified=2020-12-01 19:35:56.140007000, delta=73993000 ns, racy<=2502500 ns
19:35:56.214 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/HEAD, is unmodified
19:35:56.215 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.215 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.215 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.215 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.215 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.215 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.214000000, lastModified=2020-12-01 19:35:56.141007000, delta=72993000 ns, racy<=2500000000 ns
19:35:56.215 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.215 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.215000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.215 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.215000000, lastModified=2020-12-01 19:35:56.141007000, delta=73993000 ns, racy<=2500000000 ns
19:35:56.215 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.215000000, lastModified=2020-12-01 19:35:56.212006000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:56.215 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.215000000, lastModified=2020-12-01 19:35:56.212006000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:56.215 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.209000000, lastModified=2020-12-01 19:35:56.135007000, delta=73993000 ns, racy<=2502500 ns
19:35:56.215 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/objects/pack, is unmodified
19:35:56.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.209000000, lastModified=2020-12-01 19:35:56.135007000, delta=73993000 ns, racy<=2502500 ns
19:35:56.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/objects/pack, is unmodified
19:35:56.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.209000000, lastModified=2020-12-01 19:35:56.135007000, delta=73993000 ns, racy<=2502500 ns
19:35:56.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/objects/pack, is unmodified
19:35:56.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.209000000, lastModified=2020-12-01 19:35:56.135007000, delta=73993000 ns, racy<=2502500 ns
19:35:56.216 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/objects/pack, is unmodified
19:35:56.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.215000000, lastModified=2020-12-01 19:35:56.141007000, delta=73993000 ns, racy<=2500000000 ns
19:35:56.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.217000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.217000000, lastModified=2020-12-01 19:35:56.141007000, delta=75993000 ns, racy<=2500000000 ns
19:35:56.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:56.214000000, lastModified=2020-12-01 19:35:56.140007000, delta=73993000 ns, racy<=2502500 ns
19:35:56.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/HEAD, is unmodified
19:35:56.217 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.217000000, lastModified=2020-12-01 19:35:56.141007000, delta=75993000 ns, racy<=2500000000 ns
19:35:56.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.218000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.218000000, lastModified=2020-12-01 19:35:56.141007000, delta=76993000 ns, racy<=2500000000 ns
19:35:56.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:56.214000000, lastModified=2020-12-01 19:35:56.140007000, delta=73993000 ns, racy<=2502500 ns
19:35:56.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/HEAD, is unmodified
19:35:56.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.218000000, lastModified=2020-12-01 19:35:56.141007000, delta=76993000 ns, racy<=2500000000 ns
19:35:56.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.218000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.218 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.218000000, lastModified=2020-12-01 19:35:56.141007000, delta=76993000 ns, racy<=2500000000 ns
19:35:56.219 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit1451046828929742258/.git/refs/refs
19:35:56.219 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit1451046828929742258/.git/refs/tags/refs
19:35:56.219 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit1451046828929742258/.git/refs/heads/refs
19:35:56.219 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit1451046828929742258/.git/refs/remotes/refs
19:35:56.219 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.219 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.219 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.218000000, lastModified=2020-12-01 19:35:56.141007000, delta=76993000 ns, racy<=2500000000 ns
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.220000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.220000000, lastModified=2020-12-01 19:35:56.141007000, delta=78993000 ns, racy<=2500000000 ns
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.220000000, lastModified=2020-12-01 19:35:56.141007000, delta=78993000 ns, racy<=2500000000 ns
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.220000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.220000000, lastModified=2020-12-01 19:35:56.141007000, delta=78993000 ns, racy<=2500000000 ns
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.220000000, lastModified=2020-12-01 19:35:56.141007000, delta=78993000 ns, racy<=2500000000 ns
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.220000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.220000000, lastModified=2020-12-01 19:35:56.141007000, delta=78993000 ns, racy<=2500000000 ns
19:35:56.220 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.220000000, lastModified=2020-12-01 19:35:56.141007000, delta=78993000 ns, racy<=2500000000 ns
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.221000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.221000000, lastModified=2020-12-01 19:35:56.141007000, delta=79993000 ns, racy<=2500000000 ns
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.221000000, lastModified=2020-12-01 19:35:56.141007000, delta=79993000 ns, racy<=2500000000 ns
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.221000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.221000000, lastModified=2020-12-01 19:35:56.141007000, delta=79993000 ns, racy<=2500000000 ns
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.221000000, lastModified=2020-12-01 19:35:56.141007000, delta=79993000 ns, racy<=2500000000 ns
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.221000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.221000000, lastModified=2020-12-01 19:35:56.141007000, delta=79993000 ns, racy<=2500000000 ns
19:35:56.221 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.221000000, lastModified=2020-12-01 19:35:56.219006000, size=41, fileKey=(dev=300042,ino=27802041)
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.221000000, lastModified=2020-12-01 19:35:56.141007000, delta=79993000 ns, racy<=2500000000 ns
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.222000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.222000000, lastModified=2020-12-01 19:35:56.141007000, delta=80993000 ns, racy<=2500000000 ns
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.143000000, lastModified=2020-12-01 19:35:56.141007000, delta=1993000 ns, racy<=2500000000 ns
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.222000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.222000000, lastModified=2020-12-01 19:35:56.141007000, delta=80993000 ns, racy<=2500000000 ns
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:56.222000000, lastModified=2020-12-01 19:35:56.219006000, size=41, fileKey=(dev=300042,ino=27802041)
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.222 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.222000000, lastModified=2020-12-01 19:35:56.141007000, delta=80993000 ns, racy<=2500000000 ns
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.223000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.223000000, lastModified=2020-12-01 19:35:56.141007000, delta=81993000 ns, racy<=2500000000 ns
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.222000000, lastModified=2020-12-01 19:35:56.219006000, delta=2994000 ns, racy<=2502500 ns
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/refs/heads/master, is unmodified
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.223000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.223000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.223000000, lastModified=2020-12-01 19:35:56.141007000, delta=81993000 ns, racy<=2500000000 ns
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.223 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.223000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.223000000, lastModified=2020-12-01 19:35:56.141007000, delta=81993000 ns, racy<=2500000000 ns
19:35:56.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.224000000, lastModified=2020-12-01 19:35:56.212006000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:56.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:56.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:56.224000000, lastModified=2020-12-01 19:35:56.135007000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:56.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.224000000, lastModified=2020-12-01 19:35:56.135007000, delta=88993000 ns, racy<=2502500 ns
19:35:56.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/objects/pack, is unmodified
19:35:56.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.223000000, lastModified=2020-12-01 19:35:56.141007000, delta=81993000 ns, racy<=2500000000 ns
19:35:56.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, is racily clean
19:35:56.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.224000000, lastModified=2020-12-01 19:35:56.141007000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.224000000, lastModified=2020-12-01 19:35:56.141007000, delta=82993000 ns, racy<=2500000000 ns
19:35:56.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:56.224 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:56.224000000, lastModified=2020-12-01 19:35:56.135007000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:56.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.224000000, lastModified=2020-12-01 19:35:56.135007000, delta=88993000 ns, racy<=2502500 ns
19:35:56.225 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1451046828929742258/.git/objects/pack, is unmodified
19:35:56.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.227 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.227000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356227000000 ns, racy<=2500000000 ns
19:35:56.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, is unmodified
19:35:56.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.228 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.227000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356227000000 ns, racy<=2500000000 ns
19:35:56.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, is unmodified
19:35:56.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.227000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356227000000 ns, racy<=2500000000 ns
19:35:56.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, is unmodified
19:35:56.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.227000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356227000000 ns, racy<=2500000000 ns
19:35:56.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, is unmodified
19:35:56.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.227000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356227000000 ns, racy<=2500000000 ns
19:35:56.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, is unmodified
19:35:56.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.227000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356227000000 ns, racy<=2500000000 ns
19:35:56.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, is unmodified
19:35:56.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.227000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356227000000 ns, racy<=2500000000 ns
19:35:56.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, is unmodified
19:35:56.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.227000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356227000000 ns, racy<=2500000000 ns
19:35:56.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, is unmodified
19:35:56.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.227000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356227000000 ns, racy<=2500000000 ns
19:35:56.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, is unmodified
19:35:56.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.235000000, lastModified=2020-12-01 19:35:56.234006000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:56.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.236000000, lastModified=2020-12-01 19:35:56.235006000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.236000000, lastModified=2020-12-01 19:35:56.235006000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.236000000, lastModified=2020-12-01 19:35:56.235006000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.236000000, lastModified=2020-12-01 19:35:56.235006000, delta=994000 ns, racy<=2500000000 ns
19:35:56.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, is racily clean
19:35:56.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.237000000, lastModified=2020-12-01 19:35:56.235006000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.237000000, lastModified=2020-12-01 19:35:56.235006000, delta=1994000 ns, racy<=2500000000 ns
19:35:56.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.237000000, lastModified=2020-12-01 19:35:56.235006000, delta=1994000 ns, racy<=2500000000 ns
19:35:56.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, is racily clean
19:35:56.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.237000000, lastModified=2020-12-01 19:35:56.235006000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.237000000, lastModified=2020-12-01 19:35:56.235006000, delta=1994000 ns, racy<=2500000000 ns
19:35:56.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:56.237000000, lastModified=2020-12-01 19:35:56.234006000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:56.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.237000000, lastModified=2020-12-01 19:35:56.235006000, delta=1994000 ns, racy<=2500000000 ns
19:35:56.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, is racily clean
19:35:56.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.238000000, lastModified=2020-12-01 19:35:56.235006000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.238000000, lastModified=2020-12-01 19:35:56.235006000, delta=2994000 ns, racy<=2500000000 ns
19:35:56.238 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit7842001457207950563/.git/refs/refs
19:35:56.238 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit7842001457207950563/.git/refs/tags/refs
19:35:56.238 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit7842001457207950563/.git/refs/heads/refs
19:35:56.239 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit7842001457207950563/.git/refs/remotes/refs
19:35:56.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.238000000, lastModified=2020-12-01 19:35:56.235006000, delta=2994000 ns, racy<=2500000000 ns
19:35:56.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, is racily clean
19:35:56.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.239000000, lastModified=2020-12-01 19:35:56.235006000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit7842001457207950563/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.239000000, lastModified=2020-12-01 19:35:56.235006000, delta=3994000 ns, racy<=2500000000 ns
19:35:56.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.241 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.241000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356241000000 ns, racy<=2500000000 ns
19:35:56.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is unmodified
19:35:56.242 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.241000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356241000000 ns, racy<=2500000000 ns
19:35:56.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is unmodified
19:35:56.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.241000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356241000000 ns, racy<=2500000000 ns
19:35:56.243 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is unmodified
19:35:56.244 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.244 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.244 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.244 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.244 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.244 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.241000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356241000000 ns, racy<=2500000000 ns
19:35:56.244 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is unmodified
19:35:56.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.241000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356241000000 ns, racy<=2500000000 ns
19:35:56.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is unmodified
19:35:56.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.241000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356241000000 ns, racy<=2500000000 ns
19:35:56.245 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is unmodified
19:35:56.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.241000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356241000000 ns, racy<=2500000000 ns
19:35:56.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is unmodified
19:35:56.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.241000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356241000000 ns, racy<=2500000000 ns
19:35:56.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is unmodified
19:35:56.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=false, read=2020-12-01 19:35:56.241000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851356241000000 ns, racy<=2500000000 ns
19:35:56.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is unmodified
19:35:56.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.308000000, lastModified=2020-12-01 19:35:56.307005000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:56.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.309000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.309 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.309000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.310000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.310000000, lastModified=2020-12-01 19:35:56.308005000, delta=1995000 ns, racy<=2500000000 ns
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.310000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.310000000, lastModified=2020-12-01 19:35:56.308005000, delta=1995000 ns, racy<=2500000000 ns
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.310000000, lastModified=2020-12-01 19:35:56.308005000, delta=1995000 ns, racy<=2500000000 ns
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.310000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.310000000, lastModified=2020-12-01 19:35:56.308005000, delta=1995000 ns, racy<=2500000000 ns
19:35:56.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:56.311000000, lastModified=2020-12-01 19:35:56.307005000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:56.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.311000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.312000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.312000000, lastModified=2020-12-01 19:35:56.308005000, delta=3995000 ns, racy<=2500000000 ns
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.312000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.312000000, lastModified=2020-12-01 19:35:56.308005000, delta=3995000 ns, racy<=2500000000 ns
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.312000000, lastModified=2020-12-01 19:35:56.308005000, delta=3995000 ns, racy<=2500000000 ns
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.312000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.312000000, lastModified=2020-12-01 19:35:56.308005000, delta=3995000 ns, racy<=2500000000 ns
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.312000000, lastModified=2020-12-01 19:35:56.308005000, delta=3995000 ns, racy<=2500000000 ns
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.313000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.313000000, lastModified=2020-12-01 19:35:56.308005000, delta=4995000 ns, racy<=2500000000 ns
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.313000000, lastModified=2020-12-01 19:35:56.308005000, delta=4995000 ns, racy<=2500000000 ns
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.313000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.313000000, lastModified=2020-12-01 19:35:56.308005000, delta=4995000 ns, racy<=2500000000 ns
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.313000000, lastModified=2020-12-01 19:35:56.308005000, delta=4995000 ns, racy<=2500000000 ns
19:35:56.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.314000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.314000000, lastModified=2020-12-01 19:35:56.308005000, delta=5995000 ns, racy<=2500000000 ns
19:35:56.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.314000000, lastModified=2020-12-01 19:35:56.308005000, delta=5995000 ns, racy<=2500000000 ns
19:35:56.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.314000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.314000000, lastModified=2020-12-01 19:35:56.308005000, delta=5995000 ns, racy<=2500000000 ns
19:35:56.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:56.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:56.314000000, lastModified=2020-12-01 19:35:56.243005000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:56.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.314000000, lastModified=2020-12-01 19:35:56.243005000, delta=70995000 ns, racy<=2502500 ns
19:35:56.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.314000000, lastModified=2020-12-01 19:35:56.243005000, delta=70995000 ns, racy<=2502500 ns
19:35:56.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.316000000, lastModified=2020-12-01 19:35:56.312005000, size=0, fileKey=(dev=300042,ino=27802026)
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.314000000, lastModified=2020-12-01 19:35:56.308005000, delta=5995000 ns, racy<=2500000000 ns
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.316000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.316000000, lastModified=2020-12-01 19:35:56.308005000, delta=7995000 ns, racy<=2500000000 ns
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.316000000, lastModified=2020-12-01 19:35:56.316005000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.316000000, lastModified=2020-12-01 19:35:56.316005000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.316000000, lastModified=2020-12-01 19:35:56.308005000, delta=7995000 ns, racy<=2500000000 ns
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.316000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.316000000, lastModified=2020-12-01 19:35:56.308005000, delta=7995000 ns, racy<=2500000000 ns
19:35:56.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.317000000, lastModified=2020-12-01 19:35:56.316005000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:56.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.317000000, lastModified=2020-12-01 19:35:56.316005000, size=104, fileKey=(dev=300042,ino=27802026)
19:35:56.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.317000000, lastModified=2020-12-01 19:35:56.316005000, size=0, fileKey=(dev=300042,ino=27802031)
19:35:56.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.316000000, lastModified=2020-12-01 19:35:56.308005000, delta=7995000 ns, racy<=2500000000 ns
19:35:56.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.317000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.317000000, lastModified=2020-12-01 19:35:56.308005000, delta=8995000 ns, racy<=2500000000 ns
19:35:56.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.317000000, lastModified=2020-12-01 19:35:56.317005000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.317000000, lastModified=2020-12-01 19:35:56.308005000, delta=8995000 ns, racy<=2500000000 ns
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.318000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.318000000, lastModified=2020-12-01 19:35:56.308005000, delta=9995000 ns, racy<=2500000000 ns
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.318000000, lastModified=2020-12-01 19:35:56.308005000, delta=9995000 ns, racy<=2500000000 ns
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.318000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.318000000, lastModified=2020-12-01 19:35:56.308005000, delta=9995000 ns, racy<=2500000000 ns
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.318000000, lastModified=2020-12-01 19:35:56.308005000, delta=9995000 ns, racy<=2500000000 ns
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.318000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.318000000, lastModified=2020-12-01 19:35:56.308005000, delta=9995000 ns, racy<=2500000000 ns
19:35:56.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.318000000, lastModified=2020-12-01 19:35:56.308005000, delta=9995000 ns, racy<=2500000000 ns
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.319000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.319000000, lastModified=2020-12-01 19:35:56.308005000, delta=10995000 ns, racy<=2500000000 ns
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:56.319000000, lastModified=2020-12-01 19:35:56.307005000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.319000000, lastModified=2020-12-01 19:35:56.308005000, delta=10995000 ns, racy<=2500000000 ns
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.319000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.319000000, lastModified=2020-12-01 19:35:56.308005000, delta=10995000 ns, racy<=2500000000 ns
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:56.319000000, lastModified=2020-12-01 19:35:56.307005000, delta=11995000 ns, racy<=2502500 ns
19:35:56.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, is unmodified
19:35:56.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.319000000, lastModified=2020-12-01 19:35:56.308005000, delta=10995000 ns, racy<=2500000000 ns
19:35:56.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.320000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.320000000, lastModified=2020-12-01 19:35:56.308005000, delta=11995000 ns, racy<=2500000000 ns
19:35:56.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.320000000, lastModified=2020-12-01 19:35:56.317005000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:56.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.320000000, lastModified=2020-12-01 19:35:56.317005000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:56.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.314000000, lastModified=2020-12-01 19:35:56.243005000, delta=70995000 ns, racy<=2502500 ns
19:35:56.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.314000000, lastModified=2020-12-01 19:35:56.243005000, delta=70995000 ns, racy<=2502500 ns
19:35:56.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.314000000, lastModified=2020-12-01 19:35:56.243005000, delta=70995000 ns, racy<=2502500 ns
19:35:56.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.314000000, lastModified=2020-12-01 19:35:56.243005000, delta=70995000 ns, racy<=2502500 ns
19:35:56.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.320000000, lastModified=2020-12-01 19:35:56.308005000, delta=11995000 ns, racy<=2500000000 ns
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.322000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.322000000, lastModified=2020-12-01 19:35:56.308005000, delta=13995000 ns, racy<=2500000000 ns
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:56.319000000, lastModified=2020-12-01 19:35:56.307005000, delta=11995000 ns, racy<=2502500 ns
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, is unmodified
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.322000000, lastModified=2020-12-01 19:35:56.308005000, delta=13995000 ns, racy<=2500000000 ns
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.322000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.322000000, lastModified=2020-12-01 19:35:56.308005000, delta=13995000 ns, racy<=2500000000 ns
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:56.319000000, lastModified=2020-12-01 19:35:56.307005000, delta=11995000 ns, racy<=2502500 ns
19:35:56.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, is unmodified
19:35:56.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.322000000, lastModified=2020-12-01 19:35:56.308005000, delta=13995000 ns, racy<=2500000000 ns
19:35:56.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.323000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.323000000, lastModified=2020-12-01 19:35:56.308005000, delta=14995000 ns, racy<=2500000000 ns
19:35:56.323 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit1330098814500614560/.git/refs/refs
19:35:56.323 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit1330098814500614560/.git/refs/tags/refs
19:35:56.324 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit1330098814500614560/.git/refs/heads/refs
19:35:56.324 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit1330098814500614560/.git/refs/remotes/refs
19:35:56.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.323000000, lastModified=2020-12-01 19:35:56.308005000, delta=14995000 ns, racy<=2500000000 ns
19:35:56.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.324000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.324000000, lastModified=2020-12-01 19:35:56.308005000, delta=15995000 ns, racy<=2500000000 ns
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.324000000, lastModified=2020-12-01 19:35:56.308005000, delta=15995000 ns, racy<=2500000000 ns
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.325000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.325000000, lastModified=2020-12-01 19:35:56.308005000, delta=16995000 ns, racy<=2500000000 ns
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.325000000, lastModified=2020-12-01 19:35:56.308005000, delta=16995000 ns, racy<=2500000000 ns
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.325000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.325000000, lastModified=2020-12-01 19:35:56.308005000, delta=16995000 ns, racy<=2500000000 ns
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.325000000, lastModified=2020-12-01 19:35:56.308005000, delta=16995000 ns, racy<=2500000000 ns
19:35:56.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.326000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.326000000, lastModified=2020-12-01 19:35:56.308005000, delta=17995000 ns, racy<=2500000000 ns
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.326000000, lastModified=2020-12-01 19:35:56.308005000, delta=17995000 ns, racy<=2500000000 ns
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.326000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.326000000, lastModified=2020-12-01 19:35:56.308005000, delta=17995000 ns, racy<=2500000000 ns
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.326000000, lastModified=2020-12-01 19:35:56.308005000, delta=17995000 ns, racy<=2500000000 ns
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.326000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.326000000, lastModified=2020-12-01 19:35:56.308005000, delta=17995000 ns, racy<=2500000000 ns
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.326000000, lastModified=2020-12-01 19:35:56.324004000, size=41, fileKey=(dev=300042,ino=27802041)
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.326000000, lastModified=2020-12-01 19:35:56.308005000, delta=17995000 ns, racy<=2500000000 ns
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.327000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.327000000, lastModified=2020-12-01 19:35:56.308005000, delta=18995000 ns, racy<=2500000000 ns
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.310000000, lastModified=2020-12-01 19:35:56.308005000, delta=1995000 ns, racy<=2500000000 ns
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.327000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.327000000, lastModified=2020-12-01 19:35:56.308005000, delta=18995000 ns, racy<=2500000000 ns
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:56.327000000, lastModified=2020-12-01 19:35:56.324004000, size=41, fileKey=(dev=300042,ino=27802041)
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.327000000, lastModified=2020-12-01 19:35:56.308005000, delta=18995000 ns, racy<=2500000000 ns
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.327000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.327000000, lastModified=2020-12-01 19:35:56.308005000, delta=18995000 ns, racy<=2500000000 ns
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.327000000, lastModified=2020-12-01 19:35:56.324004000, delta=2996000 ns, racy<=2502500 ns
19:35:56.327 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, is unmodified
19:35:56.328 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.328000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.328 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.328 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.328 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.328 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.328 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.328000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.328000000, lastModified=2020-12-01 19:35:56.308005000, delta=19995000 ns, racy<=2500000000 ns
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.329000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.329000000, lastModified=2020-12-01 19:35:56.308005000, delta=20995000 ns, racy<=2500000000 ns
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.329000000, lastModified=2020-12-01 19:35:56.317005000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.329000000, lastModified=2020-12-01 19:35:56.308005000, delta=20995000 ns, racy<=2500000000 ns
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.329000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.329000000, lastModified=2020-12-01 19:35:56.308005000, delta=20995000 ns, racy<=2500000000 ns
19:35:56.329 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.329000000, lastModified=2020-12-01 19:35:56.317005000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.329000000, lastModified=2020-12-01 19:35:56.317005000, size=104, fileKey=(dev=300042,ino=27802031)
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.329000000, lastModified=2020-12-01 19:35:56.308005000, delta=20995000 ns, racy<=2500000000 ns
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.330000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.330000000, lastModified=2020-12-01 19:35:56.308005000, delta=21995000 ns, racy<=2500000000 ns
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.330000000, lastModified=2020-12-01 19:35:56.308005000, delta=21995000 ns, racy<=2500000000 ns
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.330000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.330000000, lastModified=2020-12-01 19:35:56.308005000, delta=21995000 ns, racy<=2500000000 ns
19:35:56.330 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.330000000, lastModified=2020-12-01 19:35:56.308005000, delta=21995000 ns, racy<=2500000000 ns
19:35:56.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.331000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.331000000, lastModified=2020-12-01 19:35:56.308005000, delta=22995000 ns, racy<=2500000000 ns
19:35:56.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:56.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:56.331000000, lastModified=2020-12-01 19:35:56.243005000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:56.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.331000000, lastModified=2020-12-01 19:35:56.243005000, delta=87995000 ns, racy<=2502500 ns
19:35:56.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.331000000, lastModified=2020-12-01 19:35:56.308005000, delta=22995000 ns, racy<=2500000000 ns
19:35:56.331 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.331000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.331000000, lastModified=2020-12-01 19:35:56.308005000, delta=22995000 ns, racy<=2500000000 ns
19:35:56.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.331000000, lastModified=2020-12-01 19:35:56.243005000, delta=87995000 ns, racy<=2502500 ns
19:35:56.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.331000000, lastModified=2020-12-01 19:35:56.243005000, delta=87995000 ns, racy<=2502500 ns
19:35:56.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.332000000, lastModified=2020-12-01 19:35:56.329004000, size=0, fileKey=(dev=300042,ino=27802045)
19:35:56.332 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.331000000, lastModified=2020-12-01 19:35:56.308005000, delta=22995000 ns, racy<=2500000000 ns
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.333000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.333000000, lastModified=2020-12-01 19:35:56.308005000, delta=24995000 ns, racy<=2500000000 ns
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.333000000, lastModified=2020-12-01 19:35:56.332004000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.333000000, lastModified=2020-12-01 19:35:56.332004000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.333000000, lastModified=2020-12-01 19:35:56.308005000, delta=24995000 ns, racy<=2500000000 ns
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.333000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.333000000, lastModified=2020-12-01 19:35:56.308005000, delta=24995000 ns, racy<=2500000000 ns
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.333 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.333000000, lastModified=2020-12-01 19:35:56.308005000, delta=24995000 ns, racy<=2500000000 ns
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.334000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.334000000, lastModified=2020-12-01 19:35:56.308005000, delta=25995000 ns, racy<=2500000000 ns
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.334000000, lastModified=2020-12-01 19:35:56.308005000, delta=25995000 ns, racy<=2500000000 ns
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.334000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.334000000, lastModified=2020-12-01 19:35:56.308005000, delta=25995000 ns, racy<=2500000000 ns
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.334000000, lastModified=2020-12-01 19:35:56.308005000, delta=25995000 ns, racy<=2500000000 ns
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.334000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.334000000, lastModified=2020-12-01 19:35:56.308005000, delta=25995000 ns, racy<=2500000000 ns
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:56.334000000, lastModified=2020-12-01 19:35:56.307005000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:56.334000000, lastModified=2020-12-01 19:35:56.324004000, size=41, fileKey=(dev=300042,ino=27802041)
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.334 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.334000000, lastModified=2020-12-01 19:35:56.308005000, delta=25995000 ns, racy<=2500000000 ns
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.335000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.335000000, lastModified=2020-12-01 19:35:56.308005000, delta=26995000 ns, racy<=2500000000 ns
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:56.334000000, lastModified=2020-12-01 19:35:56.307005000, delta=26995000 ns, racy<=2502500 ns
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, is unmodified
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.334000000, lastModified=2020-12-01 19:35:56.324004000, delta=9996000 ns, racy<=2502500 ns
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, is unmodified
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.331000000, lastModified=2020-12-01 19:35:56.243005000, delta=87995000 ns, racy<=2502500 ns
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.335000000, lastModified=2020-12-01 19:35:56.308005000, delta=26995000 ns, racy<=2500000000 ns
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.335000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.335 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.335000000, lastModified=2020-12-01 19:35:56.308005000, delta=26995000 ns, racy<=2500000000 ns
19:35:56.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.336000000, lastModified=2020-12-01 19:35:56.332004000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:56.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.336000000, lastModified=2020-12-01 19:35:56.332004000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:56.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.331000000, lastModified=2020-12-01 19:35:56.243005000, delta=87995000 ns, racy<=2502500 ns
19:35:56.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.331000000, lastModified=2020-12-01 19:35:56.243005000, delta=87995000 ns, racy<=2502500 ns
19:35:56.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.331000000, lastModified=2020-12-01 19:35:56.243005000, delta=87995000 ns, racy<=2502500 ns
19:35:56.336 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.331000000, lastModified=2020-12-01 19:35:56.243005000, delta=87995000 ns, racy<=2502500 ns
19:35:56.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.335000000, lastModified=2020-12-01 19:35:56.308005000, delta=26995000 ns, racy<=2500000000 ns
19:35:56.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.337000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.337000000, lastModified=2020-12-01 19:35:56.308005000, delta=28995000 ns, racy<=2500000000 ns
19:35:56.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:56.334000000, lastModified=2020-12-01 19:35:56.307005000, delta=26995000 ns, racy<=2502500 ns
19:35:56.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, is unmodified
19:35:56.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.334000000, lastModified=2020-12-01 19:35:56.324004000, delta=9996000 ns, racy<=2502500 ns
19:35:56.337 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, is unmodified
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.337000000, lastModified=2020-12-01 19:35:56.308005000, delta=28995000 ns, racy<=2500000000 ns
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.338000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.338000000, lastModified=2020-12-01 19:35:56.308005000, delta=29995000 ns, racy<=2500000000 ns
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.334000000, lastModified=2020-12-01 19:35:56.324004000, delta=9996000 ns, racy<=2502500 ns
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, is unmodified
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.338000000, lastModified=2020-12-01 19:35:56.308005000, delta=29995000 ns, racy<=2500000000 ns
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.338000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.338000000, lastModified=2020-12-01 19:35:56.308005000, delta=29995000 ns, racy<=2500000000 ns
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.338 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.338000000, lastModified=2020-12-01 19:35:56.308005000, delta=29995000 ns, racy<=2500000000 ns
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.339000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.339000000, lastModified=2020-12-01 19:35:56.308005000, delta=30995000 ns, racy<=2500000000 ns
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.339000000, lastModified=2020-12-01 19:35:56.308005000, delta=30995000 ns, racy<=2500000000 ns
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.339000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.339000000, lastModified=2020-12-01 19:35:56.308005000, delta=30995000 ns, racy<=2500000000 ns
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.339000000, lastModified=2020-12-01 19:35:56.308005000, delta=30995000 ns, racy<=2500000000 ns
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.339000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.339 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.339000000, lastModified=2020-12-01 19:35:56.308005000, delta=30995000 ns, racy<=2500000000 ns
19:35:56.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.339000000, lastModified=2020-12-01 19:35:56.308005000, delta=30995000 ns, racy<=2500000000 ns
19:35:56.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.340000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.340000000, lastModified=2020-12-01 19:35:56.308005000, delta=31995000 ns, racy<=2500000000 ns
19:35:56.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.340000000, lastModified=2020-12-01 19:35:56.308005000, delta=31995000 ns, racy<=2500000000 ns
19:35:56.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.340 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.340000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.340000000, lastModified=2020-12-01 19:35:56.308005000, delta=31995000 ns, racy<=2500000000 ns
19:35:56.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.341000000, lastModified=2020-12-01 19:35:56.338004000, size=41, fileKey=(dev=300042,ino=27802052)
19:35:56.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.340000000, lastModified=2020-12-01 19:35:56.308005000, delta=31995000 ns, racy<=2500000000 ns
19:35:56.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.341000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.341 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.341000000, lastModified=2020-12-01 19:35:56.308005000, delta=32995000 ns, racy<=2500000000 ns
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.327000000, lastModified=2020-12-01 19:35:56.308005000, delta=18995000 ns, racy<=2500000000 ns
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.342000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.342000000, lastModified=2020-12-01 19:35:56.308005000, delta=33995000 ns, racy<=2500000000 ns
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, FileKey changed from (dev=300042,ino=27802041) to (dev=300042,ino=27802052)
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:56.342000000, lastModified=2020-12-01 19:35:56.338004000, size=41, fileKey=(dev=300042,ino=27802052)
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.342000000, lastModified=2020-12-01 19:35:56.308005000, delta=33995000 ns, racy<=2500000000 ns
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.342000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.342000000, lastModified=2020-12-01 19:35:56.308005000, delta=33995000 ns, racy<=2500000000 ns
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.342000000, lastModified=2020-12-01 19:35:56.338004000, delta=3996000 ns, racy<=2502500 ns
19:35:56.342 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, is unmodified
19:35:56.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.343000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.343000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.343 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.343000000, lastModified=2020-12-01 19:35:56.308005000, delta=34995000 ns, racy<=2500000000 ns
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.344000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.344000000, lastModified=2020-12-01 19:35:56.308005000, delta=35995000 ns, racy<=2500000000 ns
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.344000000, lastModified=2020-12-01 19:35:56.332004000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.344000000, lastModified=2020-12-01 19:35:56.308005000, delta=35995000 ns, racy<=2500000000 ns
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.344000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.344000000, lastModified=2020-12-01 19:35:56.308005000, delta=35995000 ns, racy<=2500000000 ns
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.344000000, lastModified=2020-12-01 19:35:56.332004000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.344000000, lastModified=2020-12-01 19:35:56.332004000, size=176, fileKey=(dev=300042,ino=27802045)
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.344000000, lastModified=2020-12-01 19:35:56.308005000, delta=35995000 ns, racy<=2500000000 ns
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.344000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.344 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.344000000, lastModified=2020-12-01 19:35:56.308005000, delta=35995000 ns, racy<=2500000000 ns
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.344000000, lastModified=2020-12-01 19:35:56.308005000, delta=35995000 ns, racy<=2500000000 ns
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.345000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.345000000, lastModified=2020-12-01 19:35:56.308005000, delta=36995000 ns, racy<=2500000000 ns
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.345000000, lastModified=2020-12-01 19:35:56.308005000, delta=36995000 ns, racy<=2500000000 ns
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.345000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.345000000, lastModified=2020-12-01 19:35:56.308005000, delta=36995000 ns, racy<=2500000000 ns
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:56.345000000, lastModified=2020-12-01 19:35:56.243005000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.345000000, lastModified=2020-12-01 19:35:56.243005000, delta=101995000 ns, racy<=2502500 ns
19:35:56.345 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.346 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.345000000, lastModified=2020-12-01 19:35:56.243005000, delta=101995000 ns, racy<=2502500 ns
19:35:56.346 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.346 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.345000000, lastModified=2020-12-01 19:35:56.243005000, delta=101995000 ns, racy<=2502500 ns
19:35:56.346 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.346 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.346000000, lastModified=2020-12-01 19:35:56.344004000, size=0, fileKey=(dev=300042,ino=27802034)
19:35:56.346 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.346 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.346 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.346 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.346 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.346 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.345000000, lastModified=2020-12-01 19:35:56.308005000, delta=36995000 ns, racy<=2500000000 ns
19:35:56.346 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.346 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.346000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.346 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.346000000, lastModified=2020-12-01 19:35:56.308005000, delta=37995000 ns, racy<=2500000000 ns
19:35:56.346 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.346000000, lastModified=2020-12-01 19:35:56.346004000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:56.346 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.346000000, lastModified=2020-12-01 19:35:56.346004000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:56.347 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.347 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.347 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.347 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.347 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.347 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.346000000, lastModified=2020-12-01 19:35:56.308005000, delta=37995000 ns, racy<=2500000000 ns
19:35:56.347 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.347 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.347000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.347 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.347000000, lastModified=2020-12-01 19:35:56.308005000, delta=38995000 ns, racy<=2500000000 ns
19:35:56.347 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.406 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.406 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.406 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.406 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.406 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.347000000, lastModified=2020-12-01 19:35:56.308005000, delta=38995000 ns, racy<=2500000000 ns
19:35:56.406 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.406 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.406000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.406 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.406000000, lastModified=2020-12-01 19:35:56.308005000, delta=97995000 ns, racy<=2500000000 ns
19:35:56.406 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.406 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.406 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.406 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.406 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.406 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.406000000, lastModified=2020-12-01 19:35:56.308005000, delta=97995000 ns, racy<=2500000000 ns
19:35:56.406 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.406 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.406000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.406000000, lastModified=2020-12-01 19:35:56.308005000, delta=97995000 ns, racy<=2500000000 ns
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.406000000, lastModified=2020-12-01 19:35:56.308005000, delta=97995000 ns, racy<=2500000000 ns
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.407000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.407000000, lastModified=2020-12-01 19:35:56.308005000, delta=98995000 ns, racy<=2500000000 ns
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:56.407000000, lastModified=2020-12-01 19:35:56.307005000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:56.407000000, lastModified=2020-12-01 19:35:56.338004000, size=41, fileKey=(dev=300042,ino=27802052)
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.407000000, lastModified=2020-12-01 19:35:56.308005000, delta=98995000 ns, racy<=2500000000 ns
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.407000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.407000000, lastModified=2020-12-01 19:35:56.308005000, delta=98995000 ns, racy<=2500000000 ns
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:56.407000000, lastModified=2020-12-01 19:35:56.307005000, delta=99995000 ns, racy<=2502500 ns
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, is unmodified
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.407000000, lastModified=2020-12-01 19:35:56.338004000, delta=68996000 ns, racy<=2502500 ns
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, is unmodified
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.345000000, lastModified=2020-12-01 19:35:56.243005000, delta=101995000 ns, racy<=2502500 ns
19:35:56.407 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.407000000, lastModified=2020-12-01 19:35:56.308005000, delta=98995000 ns, racy<=2500000000 ns
19:35:56.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.408000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.408000000, lastModified=2020-12-01 19:35:56.308005000, delta=99995000 ns, racy<=2500000000 ns
19:35:56.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.408000000, lastModified=2020-12-01 19:35:56.346004000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:56.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.408000000, lastModified=2020-12-01 19:35:56.346004000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:56.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.345000000, lastModified=2020-12-01 19:35:56.243005000, delta=101995000 ns, racy<=2502500 ns
19:35:56.408 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.409 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.345000000, lastModified=2020-12-01 19:35:56.243005000, delta=101995000 ns, racy<=2502500 ns
19:35:56.409 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.409 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.345000000, lastModified=2020-12-01 19:35:56.243005000, delta=101995000 ns, racy<=2502500 ns
19:35:56.409 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.409 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.345000000, lastModified=2020-12-01 19:35:56.243005000, delta=101995000 ns, racy<=2502500 ns
19:35:56.409 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.408000000, lastModified=2020-12-01 19:35:56.308005000, delta=99995000 ns, racy<=2500000000 ns
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.410000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.410000000, lastModified=2020-12-01 19:35:56.308005000, delta=101995000 ns, racy<=2500000000 ns
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:56.407000000, lastModified=2020-12-01 19:35:56.307005000, delta=99995000 ns, racy<=2502500 ns
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, is unmodified
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.407000000, lastModified=2020-12-01 19:35:56.338004000, delta=68996000 ns, racy<=2502500 ns
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, is unmodified
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.410000000, lastModified=2020-12-01 19:35:56.308005000, delta=101995000 ns, racy<=2500000000 ns
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.410000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.410000000, lastModified=2020-12-01 19:35:56.308005000, delta=101995000 ns, racy<=2500000000 ns
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.407000000, lastModified=2020-12-01 19:35:56.338004000, delta=68996000 ns, racy<=2502500 ns
19:35:56.410 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, is unmodified
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.410000000, lastModified=2020-12-01 19:35:56.308005000, delta=101995000 ns, racy<=2500000000 ns
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.411000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.411000000, lastModified=2020-12-01 19:35:56.308005000, delta=102995000 ns, racy<=2500000000 ns
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.411000000, lastModified=2020-12-01 19:35:56.308005000, delta=102995000 ns, racy<=2500000000 ns
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.411000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.411000000, lastModified=2020-12-01 19:35:56.308005000, delta=102995000 ns, racy<=2500000000 ns
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.411000000, lastModified=2020-12-01 19:35:56.308005000, delta=102995000 ns, racy<=2500000000 ns
19:35:56.411 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.412000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.412000000, lastModified=2020-12-01 19:35:56.308005000, delta=103995000 ns, racy<=2500000000 ns
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.412000000, lastModified=2020-12-01 19:35:56.308005000, delta=103995000 ns, racy<=2500000000 ns
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.412000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.412000000, lastModified=2020-12-01 19:35:56.308005000, delta=103995000 ns, racy<=2500000000 ns
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.412000000, lastModified=2020-12-01 19:35:56.308005000, delta=103995000 ns, racy<=2500000000 ns
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.412000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.412000000, lastModified=2020-12-01 19:35:56.308005000, delta=103995000 ns, racy<=2500000000 ns
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.412000000, lastModified=2020-12-01 19:35:56.308005000, delta=103995000 ns, racy<=2500000000 ns
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.412 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.412000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.412000000, lastModified=2020-12-01 19:35:56.308005000, delta=103995000 ns, racy<=2500000000 ns
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.413000000, lastModified=2020-12-01 19:35:56.411003000, size=41, fileKey=(dev=300042,ino=27802059)
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.412000000, lastModified=2020-12-01 19:35:56.308005000, delta=103995000 ns, racy<=2500000000 ns
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.413000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.413000000, lastModified=2020-12-01 19:35:56.308005000, delta=104995000 ns, racy<=2500000000 ns
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.342000000, lastModified=2020-12-01 19:35:56.308005000, delta=33995000 ns, racy<=2500000000 ns
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.413000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.413000000, lastModified=2020-12-01 19:35:56.308005000, delta=104995000 ns, racy<=2500000000 ns
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, FileKey changed from (dev=300042,ino=27802052) to (dev=300042,ino=27802059)
19:35:56.413 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:56.413000000, lastModified=2020-12-01 19:35:56.411003000, size=41, fileKey=(dev=300042,ino=27802059)
19:35:56.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.413000000, lastModified=2020-12-01 19:35:56.308005000, delta=104995000 ns, racy<=2500000000 ns
19:35:56.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.414000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.414000000, lastModified=2020-12-01 19:35:56.308005000, delta=105995000 ns, racy<=2500000000 ns
19:35:56.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, isRacyClean=true, read=2020-12-01 19:35:56.413000000, lastModified=2020-12-01 19:35:56.411003000, delta=1997000 ns, racy<=2502500 ns
19:35:56.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, is racily clean
19:35:56.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:56.414000000, lastModified=2020-12-01 19:35:56.411003000, size=41, fileKey=(dev=300042,ino=27802059)
19:35:56.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.414000000, lastModified=2020-12-01 19:35:56.411003000, delta=2997000 ns, racy<=2502500 ns
19:35:56.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.414000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.414 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.415000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.415000000, lastModified=2020-12-01 19:35:56.308005000, delta=106995000 ns, racy<=2500000000 ns
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.415000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.415000000, lastModified=2020-12-01 19:35:56.308005000, delta=106995000 ns, racy<=2500000000 ns
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.415000000, lastModified=2020-12-01 19:35:56.346004000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.415000000, lastModified=2020-12-01 19:35:56.308005000, delta=106995000 ns, racy<=2500000000 ns
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.415000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.415 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.415000000, lastModified=2020-12-01 19:35:56.308005000, delta=106995000 ns, racy<=2500000000 ns
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.416000000, lastModified=2020-12-01 19:35:56.346004000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.416000000, lastModified=2020-12-01 19:35:56.346004000, size=176, fileKey=(dev=300042,ino=27802034)
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.415000000, lastModified=2020-12-01 19:35:56.308005000, delta=106995000 ns, racy<=2500000000 ns
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.416000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.416000000, lastModified=2020-12-01 19:35:56.308005000, delta=107995000 ns, racy<=2500000000 ns
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.416000000, lastModified=2020-12-01 19:35:56.308005000, delta=107995000 ns, racy<=2500000000 ns
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.416000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.416000000, lastModified=2020-12-01 19:35:56.308005000, delta=107995000 ns, racy<=2500000000 ns
19:35:56.416 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.417 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.417 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.417 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.417 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.417 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.416000000, lastModified=2020-12-01 19:35:56.308005000, delta=107995000 ns, racy<=2500000000 ns
19:35:56.417 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.417 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.417000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.417 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.417000000, lastModified=2020-12-01 19:35:56.308005000, delta=108995000 ns, racy<=2500000000 ns
19:35:56.417 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:56.417 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:56.417000000, lastModified=2020-12-01 19:35:56.243005000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:56.417 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.417000000, lastModified=2020-12-01 19:35:56.243005000, delta=173995000 ns, racy<=2502500 ns
19:35:56.417 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.417 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.417000000, lastModified=2020-12-01 19:35:56.243005000, delta=173995000 ns, racy<=2502500 ns
19:35:56.417 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.418000000, lastModified=2020-12-01 19:35:56.415003000, size=0, fileKey=(dev=300042,ino=27802031)
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.417000000, lastModified=2020-12-01 19:35:56.308005000, delta=108995000 ns, racy<=2500000000 ns
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.418000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.418000000, lastModified=2020-12-01 19:35:56.308005000, delta=109995000 ns, racy<=2500000000 ns
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.418000000, lastModified=2020-12-01 19:35:56.417003000, size=176, fileKey=(dev=300042,ino=27802031)
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.418000000, lastModified=2020-12-01 19:35:56.417003000, size=176, fileKey=(dev=300042,ino=27802031)
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.418000000, lastModified=2020-12-01 19:35:56.308005000, delta=109995000 ns, racy<=2500000000 ns
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.418000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.418000000, lastModified=2020-12-01 19:35:56.308005000, delta=109995000 ns, racy<=2500000000 ns
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.418000000, lastModified=2020-12-01 19:35:56.417003000, size=176, fileKey=(dev=300042,ino=27802031)
19:35:56.418 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.418000000, lastModified=2020-12-01 19:35:56.417003000, size=176, fileKey=(dev=300042,ino=27802031)
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.419000000, lastModified=2020-12-01 19:35:56.418003000, size=0, fileKey=(dev=300042,ino=27802034)
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.418000000, lastModified=2020-12-01 19:35:56.308005000, delta=109995000 ns, racy<=2500000000 ns
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.419000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.419000000, lastModified=2020-12-01 19:35:56.308005000, delta=110995000 ns, racy<=2500000000 ns
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.419000000, lastModified=2020-12-01 19:35:56.418003000, size=104, fileKey=(dev=300042,ino=27802034)
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.419000000, lastModified=2020-12-01 19:35:56.418003000, size=104, fileKey=(dev=300042,ino=27802034)
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.419000000, lastModified=2020-12-01 19:35:56.308005000, delta=110995000 ns, racy<=2500000000 ns
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.419000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.419000000, lastModified=2020-12-01 19:35:56.308005000, delta=110995000 ns, racy<=2500000000 ns
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.419 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.419000000, lastModified=2020-12-01 19:35:56.308005000, delta=110995000 ns, racy<=2500000000 ns
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.420000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.420000000, lastModified=2020-12-01 19:35:56.308005000, delta=111995000 ns, racy<=2500000000 ns
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.420000000, lastModified=2020-12-01 19:35:56.308005000, delta=111995000 ns, racy<=2500000000 ns
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.420000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.420000000, lastModified=2020-12-01 19:35:56.308005000, delta=111995000 ns, racy<=2500000000 ns
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.420000000, lastModified=2020-12-01 19:35:56.308005000, delta=111995000 ns, racy<=2500000000 ns
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.420000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.420000000, lastModified=2020-12-01 19:35:56.308005000, delta=111995000 ns, racy<=2500000000 ns
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, create new FileSnapshot: lastRead=2020-12-01 19:35:56.420000000, lastModified=2020-12-01 19:35:56.307005000, size=23, fileKey=(dev=300042,ino=27802023)
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:56.420000000, lastModified=2020-12-01 19:35:56.411003000, size=41, fileKey=(dev=300042,ino=27802059)
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.420000000, lastModified=2020-12-01 19:35:56.308005000, delta=111995000 ns, racy<=2500000000 ns
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.420000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.420 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.420000000, lastModified=2020-12-01 19:35:56.308005000, delta=111995000 ns, racy<=2500000000 ns
19:35:56.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:56.420000000, lastModified=2020-12-01 19:35:56.307005000, delta=112995000 ns, racy<=2502500 ns
19:35:56.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, is unmodified
19:35:56.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.420000000, lastModified=2020-12-01 19:35:56.411003000, delta=8997000 ns, racy<=2502500 ns
19:35:56.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, is unmodified
19:35:56.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.417000000, lastModified=2020-12-01 19:35:56.243005000, delta=173995000 ns, racy<=2502500 ns
19:35:56.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.420000000, lastModified=2020-12-01 19:35:56.308005000, delta=111995000 ns, racy<=2500000000 ns
19:35:56.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.421000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.421000000, lastModified=2020-12-01 19:35:56.308005000, delta=112995000 ns, racy<=2500000000 ns
19:35:56.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.421000000, lastModified=2020-12-01 19:35:56.418003000, size=104, fileKey=(dev=300042,ino=27802034)
19:35:56.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/index, create new FileSnapshot: lastRead=2020-12-01 19:35:56.421000000, lastModified=2020-12-01 19:35:56.418003000, size=104, fileKey=(dev=300042,ino=27802034)
19:35:56.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.417000000, lastModified=2020-12-01 19:35:56.243005000, delta=173995000 ns, racy<=2502500 ns
19:35:56.421 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.422 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.417000000, lastModified=2020-12-01 19:35:56.243005000, delta=173995000 ns, racy<=2502500 ns
19:35:56.422 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.422 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.417000000, lastModified=2020-12-01 19:35:56.243005000, delta=173995000 ns, racy<=2502500 ns
19:35:56.422 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.422 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.417000000, lastModified=2020-12-01 19:35:56.243005000, delta=173995000 ns, racy<=2502500 ns
19:35:56.422 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.421000000, lastModified=2020-12-01 19:35:56.308005000, delta=112995000 ns, racy<=2500000000 ns
19:35:56.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.423000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.423000000, lastModified=2020-12-01 19:35:56.308005000, delta=114995000 ns, racy<=2500000000 ns
19:35:56.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, isRacyClean=false, read=2020-12-01 19:35:56.420000000, lastModified=2020-12-01 19:35:56.307005000, delta=112995000 ns, racy<=2502500 ns
19:35:56.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/HEAD, is unmodified
19:35:56.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.420000000, lastModified=2020-12-01 19:35:56.411003000, delta=8997000 ns, racy<=2502500 ns
19:35:56.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, is unmodified
19:35:56.423 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.423000000, lastModified=2020-12-01 19:35:56.308005000, delta=114995000 ns, racy<=2500000000 ns
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.424000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.424000000, lastModified=2020-12-01 19:35:56.308005000, delta=115995000 ns, racy<=2500000000 ns
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.420000000, lastModified=2020-12-01 19:35:56.411003000, delta=8997000 ns, racy<=2502500 ns
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, is unmodified
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.424000000, lastModified=2020-12-01 19:35:56.308005000, delta=115995000 ns, racy<=2500000000 ns
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.424000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.424000000, lastModified=2020-12-01 19:35:56.308005000, delta=115995000 ns, racy<=2500000000 ns
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.424 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.424000000, lastModified=2020-12-01 19:35:56.308005000, delta=115995000 ns, racy<=2500000000 ns
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.425000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.425000000, lastModified=2020-12-01 19:35:56.308005000, delta=116995000 ns, racy<=2500000000 ns
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.425000000, lastModified=2020-12-01 19:35:56.308005000, delta=116995000 ns, racy<=2500000000 ns
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.425000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.425000000, lastModified=2020-12-01 19:35:56.308005000, delta=116995000 ns, racy<=2500000000 ns
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.425000000, lastModified=2020-12-01 19:35:56.308005000, delta=116995000 ns, racy<=2500000000 ns
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.425000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.425000000, lastModified=2020-12-01 19:35:56.308005000, delta=116995000 ns, racy<=2500000000 ns
19:35:56.425 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.425000000, lastModified=2020-12-01 19:35:56.308005000, delta=116995000 ns, racy<=2500000000 ns
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.426000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.426000000, lastModified=2020-12-01 19:35:56.308005000, delta=117995000 ns, racy<=2500000000 ns
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.426000000, lastModified=2020-12-01 19:35:56.308005000, delta=117995000 ns, racy<=2500000000 ns
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.426000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.426000000, lastModified=2020-12-01 19:35:56.308005000, delta=117995000 ns, racy<=2500000000 ns
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-12-01 19:35:56.426000000, lastModified=2020-12-01 19:35:56.424003000, size=41, fileKey=(dev=300042,ino=27802068)
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.426000000, lastModified=2020-12-01 19:35:56.308005000, delta=117995000 ns, racy<=2500000000 ns
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.426000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.426000000, lastModified=2020-12-01 19:35:56.308005000, delta=117995000 ns, racy<=2500000000 ns
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.414000000, lastModified=2020-12-01 19:35:56.308005000, delta=105995000 ns, racy<=2500000000 ns
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.427000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.427000000, lastModified=2020-12-01 19:35:56.308005000, delta=118995000 ns, racy<=2500000000 ns
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, FileKey changed from (dev=300042,ino=27802059) to (dev=300042,ino=27802068)
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-12-01 19:35:56.427000000, lastModified=2020-12-01 19:35:56.424003000, size=41, fileKey=(dev=300042,ino=27802068)
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.427000000, lastModified=2020-12-01 19:35:56.308005000, delta=118995000 ns, racy<=2500000000 ns
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.427000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.427000000, lastModified=2020-12-01 19:35:56.308005000, delta=118995000 ns, racy<=2500000000 ns
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, isRacyClean=false, read=2020-12-01 19:35:56.427000000, lastModified=2020-12-01 19:35:56.424003000, delta=2997000 ns, racy<=2502500 ns
19:35:56.427 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/refs/heads/master, is unmodified
19:35:56.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 4096 bytes
19:35:56.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, create new FileSnapshot: lastRead=2020-12-01 19:35:56.428000000, lastModified=2020-12-01 19:35:56.243005000, size=4096, fileKey=(dev=300042,ino=27802020)
19:35:56.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.428000000, lastModified=2020-12-01 19:35:56.243005000, delta=184995000 ns, racy<=2502500 ns
19:35:56.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.427000000, lastModified=2020-12-01 19:35:56.308005000, delta=118995000 ns, racy<=2500000000 ns
19:35:56.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.428000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.428000000, lastModified=2020-12-01 19:35:56.308005000, delta=119995000 ns, racy<=2500000000 ns
19:35:56.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.428000000, lastModified=2020-12-01 19:35:56.243005000, delta=184995000 ns, racy<=2502500 ns
19:35:56.428 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.428000000, lastModified=2020-12-01 19:35:56.243005000, delta=184995000 ns, racy<=2502500 ns
19:35:56.429 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.430 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.428000000, lastModified=2020-12-01 19:35:56.308005000, delta=119995000 ns, racy<=2500000000 ns
19:35:56.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.431000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.431000000, lastModified=2020-12-01 19:35:56.308005000, delta=122995000 ns, racy<=2500000000 ns
19:35:56.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.431000000, lastModified=2020-12-01 19:35:56.308005000, delta=122995000 ns, racy<=2500000000 ns
19:35:56.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.431000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.431 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.431000000, lastModified=2020-12-01 19:35:56.308005000, delta=122995000 ns, racy<=2500000000 ns
19:35:56.432 [main] WARN  org.eclipse.hawk.git.JGitRepository - Could not find path 'two.txt' on revision 3cf7f954023bb7bdc9795f40f87d943b8dcf247f of the Git repository at '/tmp/junit1330098814500614560'
19:35:56.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.428000000, lastModified=2020-12-01 19:35:56.243005000, delta=184995000 ns, racy<=2502500 ns
19:35:56.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.431000000, lastModified=2020-12-01 19:35:56.308005000, delta=122995000 ns, racy<=2500000000 ns
19:35:56.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.432000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.432000000, lastModified=2020-12-01 19:35:56.308005000, delta=123995000 ns, racy<=2500000000 ns
19:35:56.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.428000000, lastModified=2020-12-01 19:35:56.243005000, delta=184995000 ns, racy<=2502500 ns
19:35:56.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.428000000, lastModified=2020-12-01 19:35:56.243005000, delta=184995000 ns, racy<=2502500 ns
19:35:56.432 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.428000000, lastModified=2020-12-01 19:35:56.243005000, delta=184995000 ns, racy<=2502500 ns
19:35:56.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.432000000, lastModified=2020-12-01 19:35:56.308005000, delta=123995000 ns, racy<=2500000000 ns
19:35:56.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.433000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.433000000, lastModified=2020-12-01 19:35:56.308005000, delta=124995000 ns, racy<=2500000000 ns
19:35:56.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.428000000, lastModified=2020-12-01 19:35:56.243005000, delta=184995000 ns, racy<=2502500 ns
19:35:56.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.428000000, lastModified=2020-12-01 19:35:56.243005000, delta=184995000 ns, racy<=2502500 ns
19:35:56.433 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.428000000, lastModified=2020-12-01 19:35:56.243005000, delta=184995000 ns, racy<=2502500 ns
19:35:56.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.433000000, lastModified=2020-12-01 19:35:56.308005000, delta=124995000 ns, racy<=2500000000 ns
19:35:56.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.434000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.434000000, lastModified=2020-12-01 19:35:56.308005000, delta=125995000 ns, racy<=2500000000 ns
19:35:56.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.428000000, lastModified=2020-12-01 19:35:56.243005000, delta=184995000 ns, racy<=2502500 ns
19:35:56.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, isRacyClean=false, read=2020-12-01 19:35:56.428000000, lastModified=2020-12-01 19:35:56.243005000, delta=184995000 ns, racy<=2502500 ns
19:35:56.434 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/objects/pack, is unmodified
19:35:56.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.config/jgit/config.lock, cannot be racily clean
19:35:56.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.932000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344932000000 ns, racy<=2500000000 ns
19:35:56.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified
19:35:56.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, isRacyClean=false, read=2020-12-01 19:35:44.933000000, lastModified=1970-01-01 00:00:00.000000000, delta=1606851344933000000 ns, racy<=2500000000 ns
19:35:56.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.jgit.tests/?/.gitconfig, is unmodified
19:35:56.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.434000000, lastModified=2020-12-01 19:35:56.308005000, delta=125995000 ns, racy<=2500000000 ns
19:35:56.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, is racily clean
19:35:56.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, create new FileSnapshot: lastRead=2020-12-01 19:35:56.435000000, lastModified=2020-12-01 19:35:56.308005000, size=78, fileKey=(dev=300042,ino=27802024)
19:35:56.435 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit1330098814500614560/.git/config, isRacyClean=true, read=2020-12-01 19:35:56.435000000, lastModified=2020-12-01 19:35:56.308005000, delta=126995000 ns, racy<=2500000000 ns
19:35:56.435 [main] WARN  org.eclipse.hawk.git.JGitRepository - Could not find path 'one.txt' on revision 98598c43ab4720e141ce2aaac4573153bb88ac93 of the Git repository at '/tmp/junit1330098814500614560'
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.822 s - in org.eclipse.hawk.git.JGitRepositoryTest
delta1ArgWithUpdatedFile(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 9.501 s
delta2ArgAfterFirstOfThree(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.502 s
gitHonorsCurrentBranch(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.324 s
currentRevisionTwoCommits(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.193 s
firstRevisionIsConstant(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.212 s
delta1ArgTwoChanges(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.292 s
currentRevisionOneCommit(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.089 s
delta1ArgWithTwoCommits(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.106 s
delta1ArgWithCurrent(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.086 s
delta2ArgAfterFirstOfTwo(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.118 s
delta1ArgWithNullRevision(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.094 s
currentRevisionWithoutCommits(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.014 s
importFile(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.197 s

Results:

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

Running org.eclipse.hawk.localfolder.LocalFolderTest
WF2PxP0sLNHzE8F/278Ybx39wXg=, /QOO4rs8aOLBPsjkqpy08QgpauA=
fmi3a/vOCyJsQiEOOLaKbtNRJhY=, DwspNlk8MALyqGnO55gGkrLSPGw=
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.47 s - in org.eclipse.hawk.localfolder.LocalFolderTest
renameFile(org.eclipse.hawk.localfolder.LocalFolderTest)  Time elapsed: 1.402 s
addFile(org.eclipse.hawk.localfolder.LocalFolderTest)  Time elapsed: 0.37 s
copyFile(org.eclipse.hawk.localfolder.LocalFolderTest)  Time elapsed: 0.391 s
updateFile(org.eclipse.hawk.localfolder.LocalFolderTest)  Time elapsed: 0.462 s
empty(org.eclipse.hawk.localfolder.LocalFolderTest)  Time elapsed: 0.312 s
deleteFile(org.eclipse.hawk.localfolder.LocalFolderTest)  Time elapsed: 0.426 s
Running org.eclipse.hawk.localfolder.LocalFileTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.01 s - in org.eclipse.hawk.localfolder.LocalFileTest
laterVersion(org.eclipse.hawk.localfolder.LocalFileTest)  Time elapsed: 1.004 s
laterVersionWithDelta(org.eclipse.hawk.localfolder.LocalFileTest)  Time elapsed: 1.004 s
initialVersion(org.eclipse.hawk.localfolder.LocalFileTest)  Time elapsed: 0.001 s

Results:

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

Running org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest
Parsed 354 fragments in 2091ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.929 s - in org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest
jenkinsArchive(org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest)  Time elapsed: 2.185 s
zoo(org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest)  Time elapsed: 0.709 s
Running org.eclipse.hawk.modelio.exml.parser.ExmlParserTest
19:36:20.236 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.03)
19:36:20.239 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00)
19:36:20.239 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage)
19:36:20.239 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.1.00)
19:36:20.239 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00)
19:36:20.239 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Standard(modelio://Modeliosoft.Standard/2.0.00)
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.994 s - in org.eclipse.hawk.modelio.exml.parser.ExmlParserTest
parseAnimal(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest)  Time elapsed: 0.321 s
parseClass35(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest)  Time elapsed: 0.169 s
parseClass(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest)  Time elapsed: 0.104 s
parseEmpty(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest)  Time elapsed: 0.104 s
parseElephant(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest)  Time elapsed: 0.103 s
parseNoObjects(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest)  Time elapsed: 0.097 s
parsePackage(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest)  Time elapsed: 0.092 s
Running org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 s - in org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest
dumpAndParse(org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest)  Time elapsed: 0.085 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.01 s
Running org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest
19:36:21.344 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/0.0.03)
19:36:21.345 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/0.1.00)
19:36:21.345 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/1.1.00)
19:36:21.345 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/1.0.00)
19:36:21.345 [main] INFO  o.e.h.m.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.778 s - in org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest
testPackageVersion1(org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest)  Time elapsed: 0.291 s
testPackageVersion2(org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest)  Time elapsed: 0.217 s
testPackageVersion3(org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest)  Time elapsed: 0.213 s
testPackageVersion4(org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest) skipped
Running org.eclipse.hawk.modelio.exml.model.ModelioObjectTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s - in org.eclipse.hawk.modelio.exml.model.ModelioObjectTest
accessClassModelio34(org.eclipse.hawk.modelio.exml.model.ModelioObjectTest)  Time elapsed: 0.031 s
accessClassModelio35(org.eclipse.hawk.modelio.exml.model.ModelioObjectTest)  Time elapsed: 0.08 s
accessClassDiagram(org.eclipse.hawk.modelio.exml.model.ModelioObjectTest)  Time elapsed: 0.081 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
19:36:22.143 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.143 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.143 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.143 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.144 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.144 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.145 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.145 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.146 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.146 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.146 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.146 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.146 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.146 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.148 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.148 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.148 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.148 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.148 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.148 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.149 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.149 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.149 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.149 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.149 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.149 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.149 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.149 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.208 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.208 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.208 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.208 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.208 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.208 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.208 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.209 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.209 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.210 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.210 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.210 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.213 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.213 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.213 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.213 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.213 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.213 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.213 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.213 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.213 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.213 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.214 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.214 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.214 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.214 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.214 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.214 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.214 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.214 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.214 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.214 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.214 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.215 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.215 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.215 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.215 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.215 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.215 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.215 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.215 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.215 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.217 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.217 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.217 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.217 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.217 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.217 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.217 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.218 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.218 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.219 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.219 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.219 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.220 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.220 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.220 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.220 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.221 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.221 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.221 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.221 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.222 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.223 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.223 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.223 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.223 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.223 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.223 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.224 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.225 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.225 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.225 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.225 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.225 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.226 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.227 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.227 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.227 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.227 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.227 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.227 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.227 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.227 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.228 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.228 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.228 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.229 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.229 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.229 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.229 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.230 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.230 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.230 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.230 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.231 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.231 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.231 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.231 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.231 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.232 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.232 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.232 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.232 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.232 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.232 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.233 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.233 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.233 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.233 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.235 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.235 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.235 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.235 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.235 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.235 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.235 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.235 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.235 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.235 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.235 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.236 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.236 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.237 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.237 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.238 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.238 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.238 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.238 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.238 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.238 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.238 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.238 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.238 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.238 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.239 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.239 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.239 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.240 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.240 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.240 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.240 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.241 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.241 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.242 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.242 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.242 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.243 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.243 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.243 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.243 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.243 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.243 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.243 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.244 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.244 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.244 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.245 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.308 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.308 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.308 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.308 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.309 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.309 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.309 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.309 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.310 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.310 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.311 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.311 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.311 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.311 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.311 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.312 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.312 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.313 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.313 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.313 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.313 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.313 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.314 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.314 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.314 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.314 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.314 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.314 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.315 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.315 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.315 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.315 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.316 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.316 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.316 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.317 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.317 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.317 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.317 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.317 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.317 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.317 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.319 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.319 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.319 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.319 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.319 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.320 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.320 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.320 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.320 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.320 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.321 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.321 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.321 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.321 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.321 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.322 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.322 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.322 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.322 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.322 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.324 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.325 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.325 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.325 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.325 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.325 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.326 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.326 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.326 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.326 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.327 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.328 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.328 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.328 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.329 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.329 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.330 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.330 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.331 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.331 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.331 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.331 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.332 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.332 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.332 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.332 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.333 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.333 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.333 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.333 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.333 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.334 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.334 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.334 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.334 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.334 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.334 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.335 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.336 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.336 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.336 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.336 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.337 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.337 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.337 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.337 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.337 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.337 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.337 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.337 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.337 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.337 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.339 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.339 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.339 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.339 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.339 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.339 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.339 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.339 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.339 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.340 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.340 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.340 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.340 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.340 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.341 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.341 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.341 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.341 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.345 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.345 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.345 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.345 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.345 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.345 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.345 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.345 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.346 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.346 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.346 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.346 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.346 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.346 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.406 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.406 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.406 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.406 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.406 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.406 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.407 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.449 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.449 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.449 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.449 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.449 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.449 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.449 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.449 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.449 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.449 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.449 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.449 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.449 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.449 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.449 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.450 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.450 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.450 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.450 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.450 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.450 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.450 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.450 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.450 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.450 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.450 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.450 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.450 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.450 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.450 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.450 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.452 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.452 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.452 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.452 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.452 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.452 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.453 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.453 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.453 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.453 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.454 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.454 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.454 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.455 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.455 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.455 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.456 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.456 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.456 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.457 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.457 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.458 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.458 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.458 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.458 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.460 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.460 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.461 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.461 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.461 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.461 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.461 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.461 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.461 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.461 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.461 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.461 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.462 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.462 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.462 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.462 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.462 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.462 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.507 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.507 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.507 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.507 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.507 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.507 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.507 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.508 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.509 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.509 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.509 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.510 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.510 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.510 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.510 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.510 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.511 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.511 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.511 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.512 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.512 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.512 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.512 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.513 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.513 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.513 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.513 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.513 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.513 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.513 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.513 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.513 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.513 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.513 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.519 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.520 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.523 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.523 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.523 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.523 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.523 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.523 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.523 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.524 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.524 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.524 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.524 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.524 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.524 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.524 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.524 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.524 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.524 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.524 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.524 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.525 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.525 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.526 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.526 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.526 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.526 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.526 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.527 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.527 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.527 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.527 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.527 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.527 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.528 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.528 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.528 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.528 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.530 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.530 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.530 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.530 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.531 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.531 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.531 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.531 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.532 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.532 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.532 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.533 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.533 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.533 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.533 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.533 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.533 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.534 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.534 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.534 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.534 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.534 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.534 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.535 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.535 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.535 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.535 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.535 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.535 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.535 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.535 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.535 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.536 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.536 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.536 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.536 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.537 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.539 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.539 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.539 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.540 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.541 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.541 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.541 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.542 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.543 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.543 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.543 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.543 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.543 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.543 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.543 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.543 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.543 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.543 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.544 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.544 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.544 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.544 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.545 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.545 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.545 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.545 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.545 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.545 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.607 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.607 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.607 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.607 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.607 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.608 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.608 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.608 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.608 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.608 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.608 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.609 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.609 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.609 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.609 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.609 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.610 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.610 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.610 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.611 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.611 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.611 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.611 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.611 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.611 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.612 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.612 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.612 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.612 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.612 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.613 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.613 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.613 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.613 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.613 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.613 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.613 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.614 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.614 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.614 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.614 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.614 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.614 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.615 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.615 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.615 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.615 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.616 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.616 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.616 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.616 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.616 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.616 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.616 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.616 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.616 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.617 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.617 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.617 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.617 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.617 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.617 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.617 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.619 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.619 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.619 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.619 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.619 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.619 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.619 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.619 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.619 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.619 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.619 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.619 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.619 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.619 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.619 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.619 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.619 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.619 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.620 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.620 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.620 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.620 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.620 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.621 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.621 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.621 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.621 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.622 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.622 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.622 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.622 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.622 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.622 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.622 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.622 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.622 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.623 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.623 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.623 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.624 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.624 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.624 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.626 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.626 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.626 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.626 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.626 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.626 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.626 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.626 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.626 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.628 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.628 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.629 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.629 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.629 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.629 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.629 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.629 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.629 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.629 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.629 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.629 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.629 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.629 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.629 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.629 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.629 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.631 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.631 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.631 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.631 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.631 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.631 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.631 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.631 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.631 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.631 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.633 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.633 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.633 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.633 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.633 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.633 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.633 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.634 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.634 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.634 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.634 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.634 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.634 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.634 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.635 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.635 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.636 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.636 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.636 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.636 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.636 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.637 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.637 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.637 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.637 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.637 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.637 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.637 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.638 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.638 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.638 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.638 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.638 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.639 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.639 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.639 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.640 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.640 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.640 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.641 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.641 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.641 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.641 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.642 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.642 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.642 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.642 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.643 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.643 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.643 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.643 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.643 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.643 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.643 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.643 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.644 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.644 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.644 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.644 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.645 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.645 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.645 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.645 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.645 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.645 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.645 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.645 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.646 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.646 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.646 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.646 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.646 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.646 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.647 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.647 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.648 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.648 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.648 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.649 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.649 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.649 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.649 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.651 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.651 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.651 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.651 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.651 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.651 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.651 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.651 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.651 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.651 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.651 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.651 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.651 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.651 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.651 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.651 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.651 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.707 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.707 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.707 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.707 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.707 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.708 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.708 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.708 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.708 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.708 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.708 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.708 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.709 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.709 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.709 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.710 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.710 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.711 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.711 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.711 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.711 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.711 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.711 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.711 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.711 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.711 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.711 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.711 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.711 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.711 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.711 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.711 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.711 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.712 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.712 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.712 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.712 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.712 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.712 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.712 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.712 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.712 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.713 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.714 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.714 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.714 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.714 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.714 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.714 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.714 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.714 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.714 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.715 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.715 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.715 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.716 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.716 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.716 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.716 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.717 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.717 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.717 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.718 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.718 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.718 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.718 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.719 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.719 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.719 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.719 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.720 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.720 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.720 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.720 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.721 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.721 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.721 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.721 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.723 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.723 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.723 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.723 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.723 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.723 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.723 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.724 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.724 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.724 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.724 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.812 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.812 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.812 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.812 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.812 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.812 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.812 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.812 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.812 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.812 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.812 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.812 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.813 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.814 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.815 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.816 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.817 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.818 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.818 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.818 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.818 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.818 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.818 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.818 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.818 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.818 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.818 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.818 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.818 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.818 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.818 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.874 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.874 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.874 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.874 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.874 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.874 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.874 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.875 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.875 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.875 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.875 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.875 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.906 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.907 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.907 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.907 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.907 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.908 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.908 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.909 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.909 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.909 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.909 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.909 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.909 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.909 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.910 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.910 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.910 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.911 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.911 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.911 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.911 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.911 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.911 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.911 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.912 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.912 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.912 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.912 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.912 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.914 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.914 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.914 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.914 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.914 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.914 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.914 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.915 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.916 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.916 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.916 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.916 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.917 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.917 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.917 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.923 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.924 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.925 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.927 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.927 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.927 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.927 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.927 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.927 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.927 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.927 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.927 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.927 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.927 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.927 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.928 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.928 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.928 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.928 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.928 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.928 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.928 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:22.928 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.928 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.928 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:22.928 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.323 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.327 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.329 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.329 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.329 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.330 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:23.330 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.330 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:23.330 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.330 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.331 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.331 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.331 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.331 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.331 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.332 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.332 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.332 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.332 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.332 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.333 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.333 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.334 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:23.334 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:23.334 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'Note', skipping
19:36:23.338 [main] WARN  o.e.h.m.e.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
19:36:23.408 [main] WARN  o.e.h.m.e.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.4 s - in org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest
ramc(org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest)  Time elapsed: 1.295 s
bpmnCatchEvent(org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest)  Time elapsed: 0.027 s
implicitContainment(org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest)  Time elapsed: 0.077 s
Running org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest
testFragmentDependenciesInAnalystFragment(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest)  Time elapsed: 0.001 s
testAttributeWithEnumType(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest)  Time elapsed: 0 s
testEnumerationsInStandardFragment(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest)  Time elapsed: 0 s
testAnalystFragmentAttributes(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest)  Time elapsed: 0 s
testMetaclassesInAnalystFragment(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest)  Time elapsed: 0.001 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

Results:

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

Running org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest
Created repository in /tmp/hawkSvnRepo2013640657978719738, checkout in /tmp/hawkSvnCo3633412965076944455
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.268 s - in org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest
initWorks(org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest)  Time elapsed: 2.178 s
addRemove(org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest)  Time elapsed: 6.99 s
Running org.eclipse.hawk.svn.tests.SvnManagerTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.967 s - in org.eclipse.hawk.svn.tests.SvnManagerTest
compactedChanges(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 9.973 s
setCredentialsStoresUserPass(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 0.995 s
startingDotFilesAreIgnored(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 2.99 s
frozen(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 1.41 s
oneAdd(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 8.593 s
noExtensionFilesAreIgnored(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 2.999 s
importFileHEAD(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 3.001 s
repositoryPath(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 1.001 s
importPreviousFile(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 4.999 s
photoFilesAreIgnored(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 2.997 s
emptyHistory(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 1.004 s

Results:

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

Running org.eclipse.hawk.uml.UMLProfileParsingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.49 s - in org.eclipse.hawk.uml.UMLProfileParsingTest
modelsHonorProfileVersions(org.eclipse.hawk.uml.UMLProfileParsingTest)  Time elapsed: 2.379 s
profileVersioning(org.eclipse.hawk.uml.UMLProfileParsingTest)  Time elapsed: 0.017 s

Results:

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

Running org.eclipse.hawk.workspace.tests.WorkspaceTest
19:37:46.709 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 56 ms
19:37:46.713 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms
19:37:46.723 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
19:37:46.818 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
19:37:46.831 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
19:37:46.845 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
19:37:46.848 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms
19:37:46.908 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
19:37:46.908 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
19:37:46.912 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms
19:37:46.920 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
19:37:46.926 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
19:37:46.930 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
19:37:46.936 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
19:37:47.007 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
19:37:47.024 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms
19:37:47.024 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
19:37:47.027 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms
19:37:47.040 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
19:37:47.108 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms
19:37:47.119 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms
19:37:47.120 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
19:37:47.129 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms
19:37:47.129 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
19:37:47.132 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms
19:37:47.140 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
19:37:47.142 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms
19:37:47.207 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
19:37:47.212 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
19:37:47.221 [main] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.804 s - in org.eclipse.hawk.workspace.tests.WorkspaceTest
changeFile[0](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 1.219 s
importProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.095 s
closeProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.016 s
deleteProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.061 s
openProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.017 s
newProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.01 s
existingProjectIsListed[0](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.076 s
changeFile[1](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.012 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.009 s
openProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.012 s
newProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.071 s
existingProjectIsListed[1](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.009 s

Results:

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

[Pipeline] }
[Pipeline] // container
Post stage
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Plain Maven)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ mvn -B --quiet -f pom-plain.xml verify -P signjars --toolchains core/jenkins-toolchains.xml
[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 <hawk-dev@eclipse.org>" 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 <hawk-dev@eclipse.org>

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 <hawk-dev@eclipse.org>

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 <hawk-dev@eclipse.org>

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 <hawk-dev@eclipse.org>

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 99 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 33 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 183 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 9.9 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 287 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom (2.2 kB at 21 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 39 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/14.0.1/guava-14.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 158 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 34 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 46 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 40 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 502 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 9.5 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 436 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 150 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom (2.2 kB at 25 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom (3.1 kB at 63 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 56 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom (2.2 kB at 37 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom (2.1 kB at 48 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom (4.4 kB at 64 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 133 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 118 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 46 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 20 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 83 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 43 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 47 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 76 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 70 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 33 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 146 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 104 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 94 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 114 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 60 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 64 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 120 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 805 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 127 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 728 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 16 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 201 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 461 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/joda-time/joda-time/2.2/joda-time-2.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 449 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 673 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/17/commons-parent-17.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 780 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 43 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 23 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 295 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 38 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 340 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 23 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 171 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 495 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 857 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 133 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 231 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 188 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 155 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 85 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 233 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 139 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 221 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 232 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 44 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 57 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 43 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 504 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 136 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 486 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 116 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 25 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (3.2 kB at 81 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (3.8 kB at 101 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 24 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 59 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 51 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 56 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 243 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 68 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 81 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 210 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 237 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/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.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/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.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/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/joda-time/joda-time/2.2/joda-time-2.2.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.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/com/google/guava/guava/14.0.1/guava-14.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 1.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/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 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-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/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 93 kB/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/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 894 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/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 106 kB/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/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar (163 kB at 597 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 673 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/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 547 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 1.2 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 610 kB/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/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 98 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/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 36 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 110 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 27 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 197 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 702 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 9.4 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 3.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 54 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 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 257 kB/s)
[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 36 kB/s)
[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 41 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] 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 325 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/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 19 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 678 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
[INFO] 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/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 1.0 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/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 224 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/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 246 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 110 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 25 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 39 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 223 kB/s)
[INFO] Inspecting build with total of 16 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 16 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] 
[INFO] ----------------< org.eclipse.hawk:eclipse-hawk-plain >-----------------
[INFO] Building Eclipse Hawk Parent 2.2.0-SNAPSHOT                       [1/16]
[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 219 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 2.5 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.1.7: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.2.0-SNAPSHOT/eclipse-hawk-plain-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/target-plain/eclipse-hawk-plain-2.2.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/eclipse-hawk-plain/2.2.0-SNAPSHOT/eclipse-hawk-plain-2.2.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.2.0-SNAPSHOT/eclipse-hawk-plain-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/target-plain/eclipse-hawk-plain-2.2.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/eclipse-hawk-plain/2.2.0-SNAPSHOT/eclipse-hawk-plain-2.2.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.2.0-SNAPSHOT                         [2/16]
[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.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7: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.2.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.2.0-SNAPSHOT.jar
[INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.2.0-SNAPSHOT-sources.jar' 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.2.0-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- 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.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.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.2.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.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.2.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.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.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.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.2.0-SNAPSHOT           [3/16]
[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.util...
Loading source files for package org.eclipse.hawk.graph.updater...
Constructing Javadoc information...
Standard Doclet version 1.8.0_252
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/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/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/overview-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/package-frame.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-frame.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-frame.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-frame.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/ProxyReferenceTarget.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/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/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/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/GraphWrapper.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.PropertyCategory.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/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/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/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/Utils.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/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/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/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/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/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/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.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/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/DirtyDerivedFeaturesListener.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...
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-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/allclasses-noframe.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...
9 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/org/eclipse/hawk/graph/GraphWrapper.java:84: 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:714: warning - @return tag has no arguments.
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/org/eclipse/hawk/graph/updater/GraphMetaModelResourceInjector.java:805: warning - @return tag has no arguments.
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/org/eclipse/hawk/graph/updater/GraphMetaModelResourceInjector.java:805: 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:521: warning - @return tag has no arguments.
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/org/eclipse/hawk/graph/updater/GraphModelBatchInjector.java:676: warning - @return tag has no arguments.
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/org/eclipse/hawk/graph/updater/GraphModelBatchInjector.java:676: 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:762: warning - @param argument "originatingFile" is not a parameter name.
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/org/eclipse/hawk/graph/updater/Utils.java:91: warning - @return tag has no arguments.
[INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7: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.2.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.2.0-SNAPSHOT.jar
[INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.2.0-SNAPSHOT-sources.jar' 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.2.0-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- 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.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.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.2.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.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.2.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.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.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.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.2.0-SNAPSHOT         [4/16]
[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.optimisation...
Loading source files for package org.eclipse.hawk.epsilon.emc...
Loading source files for package org.eclipse.hawk.epsilon.emc.tracking...
Loading source files for package org.eclipse.hawk.epsilon.emc.wrappers...
Loading source files for package org.eclipse.hawk.epsilon.emc.pgetters...
Loading source files for package org.eclipse.hawk.epsilon.emc.contextful...
Constructing Javadoc information...
Standard Doclet version 1.8.0_252
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/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/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/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/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/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/overview-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/package-frame.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-frame.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-frame.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-frame.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-frame.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-frame.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/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/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.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/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.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/EPLQueryEngine.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/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/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/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/TypeNodeWrapper.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/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/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/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/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/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/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/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/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...
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-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/allclasses-noframe.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...
1 warning
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/src/org/eclipse/hawk/epsilon/emc/EOLQueryEngine.java:403: warning - Tag @link: can't find getAllOf(String, String, String, String, String) in org.eclipse.hawk.epsilon.emc.EOLQueryEngine
[INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7: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.2.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.2.0-SNAPSHOT.jar
[INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.2.0-SNAPSHOT-sources.jar' 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.2.0-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- 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.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.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.2.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.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.2.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.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.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.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.2.0-SNAPSHOT             [5/16]
[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...
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 1.8.0_252
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/Activator.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/EMFAnnotation.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/EMFAttribute.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/EMFClass.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/EMFDataType.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/EMFFeatureMapReference.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/EMFModelElement.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/EMFObject.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/EMFPackage.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/EMFReference.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/EMFWrapperFactory.html...
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/overview-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/package-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/package-summary.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/package-tree.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/metamodel/package-frame.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-frame.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-frame.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/class-use/EMFPackage.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/class-use/Activator.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/class-use/EMFClass.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/class-use/EMFAnnotation.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/class-use/EMFModelElement.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/class-use/EMFDataType.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/class-use/EMFAttribute.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/class-use/EMFObject.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/class-use/EMFReference.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/class-use/EMFWrapperFactory.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/class-use/EMFFeatureMapReference.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/package-use.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...
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-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/allclasses-noframe.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...
9 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/org/eclipse/hawk/emf/Activator.java:20: error: package org.eclipse.core.runtime does not exist
[WARNING] import org.eclipse.core.runtime.Plugin;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/org/eclipse/hawk/emf/Activator.java:21: error: package org.osgi.framework does not exist
[WARNING] import org.osgi.framework.BundleContext;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/org/eclipse/hawk/emf/Activator.java:25: error: cannot find symbol
[WARNING] public class Activator extends Plugin {
[WARNING] ^
[WARNING] symbol: class Plugin
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/org/eclipse/hawk/emf/Activator.java:29: error: cannot find symbol
[WARNING] private static BundleContext context;
[WARNING] ^
[WARNING] symbol:   class BundleContext
[WARNING] location: class Activator
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/org/eclipse/hawk/emf/Activator.java:30: error: cannot find symbol
[WARNING] private static Plugin instance;
[WARNING] ^
[WARNING] symbol:   class Plugin
[WARNING] location: class Activator
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/org/eclipse/hawk/emf/Activator.java:32: error: cannot find symbol
[WARNING] static BundleContext getContext() {
[WARNING] ^
[WARNING] symbol:   class BundleContext
[WARNING] location: class Activator
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/org/eclipse/hawk/emf/Activator.java:43: error: cannot find symbol
[WARNING] public void start(BundleContext bundleContext) throws Exception {
[WARNING] ^
[WARNING] symbol:   class BundleContext
[WARNING] location: class Activator
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/org/eclipse/hawk/emf/Activator.java:55: error: cannot find symbol
[WARNING] public void stop(BundleContext bundleContext) throws Exception {
[WARNING] ^
[WARNING] symbol:   class BundleContext
[WARNING] location: class Activator
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/org/eclipse/hawk/emf/Activator.java:61: error: cannot find symbol
[WARNING] public static Plugin getInstance() {
[WARNING] ^
[WARNING] symbol:   class Plugin
[WARNING] location: class Activator
[INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7: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.2.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.2.0-SNAPSHOT.jar
[INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.2.0-SNAPSHOT-sources.jar' 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.2.0-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- 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.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.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.2.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.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.2.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.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.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.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.2.0-SNAPSHOT                 [6/16]
[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 1.8.0_252
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/overview-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/package-frame.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-frame.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-frame.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/LocalHawkResourceImpl.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/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/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/AttributeUtils.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...
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-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/allclasses-noframe.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...
4 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:36: 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:345: 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:36: 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:36: warning - Tag @link: reference not found: AttributeSlot
[INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7: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.2.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.2.0-SNAPSHOT.jar
[INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.2.0-SNAPSHOT-sources.jar' 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.2.0-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- 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.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.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.2.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.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.2.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.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.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.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.2.0-SNAPSHOT               [7/16]
[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 1.8.0_252
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-frame.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...
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-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/index.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7: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.2.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.2.0-SNAPSHOT.jar
[INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.2.0-SNAPSHOT-sources.jar' 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.2.0-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- 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.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.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.2.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.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.2.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.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.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.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.2.0-SNAPSHOT               [8/16]
[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 1.8.0_252
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-frame.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.UnableToFindRevisionException.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/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...
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-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/index.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7: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.2.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.2.0-SNAPSHOT.jar
[INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.2.0-SNAPSHOT-sources.jar' 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.2.0-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- 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.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.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.2.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.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.2.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.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.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.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.2.0-SNAPSHOT       [9/16]
[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 1.8.0_252
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-frame.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/LocalFolder.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/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...
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-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/index.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7: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.2.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.2.0-SNAPSHOT.jar
[INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.2.0-SNAPSHOT-sources.jar' 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.2.0-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- 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.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.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.2.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.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.2.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.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.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.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.2.0-SNAPSHOT         [10/16]
[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.parser...
Loading source files for package org.eclipse.hawk.modelio.exml.metamodel.mlib...
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 1.8.0_252
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/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/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/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/overview-frame.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-frame.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-frame.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-frame.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-frame.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-frame.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-frame.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-frame.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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...
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-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/allclasses-noframe.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...
2 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/ModelioReference.java:46: 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:46: warning - @param argument "forcedContainment" is not a parameter name.
[INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7: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.2.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.2.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.2.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.2.0-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- 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.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.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.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.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.2.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.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.2.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.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.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.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.2.0-SNAPSHOT            [11/16]
[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.query...
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.util...
Constructing Javadoc information...
Standard Doclet version 1.8.0_252
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/query/OrientSQLQueryEngine.html...
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/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/overview-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/package-frame.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-frame.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-frame.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-frame.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-frame.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/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/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/OrientTransaction.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/OrientNodeIterable.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/OrientIterable.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/RemoteOrientDatabase.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/OrientLightEdge.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.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/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/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/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/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/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...
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-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/index.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7: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.2.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.2.0-SNAPSHOT.jar
[INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.2.0-SNAPSHOT-sources.jar' 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.2.0-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- 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.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.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.2.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.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.2.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.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.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.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.2.0-SNAPSHOT    [12/16]
[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.graph...
Loading source files for package org.eclipse.hawk.timeaware.queries...
Loading source files for package org.eclipse.hawk.timeaware.queries.operations.reflective...
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.scopes...
Loading source files for package org.eclipse.hawk.timeaware.queries.operations.scopes.predicates...
Loading source files for package org.eclipse.hawk.timeaware.queries.operations.scopes.annotations...
Loading source files for package org.eclipse.hawk.timeaware.factory...
Constructing Javadoc information...
Standard Doclet version 1.8.0_252
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/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/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/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/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/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/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/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/overview-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/factory/package-frame.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-frame.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-frame.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-frame.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-frame.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-frame.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-frame.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-frame.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-frame.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/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/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/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/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.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/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.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.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.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/TimelineEOLQueryEngine.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/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/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/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/VersionQuantifierOperation.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/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/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/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/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/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/AlwaysReducer.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/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/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/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/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/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/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/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/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/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/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/AfterAnnotatedOperation.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/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/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...
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-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/allclasses-noframe.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...
4 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/TimeAwareEOLQueryEngine.java:106: warning - Tag @link: reference not found: GraphNodeWrapper
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/TimeAwareEOLQueryEngine.java:106: warning - Tag @link: reference not found: GraphNodeWrapper
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/operations/patterns/IShortCircuitReducer.java:33: warning - Tag @link: can't find reduce(Boolean) in org.eclipse.hawk.timeaware.queries.operations.patterns.IShortCircuitReducer
[WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/TimeAwareEOLQueryEngine.java:106: warning - Tag @link: reference not found: GraphNodeWrapper
[INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7: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.2.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.2.0-SNAPSHOT.jar
[INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.2.0-SNAPSHOT-sources.jar' 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.2.0-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- 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.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.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.2.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.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.2.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.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.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.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.2.0-SNAPSHOT             [13/16]
[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] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.greycat ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.greycat ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.greycat ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.greycat ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.greycat >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.greycat <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.greycat ---
[INFO] 
[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 1.8.0_252
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/overview-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/package-frame.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-frame.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/GreycatTransaction.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/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/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.StreamIterable.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/GreycatNodeIterable.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.MatchExistsCollector.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.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.GreycatLuceneNodeIndex.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...
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-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/index.html...
Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (signjars) @ org.eclipse.hawk.greycat ---
[INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar
[INFO] Jar '/home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.2.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.2.0-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- 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.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.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.2.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.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.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.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.2.0-SNAPSHOT     [14/16]
[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.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7: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.2.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.2.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.2.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.2.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.2.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.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.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.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.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.2.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.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.2.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.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.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.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.2.0-SNAPSHOT                  [15/16]
[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.utils...
Loading source files for package org.eclipse.hawk.service.api...
Constructing Javadoc information...
Standard Doclet version 1.8.0_252
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/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/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/overview-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/package-frame.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-frame.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/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/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/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/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/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/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/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/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/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/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/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/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.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/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.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.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.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.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.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.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.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.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.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.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.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.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.html...
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.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.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.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.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.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.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.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.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.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.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.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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.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/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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.html...
Generating /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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/EffectiveMetamodelRuleset.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...
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-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/allclasses-noframe.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.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7: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.2.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.2.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.2.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.2.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.2.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.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.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.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.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.2.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.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.2.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.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.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.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.2.0-SNAPSHOT            [16/16]
[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 1.8.0_252
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/overview-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/package-frame.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-frame.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/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/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/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...
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-frame.html...
Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/allclasses-noframe.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.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7: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.2.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.2.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.2.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.2.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.2.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.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.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.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.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.2.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.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.2.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.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.2.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.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.2.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.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.2.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.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.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.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.2.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.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.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/eclipse-hawk-plain/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.2.0-SNAPSHOT/maven-metadata.xml (788 B at 2.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.2.0-SNAPSHOT/eclipse-hawk-plain-2.2.0-20201201.194511-3.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.2.0-SNAPSHOT/eclipse-hawk-plain-2.2.0-20201201.194511-3.pom.asc (833 B at 6.1 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/maven-metadata.xml (394 B at 4.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.2.0-SNAPSHOT/maven-metadata.xml (788 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.4 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 25 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.0-20201201.194512-3-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.0-20201201.194512-3-javadoc.jar.asc (833 B at 7.6 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/maven-metadata.xml (442 B at 5.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.6 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.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 1.5 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 24 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.0-20201201.194513-3-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.0-20201201.194513-3-javadoc.jar.asc (833 B at 7.7 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/maven-metadata.xml (404 B at 5.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/maven-metadata.xml (404 B at 1.3 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 25 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.0-20201201.194516-3.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.0-20201201.194516-3.jar.asc (833 B at 9.1 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/maven-metadata.xml (441 B at 5.4 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/maven-metadata.xml (441 B at 1.2 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 25 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-20201201.194518-3-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-20201201.194518-3-javadoc.jar.asc (833 B at 8.9 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/maven-metadata.xml (440 B at 5.6 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.4 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/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 1.4 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 25 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.0-20201201.194518-3-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.0-20201201.194518-3-javadoc.jar (292 kB at 728 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/maven-metadata.xml (445 B at 5.7 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.1 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 1.6 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 25 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.0-20201201.194520-3-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.0-20201201.194520-3-javadoc.jar.asc (833 B at 8.3 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/maven-metadata.xml (438 B at 5.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.7 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/maven-metadata.xml (438 B at 1.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.0-20201201.194513-3.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.0-20201201.194513-3.jar.asc (833 B at 8.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.0-20201201.194518-3-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.0-20201201.194518-3-sources.jar (67 kB at 228 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.0 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 25 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.0-20201201.194521-3-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.0-20201201.194521-3-sources.jar.asc (833 B at 4.8 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/maven-metadata.xml (440 B at 5.6 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.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 1.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.0-20201201.194516-3.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.0-20201201.194516-3.pom.asc (833 B at 8.6 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.4 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 23 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.0-20201201.194523-3-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.0-20201201.194523-3-sources.jar (14 kB at 29 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/maven-metadata.xml (437 B at 5.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.7 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/maven-metadata.xml (437 B at 1.4 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.0-20201201.194516-3-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.0-20201201.194516-3-javadoc.jar.asc (833 B at 3.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.0-20201201.194523-3.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.0-20201201.194523-3.jar.asc (833 B at 8.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 4.4 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.0-20201201.194512-3.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.0-20201201.194512-3.jar (87 kB at 305 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.0-20201201.194512-3.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.0-20201201.194512-3.pom (1.3 kB at 4.4 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 5.4 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 25 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.0-20201201.194526-3-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.0-20201201.194526-3-javadoc.jar (34 kB at 113 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/maven-metadata.xml (437 B at 5.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.8 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 1.5 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 26 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.0-20201201.194527-3-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.0-20201201.194527-3-sources.jar.asc (833 B at 8.2 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/maven-metadata.xml (408 B at 5.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.1 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.4 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.0-20201201.194513-3.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.0-20201201.194513-3.pom.asc (833 B 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.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.8 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.0-20201201.194523-3-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.0-20201201.194523-3-javadoc.jar (46 kB at 152 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.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.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.0-20201201.194512-3-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.0-20201201.194512-3-javadoc.jar (335 kB at 799 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.1 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 23 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.0-20201201.194530-3-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.0-20201201.194530-3-javadoc.jar (98 kB at 286 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/maven-metadata.xml (444 B at 5.4 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 5.9 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 923 B/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.0-20201201.194526-3.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.0-20201201.194526-3.jar.asc (833 B at 8.6 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.0-20201201.194526-3-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.0-20201201.194526-3-sources.jar (12 kB at 32 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 4.4 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.0-20201201.194526-3.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.0-20201201.194526-3.pom.asc (833 B at 8.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 4.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.0-20201201.194518-3.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.0-20201201.194518-3.jar (92 kB at 241 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.0-20201201.194518-3.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.0-20201201.194518-3.pom (1.1 kB at 4.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.8 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.0-20201201.194513-3-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.0-20201201.194513-3-javadoc.jar (3.1 MB at 6.1 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 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.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.0-20201201.194523-3-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.0-20201201.194523-3-sources.jar.asc (833 B at 8.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.0-20201201.194512-3-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.0-20201201.194512-3-sources.jar (65 kB at 220 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.0-20201201.194523-3.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.0-20201201.194523-3.pom.asc (833 B at 9.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 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.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.0-20201201.194530-3-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.0-20201201.194530-3-sources.jar (34 kB at 115 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.0-20201201.194527-3-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.0-20201201.194527-3-sources.jar (11 kB at 37 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.0-20201201.194527-3.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.0-20201201.194527-3.jar.asc (833 B at 8.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 5.7 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 26 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.0-20201201.194538-3-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.0-20201201.194538-3-sources.jar.asc (833 B at 8.0 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/maven-metadata.xml (404 B at 5.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.3 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.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.0-20201201.194518-3-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.0-20201201.194518-3-javadoc.jar.asc (833 B at 9.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.4 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.0-20201201.194523-3.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.0-20201201.194523-3.jar (20 kB at 64 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.0-20201201.194523-3.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.0-20201201.194523-3.pom (1.1 kB at 3.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.8 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 25 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.0-20201201.194540-3-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.0-20201201.194540-3-javadoc.jar.asc (833 B at 8.8 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/maven-metadata.xml (444 B at 5.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.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 1.5 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 26 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.0-20201201.194541-3-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.0-20201201.194541-3-javadoc.jar.asc (833 B at 9.0 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/maven-metadata.xml (436 B at 5.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.8 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.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.0-20201201.194513-3-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.0-20201201.194513-3-sources.jar (373 kB at 1.2 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.8 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 27 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.0-20201201.194543-3-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.0-20201201.194543-3-sources.jar (100 kB at 289 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/maven-metadata.xml
[INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/maven-metadata.xml (437 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.1 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 1.6 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.0-20201201.194526-3.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.0-20201201.194526-3.jar (16 kB at 51 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.0-20201201.194526-3.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.0-20201201.194526-3.pom (1.1 kB at 3.8 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.6 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.0-20201201.194543-3.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.0-20201201.194543-3.jar (110 kB at 375 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.0-20201201.194543-3.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.0-20201201.194543-3.pom (1.1 kB at 3.7 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.0-20201201.194527-3-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.0-20201201.194527-3-javadoc.jar (41 kB at 141 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.0-20201201.194540-3.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.0-20201201.194540-3.jar.asc (833 B at 9.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.0-20201201.194540-3.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.0-20201201.194540-3.pom.asc (833 B at 9.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.0-20201201.194543-3-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.0-20201201.194543-3-javadoc.jar (549 kB at 1.7 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 5.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.0-20201201.194513-3.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.0-20201201.194513-3.jar (2.1 MB at 5.3 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.0-20201201.194513-3.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.0-20201201.194513-3.pom (1.9 kB at 6.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.0-20201201.194521-3-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.0-20201201.194521-3-sources.jar (57 kB at 187 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.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.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.0-20201201.194527-3.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.0-20201201.194527-3.pom.asc (833 B at 7.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.0-20201201.194538-3-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.0-20201201.194538-3-sources.jar (36 kB at 122 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 325 B/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.0-20201201.194521-3-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.0-20201201.194521-3-javadoc.jar (228 kB at 289 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 347 B/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.0-20201201.194526-3-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.0-20201201.194526-3-sources.jar.asc (833 B at 7.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.0-20201201.194538-3-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.0-20201201.194538-3-javadoc.jar (93 kB at 274 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 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.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.0-20201201.194521-3.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.0-20201201.194521-3.jar.asc (833 B at 8.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.0-20201201.194530-3.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.0-20201201.194530-3.jar (54 kB at 173 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.0-20201201.194530-3.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.0-20201201.194530-3.pom (1.8 kB at 5.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.0-20201201.194530-3-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.0-20201201.194530-3-sources.jar.asc (833 B at 8.7 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 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.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.0-20201201.194521-3-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.0-20201201.194521-3-javadoc.jar.asc (833 B at 7.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 5.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.0-20201201.194527-3.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.0-20201201.194527-3.jar (14 kB at 42 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.0-20201201.194527-3.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.0-20201201.194527-3.pom (1.1 kB at 3.6 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.7 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.0-20201201.194512-3-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.0-20201201.194512-3-sources.jar.asc (833 B at 7.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 4.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.0-20201201.194527-3-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.2.0-20201201.194527-3-javadoc.jar.asc (833 B at 7.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.7 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.0-20201201.194540-3.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.0-20201201.194540-3.jar (20 kB at 42 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.0-20201201.194540-3.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.0-20201201.194540-3.pom (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.localfolder/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.6 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.0-20201201.194512-3.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.0-20201201.194512-3.jar.asc (833 B at 8.8 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-20201201.194518-3-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-20201201.194518-3-sources.jar.asc (833 B at 8.4 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.7 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-20201201.194518-3.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-20201201.194518-3.jar.asc (833 B at 8.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 326 B/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-20201201.194518-3.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-20201201.194518-3.pom.asc (833 B at 8.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.0-20201201.194543-3-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.0-20201201.194543-3-sources.jar.asc (833 B at 3.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.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.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.0-20201201.194520-3.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.0-20201201.194520-3.jar (135 kB at 360 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.0-20201201.194520-3.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.0-20201201.194520-3.pom (838 B at 2.7 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.0-20201201.194521-3.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.0-20201201.194521-3.pom.asc (833 B at 8.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.0-20201201.194540-3-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.0-20201201.194540-3-sources.jar (15 kB at 53 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.0-20201201.194520-3-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.0-20201201.194520-3-sources.jar (75 kB at 254 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.8 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.0-20201201.194541-3.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.0-20201201.194541-3.jar.asc (833 B at 8.7 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.8 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.0-20201201.194541-3.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.0-20201201.194541-3.pom.asc (833 B at 7.6 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.0-20201201.194513-3-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.0-SNAPSHOT/org.eclipse.hawk.service.api-2.2.0-20201201.194513-3-sources.jar.asc (833 B at 6.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 4.6 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-20201201.194518-3.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-20201201.194518-3.jar (94 kB at 279 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-20201201.194518-3.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-20201201.194518-3.pom (1.9 kB at 6.7 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.0-20201201.194516-3-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.0-20201201.194516-3-javadoc.jar (173 kB at 525 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.8 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.0-20201201.194540-3-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.0-20201201.194540-3-javadoc.jar (47 kB at 172 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.0-20201201.194520-3-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.0-20201201.194520-3-javadoc.jar (227 kB at 682 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.0-20201201.194538-3-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.0-20201201.194538-3-javadoc.jar.asc (833 B at 9.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.6 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.0-20201201.194512-3.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.2.0-20201201.194512-3.pom.asc (833 B at 8.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 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.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.0-20201201.194520-3.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.0-20201201.194520-3.jar.asc (833 B at 8.4 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 5.7 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.0-20201201.194543-3.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.0-20201201.194543-3.jar.asc (833 B at 8.8 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.0-20201201.194520-3.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.0-20201201.194520-3.pom.asc (833 B at 9.4 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 5.6 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.0-20201201.194520-3-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/org.eclipse.hawk.graph-2.2.0-20201201.194520-3-sources.jar.asc (833 B at 7.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.0-20201201.194543-3.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.0-20201201.194543-3.pom.asc (833 B at 9.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.0-20201201.194516-3-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.0-20201201.194516-3-sources.jar (54 kB at 182 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.0-20201201.194523-3-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/org.eclipse.hawk.jgit-2.2.0-20201201.194523-3-javadoc.jar.asc (833 B at 8.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.0-20201201.194538-3.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.0-20201201.194538-3.jar (59 kB at 205 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.0-20201201.194538-3.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.0-20201201.194538-3.pom (1.2 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.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 3.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.2.0-SNAPSHOT/eclipse-hawk-plain-2.2.0-20201201.194511-3.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.2.0-SNAPSHOT/eclipse-hawk-plain-2.2.0-20201201.194511-3.pom (11 kB at 39 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.2.0-SNAPSHOT/maven-metadata.xml (788 B at 1.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.0-20201201.194538-3.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.0-20201201.194538-3.jar.asc (833 B at 9.4 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.0-20201201.194516-3-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.0-20201201.194516-3-sources.jar.asc (833 B at 8.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.0-20201201.194538-3.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.2.0-20201201.194538-3.pom.asc (833 B at 8.7 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-20201201.194518-3-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-20201201.194518-3-javadoc.jar (138 kB at 382 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 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.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.0-20201201.194526-3-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/org.eclipse.hawk.http-2.2.0-20201201.194526-3-javadoc.jar.asc (833 B at 2.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 3.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.0-20201201.194540-3-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.2.0-20201201.194540-3-sources.jar.asc (833 B at 5.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.0-20201201.194541-3-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.0-20201201.194541-3-sources.jar.asc (833 B at 6.8 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 3.7 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.0-20201201.194518-3.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.0-20201201.194518-3.jar.asc (833 B at 9.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.0-20201201.194530-3-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.0-20201201.194530-3-javadoc.jar.asc (833 B at 9.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.0-20201201.194530-3.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.0-20201201.194530-3.jar.asc (833 B at 9.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.0-20201201.194518-3.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.0-20201201.194518-3.pom.asc (833 B 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.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.0-20201201.194530-3.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.2.0-20201201.194530-3.pom.asc (833 B at 9.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.0-20201201.194541-3-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.0-20201201.194541-3-javadoc.jar (144 kB at 171 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 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.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-20201201.194518-3-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/org.eclipse.hawk.greycat-2.2.0-20201201.194518-3-sources.jar (43 kB at 129 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.8 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.0-20201201.194521-3.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.0-20201201.194521-3.jar (90 kB at 210 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.0-20201201.194521-3.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.2.0-20201201.194521-3.pom (1.4 kB at 5.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.0-20201201.194541-3-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.0-20201201.194541-3-sources.jar (31 kB at 108 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 2.8 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.0-20201201.194543-3-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/org.eclipse.hawk.core-2.2.0-20201201.194543-3-javadoc.jar.asc (833 B at 8.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 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.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.0-20201201.194518-3-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.2.0-20201201.194518-3-sources.jar.asc (833 B at 8.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.2.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.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.0-20201201.194516-3.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.0-20201201.194516-3.jar (89 kB at 229 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.0-20201201.194516-3.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.2.0-20201201.194516-3.pom (1.4 kB at 3.4 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 7.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.0-20201201.194541-3.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.0-20201201.194541-3.jar (40 kB at 89 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.0-20201201.194541-3.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/org.eclipse.hawk.emf-2.2.0-20201201.194541-3.pom (1.8 kB at 6.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.2.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.9 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.2.0-SNAPSHOT:
[INFO] 
[INFO] Eclipse Hawk Parent ................................ SUCCESS [  4.810 s]
[INFO] Eclipse Hawk Core .................................. SUCCESS [  9.278 s]
[INFO] Eclipse Hawk Graph Abstractions .................... SUCCESS [  9.130 s]
[INFO] Eclipse Hawk Epsilon Query Engine .................. SUCCESS [  9.190 s]
[INFO] Eclipse Hawk EMF Model Parser ...................... SUCCESS [  7.881 s]
[INFO] Eclipse Hawk EMF Resource .......................... SUCCESS [  8.130 s]
[INFO] Eclipse Hawk HTTP Connector ........................ SUCCESS [  8.490 s]
[INFO] Eclipse Hawk JGit Connector ........................ SUCCESS [  6.880 s]
[INFO] Eclipse Hawk Local Folder Connector ................ SUCCESS [  6.610 s]
[INFO] Eclipse Hawk Modelio EXML Parser ................... SUCCESS [ 10.094 s]
[INFO] Eclipse Hawk OrientDB Backend ...................... SUCCESS [  8.720 s]
[INFO] Eclipse Hawk Time-Aware Querying Core .............. SUCCESS [ 10.889 s]
[INFO] Eclipse Hawk Greycat Backend ....................... SUCCESS [ 12.210 s]
[INFO] Eclipse Hawk Embedded Artemis Server ............... SUCCESS [  5.407 s]
[INFO] Eclipse Hawk Thrift API ............................ SUCCESS [ 25.820 s]
[INFO] Eclipse Hawk Remote EMF Model ...................... SUCCESS [01:40 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:15 min
[INFO] Finished at: 2020-12-01T19:46:44Z
[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-hqukyOBitivm/agent.1265
SSH_AGENT_PID=1267
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/hawk_master@tmp/private_key_4306168765639943991.key (/home/jenkins/agent/workspace/hawk_master@tmp/private_key_4306168765639943991.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ core/deploy-downloads.sh
Creating downloads for Hawk Core 2.2.0 at /home/data/httpd/download.eclipse.org/hawk/2.2.0/core and /home/data/httpd/download.eclipse.org/hawk/2.2.0/updates
sending incremental file list
artifacts.jar
artifacts.xml.xz
content.jar
content.xml.xz
p2.index
deleting features/org.eclipse.hawk.tests.feature_2.2.0.202012011548.jar
features/org.eclipse.hawk.bpmn.feature.source_2.2.0.202011251057.jar
features/org.eclipse.hawk.bpmn.feature_2.2.0.202011251057.jar
features/org.eclipse.hawk.core.feature.source_2.2.0.202011251057.jar
features/org.eclipse.hawk.core.feature_2.2.0.202011251057.jar
features/org.eclipse.hawk.emf.feature.source_2.2.0.202011251057.jar
features/org.eclipse.hawk.emf.feature_2.2.0.202011251057.jar
features/org.eclipse.hawk.emfresource.feature.source_2.2.0.202011251057.jar
features/org.eclipse.hawk.emfresource.feature_2.2.0.202011251057.jar
features/org.eclipse.hawk.epsilon.feature.source_2.2.0.202011251057.jar
features/org.eclipse.hawk.epsilon.feature_2.2.0.202011251057.jar
features/org.eclipse.hawk.http.feature.source_2.2.0.202011251057.jar
features/org.eclipse.hawk.http.feature_2.2.0.202011251057.jar
features/org.eclipse.hawk.localfolder.feature.source_2.2.0.202011251057.jar
features/org.eclipse.hawk.localfolder.feature_2.2.0.202011251057.jar
features/org.eclipse.hawk.modelio.exml.feature.source_2.2.0.202011251057.jar
features/org.eclipse.hawk.modelio.exml.feature_2.2.0.202011251057.jar
features/org.eclipse.hawk.orientdb.feature.source_2.2.0.202011251057.jar
features/org.eclipse.hawk.orientdb.feature_2.2.0.202011251057.jar
features/org.eclipse.hawk.osgiserver.feature.source_2.2.0.202011251057.jar
features/org.eclipse.hawk.osgiserver.feature_2.2.0.202011251057.jar
features/org.eclipse.hawk.tests.feature_2.2.0.202012011839.jar
features/org.eclipse.hawk.timeaware.feature.source_2.2.0.202011251057.jar
features/org.eclipse.hawk.timeaware.feature_2.2.0.202011251057.jar
features/org.eclipse.hawk.ui.feature.source_2.2.0.202011251057.jar
features/org.eclipse.hawk.ui.feature_2.2.0.202011251057.jar
features/org.eclipse.hawk.uml.feature.source_2.2.0.202011251057.jar
features/org.eclipse.hawk.uml.feature_2.2.0.202011251057.jar
features/org.eclipse.hawk.workspace.feature.source_2.2.0.202011251057.jar
features/org.eclipse.hawk.workspace.feature_2.2.0.202011251057.jar
plugins/ch.qos.logback.classic_1.0.7.v20121108-1250.jar
plugins/ch.qos.logback.core_1.0.7.v20121108-1250.jar
plugins/com.github.peterwippermann.junit4.parameterizedsuite_1.1.0_1.1.0.jar
plugins/com.google.guava_27.1.0.v20190517-1946.jar
plugins/com.google.inject_3.0.0.v201605172100.jar
plugins/com.ibm.icu_64.2.0.v20190507-1337.jar
plugins/com.jcraft.jsch_0.1.55.v20190404-1902.jar
plugins/javaewah_1.1.7.v20200107-0831.jar
plugins/javax.inject_1.0.0.v20091030.jar
plugins/org.antlr.runtime.source_3.2.0.v201101311130.jar
plugins/org.antlr.runtime_3.2.0.v201101311130.jar
plugins/org.apache.batik.constants_1.11.0.v20190515-0436.jar
plugins/org.apache.batik.css_1.11.0.v20190515-0436.jar
plugins/org.apache.batik.i18n_1.11.0.v20190515-0436.jar
plugins/org.apache.batik.util_1.11.0.v20190515-0436.jar
plugins/org.apache.commons.codec_1.13.0.v20200108-0001.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.6.0.v20190123-2029.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.felix.scr_2.1.16.v20200110-1820.jar
plugins/org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar
plugins/org.apache.httpcomponents.httpcore-nio_4.4.5.v20190709-1738.jar
plugins/org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar
plugins/org.apache.xmlgraphics_2.3.0.v20190515-0436.jar
plugins/org.bouncycastle.bcpg_1.64.0.v20191109-0815.jar
plugins/org.bouncycastle.bcprov_1.64.0.v20191109-0815.jar
plugins/org.eclipse.bpmn2_1.5.0.Final-v20180515-1526.jar
plugins/org.eclipse.compare.core_3.6.800.v20191213-2246.jar
plugins/org.eclipse.core.commands_3.9.700.v20191217-1850.jar
plugins/org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar
plugins/org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar
plugins/org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar
plugins/org.eclipse.core.databinding_1.8.0.v20200205-2008.jar
plugins/org.eclipse.core.expressions_3.6.700.v20200212-1751.jar
plugins/org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar
plugins/org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar
plugins/org.eclipse.core.jobs_3.10.700.v20200106-1020.jar
plugins/org.eclipse.core.resources_3.13.700.v20200209-1624.jar
plugins/org.eclipse.core.runtime_3.17.100.v20200203-0917.jar
plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar
plugins/org.eclipse.debug.core_3.15.0.v20200224-0654.jar
plugins/org.eclipse.debug.ui_3.14.400.v20200222-1431.jar
plugins/org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar
plugins/org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar
plugins/org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar
plugins/org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar
plugins/org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar
plugins/org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar
plugins/org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar
plugins/org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar
plugins/org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar
plugins/org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar
plugins/org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar
plugins/org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840.jar
plugins/org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar
plugins/org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719.jar
plugins/org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar
plugins/org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar
plugins/org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar
plugins/org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar
plugins/org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar
plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217.jar
plugins/org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442.jar
plugins/org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar
plugins/org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503.jar
plugins/org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar
plugins/org.eclipse.emf.common_2.18.0.v20191225-1014.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.21.0.v20200127-1342.jar
plugins/org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar
plugins/org.eclipse.emf.edit_2.16.0.v20190920-0401.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.4.400.v20191212-0743.jar
plugins/org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar
plugins/org.eclipse.equinox.common_3.11.0.v20200206-0817.jar
plugins/org.eclipse.equinox.event_1.5.300.v20191001-1333.jar
plugins/org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar
plugins/org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar
plugins/org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar
plugins/org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar
plugins/org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar
plugins/org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar
plugins/org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar
plugins/org.eclipse.equinox.security_1.3.500.v20200114-1637.jar
plugins/org.eclipse.hawk.backend.tests_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.bpmn.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.bpmn_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.core.dependencies.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.core.dependencies_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.core.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.core_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.emf.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.emf_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.emfresource.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.emfresource_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.epsilon.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.epsilon_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.graph.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.graph.syncValidationListener_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.graph_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.http.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.http_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.integration.tests_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.jgit_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.localfolder.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.localfolder_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.modelio.exml.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.modelio.exml_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.orientdb.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.orientdb_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.osgiserver.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.osgiserver_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.timeaware.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.timeaware_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.ui.emc.dt2.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.ui.emc.dt2_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.ui.emf.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.ui.emf_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.ui.emfresource.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.ui.emfresource_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.ui.jgit_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.ui.localfolder.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.ui.localfolder_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.ui.uml.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.ui.uml_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.ui.workspace.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.ui.workspace_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.ui2.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.ui2_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.uml.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.uml_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.workspace.source_2.2.0.202011251057.jar
plugins/org.eclipse.hawk.workspace_2.2.0.202011251057.jar
plugins/org.eclipse.help_3.8.700.v20191212-1123.jar
plugins/org.eclipse.jface.databinding_1.11.0.v20200205-2119.jar
plugins/org.eclipse.jface.text_3.16.200.v20200218-0828.jar
plugins/org.eclipse.jface_3.19.0.v20200218-1607.jar
plugins/org.eclipse.jgit_5.7.0.202003110725-r.jar
plugins/org.eclipse.osgi.services_3.8.0.v20190206-2147.jar
plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar
plugins/org.eclipse.osgi_3.15.200.v20200214-1600.jar
plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.114.0.v20200304-0601.jar
plugins/org.eclipse.swt.gtk.linux.x86_64_3.114.0.v20200304-0601.jar
plugins/org.eclipse.swt.win32.win32.x86_64_3.114.0.v20200304-0601.jar
plugins/org.eclipse.swt_3.114.0.v20200304-0601.jar
plugins/org.eclipse.text_3.10.100.v20200217-1239.jar
plugins/org.eclipse.ui.console_3.9.100.v20200215-1209.jar
plugins/org.eclipse.ui.editors_3.13.100.v20200130-1507.jar
plugins/org.eclipse.ui.forms_3.9.0.v20200213-1442.jar
plugins/org.eclipse.ui.ide_3.17.0.v20200217-1511.jar
plugins/org.eclipse.ui.navigator_3.9.200.v20200213-1442.jar
plugins/org.eclipse.ui.views_3.10.200.v20200213-1442.jar
plugins/org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049.jar
plugins/org.eclipse.ui.workbench_3.118.0.v20200222-0719.jar
plugins/org.eclipse.ui_3.116.0.v20200203-1308.jar
plugins/org.eclipse.uml2.common_2.5.0.v20200302-1312.jar
plugins/org.eclipse.uml2.types_2.5.0.v20200302-1312.jar
plugins/org.eclipse.uml2.uml.profile.standard_1.5.0.v20200302-1312.jar
plugins/org.eclipse.uml2.uml.resources_5.5.0.v20200302-1312.jar
plugins/org.eclipse.uml2.uml_5.5.0.v20200302-1312.jar
plugins/org.eclipse.xsd_2.17.0.v20191220-1010.jar
plugins/org.hamcrest.core_1.3.0.v20180420-1519.jar
plugins/org.jdom_1.1.1.v201101151400.jar
plugins/org.junit_4.13.0.v20200204-1500.jar
plugins/org.slf4j.api_1.7.2.v20121108-1250.jar
plugins/org.tukaani.xz_1.8.0.v20180207-1613.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 7.33M bytes  received 420.17K bytes  1.19M bytes/sec
total size is 86.14M  speedup is 11.12
sending incremental file list
compositeArtifacts.jar
compositeContent.jar

sent 987 bytes  received 65 bytes  2.10K bytes/sec
total size is 924  speedup is 0.88
sending incremental file list
artifacts.jar
content.jar
plugins/org.apache.thrift_0.13.0.jar

sent 13.72K bytes  received 2.44K bytes  32.31K bytes/sec
total size is 272.83K  speedup is 16.89
~/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 1267 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] emailext
An attempt to send an e-mail to empty list of recipients, ignored.
[Pipeline] slackSend
Slack Send Pipeline step running, values are - baseUrl: <empty>, teamDomain: hawk-developers, channel: #ci-notifications, color: #00FF00, botUser: true, tokenCredentialId: slack-token, notifyCommitters: false, iconEmoji: <empty>, username: <empty>, timestamp: <empty>
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS